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

4.104.114.84.95
Last change on this file since bd5efa92 was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        Eliminate *_O_FILES.
21        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
22
232002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
26
272002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add RTEMS_PROG_CCAS.
30
312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use .$(OBJEXT) instead of .o.
40
412002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * cpuModel.S: Include <rtems/score/registers.h> instead of
44        <libcpu/registers.h>.
45        * registers.h: Removed.
46        * Makefile.am: Remove registers.h.
47
482002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * cache.c: Include <rtems/score/registers.h> instead of
51        <libcpu/registers.h>.
52        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
53        * registers.h: Add BIG-FAT warning.
54
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * cpuModel.h: PR 146.
65        Adding guards. Remove unnecessary headers.
66
672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
70        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
71
722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
75        * configure.in: Remove.
76        * configure.ac: New file, generated from configure.in by autoupdate.
77
782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use 'PREINSTALL_FILES ='.
81        * Makefile.am: Use 'CLEANFILES ='.
82
832001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
86        * .cvsignore: Add cache.h.
87
882000-12-06      Joel Sherrill <joel@OARcorp.com>
89
90        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
91
922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
95
962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
99
1002000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
103        Switch to GNU canonicalization.
104
1052000-10-19      Joel Sherrill <joel@OARcorp.com>
106
107        * page.c: Readd deleted comment lines.
108
1092000-10-18      Joel Sherrill <joel@OARcorp.com>
110
111        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
112
1132000-10-17      Joel Sherrill <joel@OARcorp.com>
114
115        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
116        i386 RTEMS can be multilib'ed.
117
1182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Include compile.am
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.