source: rtems/cpukit/score/cpu/i960/ChangeLog @ 8956e27

4.104.114.84.95
Last change on this file since 8956e27 was 8956e27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:31:43

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
4        Add PREINSTALL_FILES to CLEANFILES.
5
62004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Requires automake >= 1.8.1.
9
102004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include compile.am, again.
13
142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Convert to using automake compilation rules.
17
182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Remove TMPINSTALL_FILES.
29
302003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add $(dirstamp) to preinstallation rules.
33
342003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Don't use gmake rules for preinstallation.
37
382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_CANONICAL_HOST.
41
422003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_CHECK_CPU.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i960.h,
49        rtems/score/types.h: URL for license changed.
50
512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
62        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
63
642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Fix package name.
67
682002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
71
722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
782002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: RTEMS_TOP(../../../..).
89
902002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * rtems.S: Remove.
93        * Makefile.am: Reflect changes above.
94
952002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove RTEMS_PROJECT_ROOT.
98
992002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add RTEMS_PROG_CCAS
102
1032002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
106        Add AC_PROG_RANLIB.
107
1082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
111        Use ../../../aclocal.
112
1132002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
116        Use ../../../aclocal.
117
1182001-04-03      Joel Sherrill <joel@OARcorp.com>
119
120        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
121        * rtems/score/m68ktypes.h: Removed.
122        * rtems/score/types.h: New file via CVS magic.
123        * Makefile.am, rtems/score/cpu.h: Account for name change.
124
1252001-04-03      Joel Sherrill <joel@OARcorp.com>
126
127        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
128        * rtems/score/i960types.h: Removed.
129        * rtems/score/types.h: New file via CVS magic.
130        * Makefile.am, rtems/score/cpu.h: Account for name change.
131
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac:
135        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
136        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138
1392002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * rtems/Makefile.am: Removed.
142        * rtems/score/Makefile.am: Removed.
143        * configure.ac: Reflect changes above.
144        * Makefile.am: Reflect changes above.
145
1462001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Add multilib support.
149
1502001-11-28      Joel Sherrill <joel@OARcorp.com>,
151
152        This was tracked as PR91.
153        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
154        is used to specify if the port uses the standard macro for this (FALSE).
155        A TRUE setting indicates the port provides its own implementation.
156
1572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
160        * configure.in: Remove.
161        * configure.ac: New file, generated from configure.in by autoupdate.
162
1632001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
166        * Makefile.am: Use 'PREINSTALL_FILES ='.
167
1682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am, rtems/score/Makefile.am:
171        Apply include_*HEADERS instead of H_FILES.
172
1732001-01-03      Joel Sherrill <joel@OARcorp.com>
174
175        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
176        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
177        now that it is dynamically allocated.
178
1792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
182
1832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
186
1872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
190        Switch to GNU canonicalization.
191
1922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Include compile.am.
195
1962000-08-10      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.