source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 42d865c

4.104.114.84.95
Last change on this file since 42d865c was 42d865c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 11:22:29

2003-12-01 Ralf Corsepius <corsepiu@…>

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