source: rtems/c/src/exec/score/cpu/unix/ChangeLog @ 7e950a4

4.104.114.84.95
Last change on this file since 7e950a4 was 4db30283, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/01 at 18:16:00

2001-11-28 Joel Sherrill <joel@…>,

This was tracked as PR91.

  • rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation.
  • Property mode set to 100644
File size: 2.2 KB
Line 
12001-11-28      Joel Sherrill <joel@OARcorp.com>,
2
3        This was tracked as PR91.
4        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
5        is used to specify if the port uses the standard macro for this (FALSE).
6        A TRUE setting indicates the port provides its own implementation.
7
82001-11-28      Joel Sherrill <joel@OARcorp.com>,
9
10        This was tracked as PR91.
11        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
12        is used to specify if the port uses the standard macro for this (FALSE).
13        A TRUE setting indicates the port provides its own implementation.
14
152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
18        * configure.in: Remove.
19        * configure.ac: New file, generated from configure.in by autoupdate.
20
212001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
24
252001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
28
292001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am, rtems/score/Makefile.am:
32        Apply include_*HEADERS instead of H_FILES.
33
342001-01-25      Joel Sherrill <joel@OARcorp.com>
35
36        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
37        <peter.o.mueller@gmx.de> because of not correcting for the ISR
38        vector table now being allocated from the workspace.
39
402001-01-03      Joel Sherrill <joel@OARcorp.com>
41
42        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
43
442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
47
482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
51
522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
55        Switch to GNU canonicalization.
56
572000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use += to set up AM_CPPFLAGS.
60
612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
64
652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Include compile.am.
68
692000-08-10      Joel Sherrill <joel@OARcorp.com>
70
71        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.