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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

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

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 7.1 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-01-20      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
25
262002-12-19      Joel Sherrill <joel@OARcorp.com>
27
28        * console/console.c: Removed __assert() which conflicts with newlib.
29
302002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Use install-data-local to install startfile.
42
432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46
472002-11-04      Joel Sherrill <joel@OARcorp.com>
48
49        * network/network.c: Removed warnings.
50
512002-11-04      Joel Sherrill <joel@OARcorp.com>
52
53        * console/console.c, network/network.c: Removed warnings.
54
552002-11-01      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/bspstart.c: Removed warnings.
58
592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Reformat.
62        Add autom4te*cache.
63        Remove autom4te.cache.
64
652002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
68
692002-08-21      Joel Sherrill <joel@OARcorp.com>
70
71        * bsp_specs: Added support for -nostdlibs.
72
732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
82
832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * startup/bspstart.c: Per PR252 removed hack that tripled size of
86        RTEMS Workspace when POSIX is configured.  This was probably done to
87        account for confdefs.h missing some application requirements.
88
892002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: Eliminate PGM.
92        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
93
942002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
97
982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
101        Remove $(OBJS) from all-local.
102
1032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
106
1072001-05-09      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: In support of gcc 3.1, added one of more
110        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
111        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
112        and direction of segments to memory regions may also have been
113        addressed.  This was a sweep across all BSPs.
114 
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/bsp.h: include <libcpu/cpu.h>.
118
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
133
1342002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove stray ';', PR 139.
137
1382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
141
1422001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
145        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
146
1472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
150
1512001-10-25      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: Added _init and _fini.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-27      Joel Sherrill <joel@OARcorp.com>
162
163        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
164
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
168
1692001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Add bspopts.h.
172        * include/bsp.h: Include bspopts.h.
173        * include/.cvsignore: Add bspopts.h*, stamp-h*.
174        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
175        * start/Makefile.am: Dito.
176        * network/Makefile.am: Dito.
177
1782001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
181
1822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
185
1862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
189
1902000-11-01      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
193        and libcsupport.h moved from libc to lib/include/rtems and
194        now must be referenced as <rtems/XXX.h>.   Header file order
195        was cleaned up while doing this.
196
1972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
200        Switch to GNU canonicalization.
201
2022000-10-20      Joel Sherrill <joel@OARcorp.com>
203
204        * console/console.c: Invoke BSP_uart_init() with enough arguments
205        now that more communication parameters are settable.
206
2072000-10-17      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
210        to libbsp/i386/shared/irq.
211
2122000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
213
214        * startup/linkcmds: Added lines so DWARF debug information
215        would be available.  Otherwise gdb complains that the offsets
216        for the debug info are incorrect and doesn't load the files.
217
2182000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
221
2222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
225        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
226        wrapup/Makefile.am: Include compile.am
227
2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.