source: rtems/cpukit/score/cpu/i386/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.5 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-05      Joel Sherrill <joel@OARcorp.com>
9
10        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
11
122002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * rtems/Makefile.am: Removed.
15        * rtems/score/Makefile.am: Removed.
16        * configure.ac: Reflect changes above.
17        * Makefile.am: Reflect changes above.
18
192001-01-30      Joel Sherrill <joel@OARcorp.com>
20
21        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
22
232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
26
272001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Add multilib support.
30
312001-11-28      Joel Sherrill <joel@OARcorp.com>,
32
33        This was tracked as PR91.
34        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
35        is used to specify if the port uses the standard macro for this (FALSE).
36        A TRUE setting indicates the port provides its own implementation.
37
382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
41        * configure.in: Remove.
42        * configure.ac: New file, generated from configure.in by autoupdate.
43
442001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
47        * Makefile.am: Use 'PREINSTALL_FILES ='.
48
492001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am, rtems/score/Makefile.am:
52        Apply include_*HEADERS instead of H_FILES.
53
542001-01-03      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
57
582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
61
622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
65
662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
69        Switch to GNU canonicalization.
70
712000-09-12      Joel Sherrill <joel@OARcorp.com>
72
73        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
74
752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Include compile.am.
78
792000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * rtems/score/i386.h: cpu-variant define handling
82          Rewrite due to introduction of multilib defines.
83        * asm.h: include cpuopts.h instead of targopts.h
84
852000-08-10      Joel Sherrill <joel@OARcorp.com>
86
87        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.