source: rtems/cpukit/score/cpu/c4x/ChangeLog @ a85d8ec

4.104.114.84.95
Last change on this file since a85d8ec was a85d8ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/26/02 at 13:32:13

2002-07-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
92002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use . instead of .o.
12
132002-07-05      Joel Sherrill <joel@OARcorp.com>
14
15        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
16        marked XXX.
17
182002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: RTEMS_TOP(../../../..).
21
222002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * rtems.c: Remove.
25        * Makefile.am: Reflect changes above.
26
272002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove RTEMS_PROJECT_ROOT.
30
312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add RTEMS_PROG_CCAS
34
352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
38        Add AC_PROG_RANLIB.
39
402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
43        Use ../../../aclocal.
44
452001-04-03      Joel Sherrill <joel@OARcorp.com>
46
47        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
48        * rtems/score/c4xtypes.h: Removed.
49        * rtems/score/types.h: New file via CVS magic.
50        * Makefile.am, rtems/score/cpu.h: Account for name change.
51
522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac:
55        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
56        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
57        * Makefile.am: Remove AUTOMAKE_OPTIONS.
58
592002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * rtems/Makefile.am: Removed.
62        * rtems/score/Makefile.am: Removed.
63        * configure.ac: Reflect changes above.
64        * Makefile.am: Reflect changes above.
65
662002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * asm.h: Remove #include <rtems/score/targopts.h>.
69        Add #include <rtems/score/cpuopts.h>.
70
71
72
732002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
76
772001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
80
812001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add multilib support.
84
852001-11-28      Joel Sherrill <joel@OARcorp.com>,
86
87        This was tracked as PR91.
88        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
89        is used to specify if the port uses the standard macro for this (FALSE).
90        A TRUE setting indicates the port provides its own implementation.
91
922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
95        * configure.in: Remove.
96        * configure.ac: New file, generated from configure.in by autoupdate.
97
982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * Makefile.am: Use 'PREINSTALL_FILES ='.
102
1032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am, rtems/score/Makefile.am:
106        Apply include_*HEADERS instead of H_FILES.
107
1082001-01-03      Joel Sherrill <joel@OARcorp.com>
109
110        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
1202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
1252000-10-18      Joel Sherrill <joel@OARcorp.com>
126
127        * rtems/score/c4x.h: Modified to properly multilib.  This required
128        using only macros predefined by gcc.
129
1302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Include compile.am, formatting.
133        * rtems/Makefile.am: formatting.
134        * rtems/score/Makefile.am: formatting.
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.