source: rtems/cpukit/score/cpu/i386/ChangeLog @ 6f79a970

4.104.114.84.95
Last change on this file since 6f79a970 was 6f79a970, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 03:59:59

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

  • configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). Add AC_PROG_RANLIB.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
4        Add AC_PROG_RANLIB.
5
62002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
9        Use ../../../aclocal.
10
112002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
14        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
15        * rtems/score/registers.h: New file, moved from libcpu.
16        * Makefile.am: Reflect changes above.
17        * cpu.c: Don't include cpuModel.h,
18          #include <rtems.h>,
19          #include <rtems/score/i386types.h>,
20          #include <rtems/score/idtr.h>.
21        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
22          #include <rtems/score/interrupts.h>,
23          #include <rtems/score/registers.h>.
24
252001-04-03      Joel Sherrill <joel@OARcorp.com>
26
27        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
28        * rtems/score/i386types.h: Removed.
29        * rtems/score/types.h: New file via CVS magic.
30        * Makefile.am, rtems/score/cpu.h: Account for name change.
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38
392001-02-05      Joel Sherrill <joel@OARcorp.com>
40
41        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
42
432002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * rtems/Makefile.am: Removed.
46        * rtems/score/Makefile.am: Removed.
47        * configure.ac: Reflect changes above.
48        * Makefile.am: Reflect changes above.
49
502001-01-30      Joel Sherrill <joel@OARcorp.com>
51
52        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
53
542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
57
582001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Add multilib support.
61
622001-11-28      Joel Sherrill <joel@OARcorp.com>,
63
64        This was tracked as PR91.
65        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
66        is used to specify if the port uses the standard macro for this (FALSE).
67        A TRUE setting indicates the port provides its own implementation.
68
692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
72        * configure.in: Remove.
73        * configure.ac: New file, generated from configure.in by autoupdate.
74
752001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
78        * Makefile.am: Use 'PREINSTALL_FILES ='.
79
802001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am, rtems/score/Makefile.am:
83        Apply include_*HEADERS instead of H_FILES.
84
852001-01-03      Joel Sherrill <joel@OARcorp.com>
86
87        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
88
892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
92
932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
96
972000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
100        Switch to GNU canonicalization.
101
1022000-09-12      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
105
1062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Include compile.am.
109
1102000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * rtems/score/i386.h: cpu-variant define handling
113          Rewrite due to introduction of multilib defines.
114        * asm.h: include cpuopts.h instead of targopts.h
115
1162000-08-10      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.