source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 4bee7d9c

4.104.114.84.95
Last change on this file since 4bee7d9c was 4bee7d9c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/16/06 at 14:32:21

2006-05-16 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Use RTEMS_AMPOLISH3.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Use RTEMS_AMPOLISH3.
4
52005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am
8        * preinstall.am: New.
9        * configure.ac: Add AMPOLISH3.
10        * byteorder.h: New.
11
122005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
15
162005-01-03      Joel Sherrill <joel@OARcorp.com>
17
18        * Makefile.am: Fix typo.
19
202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Remove build-variant support.
23
242004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * configure.ac: Remove RTEMS_ENABLE_BARE.
27
282004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * configure.ac: Require automake > 1.9.
31
322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
35        * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
36
372004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * page.c: Convert to using c99 fixed size types.
40
412004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
44
452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Don't include .../lib.am.
48
492004-01-21      Joel Sherrill <joel@OARcorp.com>
50
51        PR 557/bsps
52        * cpu.c: Removed. File appears to have been orphaned around June 2000
53
542004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
57        score.rel. Add PREINSTALL_DIRS.
58        Use automake compilation rules.
59        * page.c, cpuModel.S: Remove stray blanks.
60        * configure.ac: Require automake >= 1.8.2.
61        Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
62
632004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
66        Add PRE/TMPINSTALL_FILES to CLEANFILES.
67
682003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Eliminate VPATH.
71
722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
75
762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
79
802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Remove all-local: $(ARCH).
83
842003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reformat. Use dirstamps for preinstallation.
87
882003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove RTEMS_CANONICAL_HOST.
91
922003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove RTEMS_CHECK_CPU.
95
962003-09-04      Joel Sherrill <joel@OARcorp.com>
97
98        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
99        URL for license changed.
100
1012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect having moved aclocal/.
104
1052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect having moved automake/.
108
1092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
112
1132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_CONFIG_AUX_DIR.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AC_PREREQ(2.57).
124
1252002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        Eliminate *_O_FILES.
129        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
130
1312002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
134
1352002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add RTEMS_PROG_CCAS.
138
1392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Reformat.
142        Add autom4te*cache.
143        Remove autom4te.cache.
144
1452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use .$(OBJEXT) instead of .o.
148
1492002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * cpuModel.S: Include <rtems/score/registers.h> instead of
152        <libcpu/registers.h>.
153        * registers.h: Removed.
154        * Makefile.am: Remove registers.h.
155
1562002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * cache.c: Include <rtems/score/registers.h> instead of
159        <libcpu/registers.h>.
160        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
161        * registers.h: Add BIG-FAT warning.
162
1632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac:
166        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
167        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
168        * Makefile.am: Remove AUTOMAKE_OPTIONS.
169
1702002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * cpuModel.h: PR 146.
173        Adding guards. Remove unnecessary headers.
174
1752002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
178        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
179
1802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
183        * configure.in: Remove.
184        * configure.ac: New file, generated from configure.in by autoupdate.
185
1862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use 'PREINSTALL_FILES ='.
189        * Makefile.am: Use 'CLEANFILES ='.
190
1912001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
194        * .cvsignore: Add cache.h.
195
1962000-12-06      Joel Sherrill <joel@OARcorp.com>
197
198        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
199
2002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
203
2042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
207
2082000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
211        Switch to GNU canonicalization.
212
2132000-10-19      Joel Sherrill <joel@OARcorp.com>
214
215        * page.c: Readd deleted comment lines.
216
2172000-10-18      Joel Sherrill <joel@OARcorp.com>
218
219        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
220
2212000-10-17      Joel Sherrill <joel@OARcorp.com>
222
223        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
224        i386 RTEMS can be multilib'ed.
225
2262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Include compile.am
229
2302000-08-10      Joel Sherrill <joel@OARcorp.com>
231
232        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.