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

Last change on this file since 328876c was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

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