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

4.104.114.84.95
Last change on this file since 4db30283 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: 1.5 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-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
11        * configure.in: Remove.
12        * configure.ac: New file, generated from configure.in by autoupdate.
13
142001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
17        * Makefile.am: Use 'PREINSTALL_FILES ='.
18
192001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am, rtems/score/Makefile.am:
22        Apply include_*HEADERS instead of H_FILES.
23
242001-01-03      Joel Sherrill <joel@OARcorp.com>
25
26        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
27        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
28        now that it is dynamically allocated.
29
302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
33
342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
37
382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
41        Switch to GNU canonicalization.
42
432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Include compile.am.
46
472000-08-10      Joel Sherrill <joel@OARcorp.com>
48
49        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.