source: rtems/c/src/lib/libcpu/i386/ChangeLog @ 09bc3c9b

Last change on this file since 09bc3c9b was 09bc3c9b, checked in by Joel Sherrill <joel.sherrill@…>, on 02/04/04 at 00:53:09

2004-02-03 Joel Sherrill <joel@…>

  • Makefile.am: Removed.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12004-02-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Removed.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c:
8        URL for license changed.
9
102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AC_PREREQ(2.57).
25
262002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        Eliminate *_O_FILES.
30        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
31
322002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
35
362002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add RTEMS_PROG_CCAS.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * cpuModel.S: Include <rtems/score/registers.h> instead of
53        <libcpu/registers.h>.
54        * registers.h: Removed.
55        * Makefile.am: Remove registers.h.
56
572002-03-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * cache.c: Include <rtems/score/registers.h> instead of
60        <libcpu/registers.h>.
61        * cpu.h: Ditto. Remove parts moved to score/cpu/i386.
62        * registers.h: Add BIG-FAT warning.
63
642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac:
67        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
68        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
69        * Makefile.am: Remove AUTOMAKE_OPTIONS.
70
712002-03-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * cpuModel.h: PR 146.
74        Adding guards. Remove unnecessary headers.
75
762002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h.
79        * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
80
812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
84        * configure.in: Remove.
85        * configure.ac: New file, generated from configure.in by autoupdate.
86
872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use 'PREINSTALL_FILES ='.
90        * Makefile.am: Use 'CLEANFILES ='.
91
922001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Apply include_*HEADERS instead of H_FILES.
95        * .cvsignore: Add cache.h.
96
972000-12-06      Joel Sherrill <joel@OARcorp.com>
98
99        * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
100
1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
1092000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
112        Switch to GNU canonicalization.
113
1142000-10-19      Joel Sherrill <joel@OARcorp.com>
115
116        * page.c: Readd deleted comment lines.
117
1182000-10-18      Joel Sherrill <joel@OARcorp.com>
119
120        * page.c: Replaced prototype of printk() with include of <bspIo.h>.
121
1222000-10-17      Joel Sherrill <joel@OARcorp.com>
123
124        * idt.c, Makefile.am: Moved idt.c to libbsp/i386/shared so
125        i386 RTEMS can be multilib'ed.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Include compile.am
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.