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

4.104.114.84.95
Last change on this file since c6328bee was c6328bee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/03 at 10:05:17

2003-10-22 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CANONICAL_HOST.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CANONICAL_HOST.
4
52003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CHECK_CPU.
8
92003-09-04      Joel Sherrill <joel@OARcorp.com>
10
11        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
12        URL for license changed.
13
142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect having moved aclocal/.
17
182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved automake/.
21
222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
25
262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove AC_CONFIG_AUX_DIR.
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
33
342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: AC_PREREQ(2.57).
37
382002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        Eliminate *_O_FILES.
42        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
43
442002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
47
482002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add RTEMS_PROG_CCAS.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use .$(OBJEXT) instead of .o.
61
622002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * cpuModel.S: Include <rtems/score/registers.h> instead of
65        <libcpu/registers.h>.
66        * registers.h: Removed.
67        * Makefile.am: Remove registers.h.
68
692002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * cache.c: Include <rtems/score/registers.h> instead of
72        <libcpu/registers.h>.
73        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
74        * registers.h: Add BIG-FAT warning.
75
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * Makefile.am: Remove AUTOMAKE_OPTIONS.
82
832002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * cpuModel.h: PR 146.
86        Adding guards. Remove unnecessary headers.
87
882002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
91        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
92
932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
96        * configure.in: Remove.
97        * configure.ac: New file, generated from configure.in by autoupdate.
98
992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use 'PREINSTALL_FILES ='.
102        * Makefile.am: Use 'CLEANFILES ='.
103
1042001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
107        * .cvsignore: Add cache.h.
108
1092000-12-06      Joel Sherrill <joel@OARcorp.com>
110
111        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
112
1132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
116
1172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
120
1212000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
124        Switch to GNU canonicalization.
125
1262000-10-19      Joel Sherrill <joel@OARcorp.com>
127
128        * page.c: Readd deleted comment lines.
129
1302000-10-18      Joel Sherrill <joel@OARcorp.com>
131
132        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
133
1342000-10-17      Joel Sherrill <joel@OARcorp.com>
135
136        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
137        i386 RTEMS can be multilib'ed.
138
1392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Include compile.am
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.