source: rtems/c/src/exec/score/cpu/i386/ChangeLog @ af81910

4.104.114.84.95
Last change on this file since af81910 was af81910, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:54:50

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

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