source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 2567546

4.104.114.84.95
Last change on this file since 2567546 was 2567546, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 11:32:12

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-11-04      Joel Sherrill <joel@OARcorp.com>
6
7        * network/network.c: Removed warnings.
8
92002-11-04      Joel Sherrill <joel@OARcorp.com>
10
11        * console/console.c, network/network.c: Removed warnings.
12
132002-11-01      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/bspstart.c: Removed warnings.
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
26
272002-08-21      Joel Sherrill <joel@OARcorp.com>
28
29        * bsp_specs: Added support for -nostdlibs.
30
312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
40
412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * startup/bspstart.c: Per PR252 removed hack that tripled size of
44        RTEMS Workspace when POSIX is configured.  This was probably done to
45        account for confdefs.h missing some application requirements.
46
472002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Eliminate PGM.
50        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
51
522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
55
562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
59        Remove $(OBJS) from all-local.
60
612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
64
652001-05-09      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: In support of gcc 3.1, added one of more
68        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
69        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
70        and direction of segments to memory regions may also have been
71        addressed.  This was a sweep across all BSPs.
72 
732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * include/bsp.h: include <libcpu/cpu.h>.
76
772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac:
80        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
81        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
82        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove stray ';', PR 139.
95
962002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
99
1002001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
103        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
104
1052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
108
1092001-10-25      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/linkcmds: Added _init and _fini.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-27      Joel Sherrill <joel@OARcorp.com>
120
121        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
122
1232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
126
1272001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Add bspopts.h.
130        * include/bsp.h: Include bspopts.h.
131        * include/.cvsignore: Add bspopts.h*, stamp-h*.
132        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
133        * start/Makefile.am: Dito.
134        * network/Makefile.am: Dito.
135
1362001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
139
1402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
143
1442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
147
1482000-11-01      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
151        and libcsupport.h moved from libc to lib/include/rtems and
152        now must be referenced as <rtems/XXX.h>.   Header file order
153        was cleaned up while doing this.
154
1552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159
1602000-10-20      Joel Sherrill <joel@OARcorp.com>
161
162        * console/console.c: Invoke BSP_uart_init() with enough arguments
163        now that more communication parameters are settable.
164
1652000-10-17      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
168        to libbsp/i386/shared/irq.
169
1702000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
171
172        * startup/linkcmds: Added lines so DWARF debug information
173        would be available.  Otherwise gdb complains that the offsets
174        for the debug info are incorrect and doesn't load the files.
175
1762000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
179
1802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
183        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
184        wrapup/Makefile.am: Include compile.am
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.