source: rtems/c/src/lib/libcpu/i386/ChangeLog @ b5cfa4e

4.104.114.84.95
Last change on this file since b5cfa4e was b5cfa4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 01:57:42

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • page.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * page.c: Convert to using c99 fixed size types.
4
52004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Don't include .../lib.am.
12
132004-01-21      Joel Sherrill <joel@OARcorp.com>
14
15        PR 557/bsps
16        * cpu.c: Removed. File appears to have been orphaned around June 2000
17
182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
21        score.rel. Add PREINSTALL_DIRS.
22        Use automake compilation rules.
23        * page.c, cpuModel.S: Remove stray blanks.
24        * configure.ac: Require automake >= 1.8.2.
25        Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
26
272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
30        Add PRE/TMPINSTALL_FILES to CLEANFILES.
31
322003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Eliminate VPATH.
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
39
402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
43
442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Remove all-local: $(ARCH).
47
482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reformat. Use dirstamps for preinstallation.
51
522003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_CANONICAL_HOST.
55
562003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove RTEMS_CHECK_CPU.
59
602003-09-04      Joel Sherrill <joel@OARcorp.com>
61
62        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
63        URL for license changed.
64
652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect having moved aclocal/.
68
692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved automake/.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove AC_CONFIG_AUX_DIR.
80
812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
84
852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: AC_PREREQ(2.57).
88
892002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        Eliminate *_O_FILES.
93        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
94
952002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
98
992002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add RTEMS_PROG_CCAS.
102
1032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Reformat.
106        Add autom4te*cache.
107        Remove autom4te.cache.
108
1092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use .$(OBJEXT) instead of .o.
112
1132002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * cpuModel.S: Include <rtems/score/registers.h> instead of
116        <libcpu/registers.h>.
117        * registers.h: Removed.
118        * Makefile.am: Remove registers.h.
119
1202002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * cache.c: Include <rtems/score/registers.h> instead of
123        <libcpu/registers.h>.
124        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
125        * registers.h: Add BIG-FAT warning.
126
1272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac:
130        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
131        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
132        * Makefile.am: Remove AUTOMAKE_OPTIONS.
133
1342002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * cpuModel.h: PR 146.
137        Adding guards. Remove unnecessary headers.
138
1392002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
142        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
143
1442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
147        * configure.in: Remove.
148        * configure.ac: New file, generated from configure.in by autoupdate.
149
1502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use 'PREINSTALL_FILES ='.
153        * Makefile.am: Use 'CLEANFILES ='.
154
1552001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
158        * .cvsignore: Add cache.h.
159
1602000-12-06      Joel Sherrill <joel@OARcorp.com>
161
162        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
163
1642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
167
1682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
171
1722000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
175        Switch to GNU canonicalization.
176
1772000-10-19      Joel Sherrill <joel@OARcorp.com>
178
179        * page.c: Readd deleted comment lines.
180
1812000-10-18      Joel Sherrill <joel@OARcorp.com>
182
183        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
184
1852000-10-17      Joel Sherrill <joel@OARcorp.com>
186
187        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
188        i386 RTEMS can be multilib'ed.
189
1902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Include compile.am
193
1942000-08-10      Joel Sherrill <joel@OARcorp.com>
195
196        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.