source: rtems/cpukit/score/cpu/i960/ChangeLog @ 850c88d

4.104.114.84.95
Last change on this file since 850c88d was d3b09bf4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/29/04 at 12:59:18

2004-03-29 Ralf Corsepius <ralf_corsepius@…>

  • Property mode set to 100644
File size: 5.8 KB
Line 
12004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: RTEMS_TOP([../../../..]).
4
52004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Move RTEMS_TOP one subdir down.
8
92004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add PREINSTALL_DIRS.
12
132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
16        Add PREINSTALL_FILES to CLEANFILES.
17
182004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Requires automake >= 1.8.1.
21
222004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Include compile.am, again.
25
262004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Convert to using automake compilation rules.
29
302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
37
382003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Remove TMPINSTALL_FILES.
41
422003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Add $(dirstamp) to preinstallation rules.
45
462003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Don't use gmake rules for preinstallation.
49
502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove RTEMS_CANONICAL_HOST.
53
542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CHECK_CPU.
57
582003-09-04      Joel Sherrill <joel@OARcorp.com>
59
60        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i960.h,
61        rtems/score/types.h: URL for license changed.
62
632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
66
672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove AC_CONFIG_AUX_DIR.
70
712002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
74        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
75
762002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Fix package name.
79
802002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
83
842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Reformat.
87        Add autom4te*cache.
88        Remove autom4te.cache.
89
902002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
93
942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use .$(OBJEXT) instead of .o.
97
982002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: RTEMS_TOP(../../../..).
101
1022002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems.S: Remove.
105        * Makefile.am: Reflect changes above.
106
1072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove RTEMS_PROJECT_ROOT.
110
1112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Add RTEMS_PROG_CCAS
114
1152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
118        Add AC_PROG_RANLIB.
119
1202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
123        Use ../../../aclocal.
124
1252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
128        Use ../../../aclocal.
129
1302001-04-03      Joel Sherrill <joel@OARcorp.com>
131
132        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
133        * rtems/score/m68ktypes.h: Removed.
134        * rtems/score/types.h: New file via CVS magic.
135        * Makefile.am, rtems/score/cpu.h: Account for name change.
136
1372001-04-03      Joel Sherrill <joel@OARcorp.com>
138
139        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
140        * rtems/score/i960types.h: Removed.
141        * rtems/score/types.h: New file via CVS magic.
142        * Makefile.am, rtems/score/cpu.h: Account for name change.
143
1442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac:
147        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
148        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150
1512002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * rtems/Makefile.am: Removed.
154        * rtems/score/Makefile.am: Removed.
155        * configure.ac: Reflect changes above.
156        * Makefile.am: Reflect changes above.
157
1582001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Add multilib support.
161
1622001-11-28      Joel Sherrill <joel@OARcorp.com>,
163
164        This was tracked as PR91.
165        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
166        is used to specify if the port uses the standard macro for this (FALSE).
167        A TRUE setting indicates the port provides its own implementation.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
178        * Makefile.am: Use 'PREINSTALL_FILES ='.
179
1802001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am, rtems/score/Makefile.am:
183        Apply include_*HEADERS instead of H_FILES.
184
1852001-01-03      Joel Sherrill <joel@OARcorp.com>
186
187        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
188        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
189        now that it is dynamically allocated.
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Include compile.am.
207
2082000-08-10      Joel Sherrill <joel@OARcorp.com>
209
210        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.