source: rtems/cpukit/score/cpu/i960/ChangeLog @ cce1ac79

4.104.114.84.95
Last change on this file since cce1ac79 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.5 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-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: RTEMS_TOP(../../../..).
12
132002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems.S: Remove.
16        * Makefile.am: Reflect changes above.
17
182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove RTEMS_PROJECT_ROOT.
21
222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Add RTEMS_PROG_CCAS
25
262002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
29        Add AC_PROG_RANLIB.
30
312002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
34        Use ../../../aclocal.
35
362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
39        Use ../../../aclocal.
40
412001-04-03      Joel Sherrill <joel@OARcorp.com>
42
43        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
44        * rtems/score/m68ktypes.h: Removed.
45        * rtems/score/types.h: New file via CVS magic.
46        * Makefile.am, rtems/score/cpu.h: Account for name change.
47
482001-04-03      Joel Sherrill <joel@OARcorp.com>
49
50        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
51        * rtems/score/i960types.h: Removed.
52        * rtems/score/types.h: New file via CVS magic.
53        * Makefile.am, rtems/score/cpu.h: Account for name change.
54
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * rtems/Makefile.am: Removed.
65        * rtems/score/Makefile.am: Removed.
66        * configure.ac: Reflect changes above.
67        * Makefile.am: Reflect changes above.
68
692001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add multilib support.
72
732001-11-28      Joel Sherrill <joel@OARcorp.com>,
74
75        This was tracked as PR91.
76        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
77        is used to specify if the port uses the standard macro for this (FALSE).
78        A TRUE setting indicates the port provides its own implementation.
79
802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
83        * configure.in: Remove.
84        * configure.ac: New file, generated from configure.in by autoupdate.
85
862001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
89        * Makefile.am: Use 'PREINSTALL_FILES ='.
90
912001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am, rtems/score/Makefile.am:
94        Apply include_*HEADERS instead of H_FILES.
95
962001-01-03      Joel Sherrill <joel@OARcorp.com>
97
98        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
99        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
100        now that it is dynamically allocated.
101
1022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
105
1062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
109
1102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
113        Switch to GNU canonicalization.
114
1152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Include compile.am.
118
1192000-08-10      Joel Sherrill <joel@OARcorp.com>
120
121        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.