source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 440002f

4.104.114.84.95
Last change on this file since 440002f was 8a97d12, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 12:25:39

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_ENABLE_BARE.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
16        * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
17
182004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * page.c: Convert to using c99 fixed size types.
21
222004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
25
262004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Don't include .../lib.am.
29
302004-01-21      Joel Sherrill <joel@OARcorp.com>
31
32        PR 557/bsps
33        * cpu.c: Removed. File appears to have been orphaned around June 2000
34
352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
38        score.rel. Add PREINSTALL_DIRS.
39        Use automake compilation rules.
40        * page.c, cpuModel.S: Remove stray blanks.
41        * configure.ac: Require automake >= 1.8.2.
42        Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
43
442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
47        Add PRE/TMPINSTALL_FILES to CLEANFILES.
48
492003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Eliminate VPATH.
52
532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
56
572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
60
612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Remove all-local: $(ARCH).
64
652003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reformat. Use dirstamps for preinstallation.
68
692003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove RTEMS_CANONICAL_HOST.
72
732003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove RTEMS_CHECK_CPU.
76
772003-09-04      Joel Sherrill <joel@OARcorp.com>
78
79        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
80        URL for license changed.
81
822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved aclocal/.
85
862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect having moved automake/.
89
902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
93
942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove AC_CONFIG_AUX_DIR.
97
982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
101
1022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: AC_PREREQ(2.57).
105
1062002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
109        Eliminate *_O_FILES.
110        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
111
1122002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
115
1162002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Add RTEMS_PROG_CCAS.
119
1202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Reformat.
123        Add autom4te*cache.
124        Remove autom4te.cache.
125
1262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use .$(OBJEXT) instead of .o.
129
1302002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * cpuModel.S: Include <rtems/score/registers.h> instead of
133        <libcpu/registers.h>.
134        * registers.h: Removed.
135        * Makefile.am: Remove registers.h.
136
1372002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * cache.c: Include <rtems/score/registers.h> instead of
140        <libcpu/registers.h>.
141        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
142        * registers.h: Add BIG-FAT warning.
143
1442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac:
147        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
148        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150
1512002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * cpuModel.h: PR 146.
154        Adding guards. Remove unnecessary headers.
155
1562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
159        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
160
1612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
164        * configure.in: Remove.
165        * configure.ac: New file, generated from configure.in by autoupdate.
166
1672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use 'PREINSTALL_FILES ='.
170        * Makefile.am: Use 'CLEANFILES ='.
171
1722001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
175        * .cvsignore: Add cache.h.
176
1772000-12-06      Joel Sherrill <joel@OARcorp.com>
178
179        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
180
1812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
192        Switch to GNU canonicalization.
193
1942000-10-19      Joel Sherrill <joel@OARcorp.com>
195
196        * page.c: Readd deleted comment lines.
197
1982000-10-18      Joel Sherrill <joel@OARcorp.com>
199
200        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
201
2022000-10-17      Joel Sherrill <joel@OARcorp.com>
203
204        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
205        i386 RTEMS can be multilib'ed.
206
2072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Include compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.