source: rtems/cpukit/score/cpu/i960/ChangeLog @ 8727808e

4.104.114.84.95
Last change on this file since 8727808e was 8727808e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 14:22:55

2003-10-21 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CHECK_CPU.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CHECK_CPU.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i960.h,
8        rtems/score/types.h: URL for license changed.
9
102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
21        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
22
232002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Fix package name.
26
272002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
30
312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
372002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
40
412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Use .$(OBJEXT) instead of .o.
44
452002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: RTEMS_TOP(../../../..).
48
492002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * rtems.S: Remove.
52        * Makefile.am: Reflect changes above.
53
542002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_PROJECT_ROOT.
57
582002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add RTEMS_PROG_CCAS
61
622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
65        Add AC_PROG_RANLIB.
66
672002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
70        Use ../../../aclocal.
71
722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
75        Use ../../../aclocal.
76
772001-04-03      Joel Sherrill <joel@OARcorp.com>
78
79        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
80        * rtems/score/m68ktypes.h: Removed.
81        * rtems/score/types.h: New file via CVS magic.
82        * Makefile.am, rtems/score/cpu.h: Account for name change.
83
842001-04-03      Joel Sherrill <joel@OARcorp.com>
85
86        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
87        * rtems/score/i960types.h: Removed.
88        * rtems/score/types.h: New file via CVS magic.
89        * Makefile.am, rtems/score/cpu.h: Account for name change.
90
912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac:
94        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
95        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/Makefile.am: Removed.
101        * rtems/score/Makefile.am: Removed.
102        * configure.ac: Reflect changes above.
103        * Makefile.am: Reflect changes above.
104
1052001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Add multilib support.
108
1092001-11-28      Joel Sherrill <joel@OARcorp.com>,
110
111        This was tracked as PR91.
112        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
113        is used to specify if the port uses the standard macro for this (FALSE).
114        A TRUE setting indicates the port provides its own implementation.
115
1162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
119        * configure.in: Remove.
120        * configure.ac: New file, generated from configure.in by autoupdate.
121
1222001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
125        * Makefile.am: Use 'PREINSTALL_FILES ='.
126
1272001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am, rtems/score/Makefile.am:
130        Apply include_*HEADERS instead of H_FILES.
131
1322001-01-03      Joel Sherrill <joel@OARcorp.com>
133
134        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
135        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
136        now that it is dynamically allocated.
137
1382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
141
1422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
145
1462000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
149        Switch to GNU canonicalization.
150
1512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Include compile.am.
154
1552000-08-10      Joel Sherrill <joel@OARcorp.com>
156
157        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.