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

4.104.114.84.95
Last change on this file since 7b0c547a was 7b0c547a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 19:53:27

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
4
52002-12-19      Joel Sherrill <joel@OARcorp.com>
6
7        * console/console.c: Removed __assert() which conflicts with newlib.
8
92002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17
182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * start/Makefile.am: Use install-data-local to install startfile.
21
222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-11-04      Joel Sherrill <joel@OARcorp.com>
27
28        * network/network.c: Removed warnings.
29
302002-11-04      Joel Sherrill <joel@OARcorp.com>
31
32        * console/console.c, network/network.c: Removed warnings.
33
342002-11-01      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/bspstart.c: Removed warnings.
37
382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * .cvsignore: Reformat.
41        Add autom4te*cache.
42        Remove autom4te.cache.
43
442002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
47
482002-08-21      Joel Sherrill <joel@OARcorp.com>
49
50        * bsp_specs: Added support for -nostdlibs.
51
522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
61
622002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * startup/bspstart.c: Per PR252 removed hack that tripled size of
65        RTEMS Workspace when POSIX is configured.  This was probably done to
66        account for confdefs.h missing some application requirements.
67
682002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Eliminate PGM.
71        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
72
732002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
76
772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
80        Remove $(OBJS) from all-local.
81
822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
85
862001-05-09      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: In support of gcc 3.1, added one of more
89        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
90        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
91        and direction of segments to memory regions may also have been
92        addressed.  This was a sweep across all BSPs.
93 
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * include/bsp.h: include <libcpu/cpu.h>.
97
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove stray ';', PR 139.
116
1172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
120
1212001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
124        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-10-25      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Added _init and _fini.
133
1342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
137        * configure.in: Remove.
138        * configure.ac: New file, generated from configure.in by autoupdate.
139
1402001-09-27      Joel Sherrill <joel@OARcorp.com>
141
142        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
143
1442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
147
1482001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: Add bspopts.h.
151        * include/bsp.h: Include bspopts.h.
152        * include/.cvsignore: Add bspopts.h*, stamp-h*.
153        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
154        * start/Makefile.am: Dito.
155        * network/Makefile.am: Dito.
156
1572001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-10-20      Joel Sherrill <joel@OARcorp.com>
182
183        * console/console.c: Invoke BSP_uart_init() with enough arguments
184        now that more communication parameters are settable.
185
1862000-10-17      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
189        to libbsp/i386/shared/irq.
190
1912000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
192
193        * startup/linkcmds: Added lines so DWARF debug information
194        would be available.  Otherwise gdb complains that the offsets
195        for the debug info are incorrect and doesn't load the files.
196
1972000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
204        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
205        wrapup/Makefile.am: Include compile.am
206
2072000-08-10      Joel Sherrill <joel@OARcorp.com>
208
209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.