source: rtems/c/src/exec/score/cpu/arm/ChangeLog @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82001-02-04      Joel Sherrill <joel@OARcorp.com>
9
10        * configure.ac: Removed references to rtems/Makefile and
11        rtems/score/Makefile.
12
132002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems/Makefile.am: Removed.
16        * rtems/score/Makefile.am: Removed.
17        * configure.ac: Reflect changes above.
18        * Makefile.am: Reflect changes above.
19
202002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
23
242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
27
282001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
31
322001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add multilib support.
35
362001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * asm.h: include cpuopts.h instead of targopts.h
39        * rtems/score/arm.h: Use __arm__.
40
412001-11-28      Joel Sherrill <joel@OARcorp.com>,
42
43        This was tracked as PR91.
44        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
45        is used to specify if the port uses the standard macro for this (FALSE).
46        A TRUE setting indicates the port provides its own implementation.
47
482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
51        * configure.in: Remove.
52        * configure.ac: New file, generated from configure.in by autoupdate.
53
542001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
57        * Makefile.am: Use 'PREINSTALL_FILES ='.
58
592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am, rtems/score/Makefile.am:
62        Apply include_*HEADERS instead of H_FILES.
63
642001-01-03      Joel Sherrill <joel@OARcorp.com>
65
66        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
67
682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
75
762000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
79        Switch to GNU canonicalization.
80
812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Include compile.am, formatting.
84        * rtems/Makefile.am: Formatting.
85        * rtems/score/Makefile.am: Formatting.
86
872000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * cpu.c: Spacing issues.
90        * rtems/score/cpu.h: Removed warning by setting _level.
91
922000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * Makefile.am: Added S_O_FILES to list of objects.
95
962000-08-10      Joel Sherrill <joel@OARcorp.com>
97
98        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.