source: rtems/cpukit/score/cpu/i386/ChangeLog @ 2a582aa5

4.104.114.84.95
Last change on this file since 2a582aa5 was 53f6727, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:51:58

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

  • Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use .$(OBJEXT) instead of .o.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use . instead of .o.
8
92002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: RTEMS_TOP(../../../..).
12
132002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems.S: Remove.
16        * Makefile.am: Reflect changes above.
17
182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove RTEMS_PROJECT_ROOT.
21
222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Add RTEMS_PROG_CCAS
25
262002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
29        Add AC_PROG_RANLIB.
30
312002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
34        Use ../../../aclocal.
35
362002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h.
39        * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h.
40        * rtems/score/registers.h: New file, moved from libcpu.
41        * Makefile.am: Reflect changes above.
42        * cpu.c: Don't include cpuModel.h,
43          #include <rtems.h>,
44          #include <rtems/score/i386types.h>,
45          #include <rtems/score/idtr.h>.
46        * rtems/score/cpu.h: Don't include libcpu/cpu.h.
47          #include <rtems/score/interrupts.h>,
48          #include <rtems/score/registers.h>.
49
502001-04-03      Joel Sherrill <joel@OARcorp.com>
51
52        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
53        * rtems/score/i386types.h: Removed.
54        * rtems/score/types.h: New file via CVS magic.
55        * Makefile.am, rtems/score/cpu.h: Account for name change.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642001-02-05      Joel Sherrill <joel@OARcorp.com>
65
66        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
67
682002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * rtems/Makefile.am: Removed.
71        * rtems/score/Makefile.am: Removed.
72        * configure.ac: Reflect changes above.
73        * Makefile.am: Reflect changes above.
74
752001-01-30      Joel Sherrill <joel@OARcorp.com>
76
77        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
78
792002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
82
832001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add multilib support.
86
872001-11-28      Joel Sherrill <joel@OARcorp.com>,
88
89        This was tracked as PR91.
90        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
91        is used to specify if the port uses the standard macro for this (FALSE).
92        A TRUE setting indicates the port provides its own implementation.
93
942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
97        * configure.in: Remove.
98        * configure.ac: New file, generated from configure.in by autoupdate.
99
1002001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
103        * Makefile.am: Use 'PREINSTALL_FILES ='.
104
1052001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am, rtems/score/Makefile.am:
108        Apply include_*HEADERS instead of H_FILES.
109
1102001-01-03      Joel Sherrill <joel@OARcorp.com>
111
112        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
113
1142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
117
1182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
121
1222000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126
1272000-09-12      Joel Sherrill <joel@OARcorp.com>
128
129        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
130
1312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Include compile.am.
134
1352000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * rtems/score/i386.h: cpu-variant define handling
138          Rewrite due to introduction of multilib defines.
139        * asm.h: include cpuopts.h instead of targopts.h
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.