source: rtems/c/src/exec/score/cpu/no_cpu/ChangeLog @ 14c8ef9

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

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

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/no_cputypes.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.4 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/no_cputypes.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac:
11        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
12        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * rtems/Makefile.am: Removed.
18        * rtems/score/Makefile.am: Removed.
19        * configure.ac: Reflect changes above.
20        * Makefile.am: Reflect changes above.
21
222001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Add multilib support.
25
262001-11-28      Joel Sherrill <joel@OARcorp.com>,
27
28        This was tracked as PR91.
29        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
30        is used to specify if the port uses the standard macro for this (FALSE).
31        A TRUE setting indicates the port provides its own implementation.
32
332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
36        * configure.in: Remove.
37        * configure.ac: New file, generated from configure.in by autoupdate.
38
392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
42        * Makefile.am: Use 'PREINSTALL_FILES ='.
43
442001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am, rtems/score/Makefile.am:
47        Apply include_*HEADERS instead of H_FILES.
48
492001-01-03      Joel Sherrill <joel@OARcorp.com>
50
51        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
52
532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
56
572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
60
612000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
64        Switch to GNU canonicalization.
65
662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Include compile.am.
69
702000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * rtems/score/no_cpu.h: Modified so there are fewer and
73        more consistent variations on "no cpu" so it is easier
74        to sed the source as the starting point for a new port.
75
762000-08-10      Joel Sherrill <joel@OARcorp.com>
77
78        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.