source: rtems/c/src/exec/score/cpu/i960/ChangeLog @ fb0fd6f

4.104.114.84.95
Last change on this file since fb0fd6f was fb0fd6f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:04:50

2001-04-03 Joel Sherrill <joel@…>

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/m68ktypes.h: Removed.
  • rtems/score/types.h: New file via CVS magic.
  • Makefile.am, rtems/score/cpu.h: Account for name change.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12001-04-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
4        * rtems/score/m68ktypes.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82001-04-03      Joel Sherrill <joel@OARcorp.com>
9
10        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
11        * rtems/score/i960types.h: Removed.
12        * rtems/score/types.h: New file via CVS magic.
13        * Makefile.am, rtems/score/cpu.h: Account for name change.
14
152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac:
18        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
19        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
20        * Makefile.am: Remove AUTOMAKE_OPTIONS.
21
222002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * rtems/Makefile.am: Removed.
25        * rtems/score/Makefile.am: Removed.
26        * configure.ac: Reflect changes above.
27        * Makefile.am: Reflect changes above.
28
292001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add multilib support.
32
332001-11-28      Joel Sherrill <joel@OARcorp.com>,
34
35        This was tracked as PR91.
36        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
37        is used to specify if the port uses the standard macro for this (FALSE).
38        A TRUE setting indicates the port provides its own implementation.
39
402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
462001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
49        * Makefile.am: Use 'PREINSTALL_FILES ='.
50
512001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am, rtems/score/Makefile.am:
54        Apply include_*HEADERS instead of H_FILES.
55
562001-01-03      Joel Sherrill <joel@OARcorp.com>
57
58        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
59        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
60        now that it is dynamically allocated.
61
622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
65
662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
69
702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
73        Switch to GNU canonicalization.
74
752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Include compile.am.
78
792000-08-10      Joel Sherrill <joel@OARcorp.com>
80
81        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.