source: rtems/cpukit/score/cpu/i386/ChangeLog @ 3cf5a99

4.104.114.84.95
Last change on this file since 3cf5a99 was 3cf5a99, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/03/02 at 03:17:35

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

  • rtems.S: Remove.
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems.S: Remove.
4        * Makefile.am: Reflect changes above.
5
62002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove RTEMS_PROJECT_ROOT.
9
102002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add RTEMS_PROG_CCAS
13
142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
17        Add AC_PROG_RANLIB.
18
192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
22        Use ../../../aclocal.
23
242002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
27        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
28        * rtems/score/registers.h: New file, moved from libcpu.
29        * Makefile.am: Reflect changes above.
30        * cpu.c: Don't include cpuModel.h,
31          #include <rtems.h>,
32          #include <rtems/score/i386types.h>,
33          #include <rtems/score/idtr.h>.
34        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
35          #include <rtems/score/interrupts.h>,
36          #include <rtems/score/registers.h>.
37
382001-04-03      Joel Sherrill <joel@OARcorp.com>
39
40        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
41        * rtems/score/i386types.h: Removed.
42        * rtems/score/types.h: New file via CVS magic.
43        * Makefile.am, rtems/score/cpu.h: Account for name change.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522001-02-05      Joel Sherrill <joel@OARcorp.com>
53
54        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
55
562002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * rtems/Makefile.am: Removed.
59        * rtems/score/Makefile.am: Removed.
60        * configure.ac: Reflect changes above.
61        * Makefile.am: Reflect changes above.
62
632001-01-30      Joel Sherrill <joel@OARcorp.com>
64
65        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
66
672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
70
712001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add multilib support.
74
752001-11-28      Joel Sherrill <joel@OARcorp.com>,
76
77        This was tracked as PR91.
78        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
79        is used to specify if the port uses the standard macro for this (FALSE).
80        A TRUE setting indicates the port provides its own implementation.
81
822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
85        * configure.in: Remove.
86        * configure.ac: New file, generated from configure.in by autoupdate.
87
882001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
91        * Makefile.am: Use 'PREINSTALL_FILES ='.
92
932001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am, rtems/score/Makefile.am:
96        Apply include_*HEADERS instead of H_FILES.
97
982001-01-03      Joel Sherrill <joel@OARcorp.com>
99
100        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
101
1022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
105
1062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
109
1102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
113        Switch to GNU canonicalization.
114
1152000-09-12      Joel Sherrill <joel@OARcorp.com>
116
117        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
118
1192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Include compile.am.
122
1232000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * rtems/score/i386.h: cpu-variant define handling
126          Rewrite due to introduction of multilib defines.
127        * asm.h: include cpuopts.h instead of targopts.h
128
1292000-08-10      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.