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

4.104.114.84.95
Last change on this file since 3facd3d3 was 3facd3d3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/11/03 at 17:00:25

2003-08-11 Joel Sherrill <joel@…>

PR 453/make_build

  • startup/linkcmds: Added .eh_frame
  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-08-11      Joel Sherrill <joel@OARcorp.com>
2
3        PR 453/make_build
4        * startup/linkcmds: Added .eh_frame
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
13        Remove cpp, old_cpp (now unused).
14
152003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
18
192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove AC_CONFIG_AUX_DIR.
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
26
272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: AC_PREREQ(2.57).
30
312003-01-20      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
34
352002-12-19      Joel Sherrill <joel@OARcorp.com>
36
37        * console/console.c: Removed __assert() which conflicts with newlib.
38
392002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Use install-data-local to install startfile.
51
522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55
562002-11-04      Joel Sherrill <joel@OARcorp.com>
57
58        * network/network.c: Removed warnings.
59
602002-11-04      Joel Sherrill <joel@OARcorp.com>
61
62        * console/console.c, network/network.c: Removed warnings.
63
642002-11-01      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/bspstart.c: Removed warnings.
67
682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Reformat.
71        Add autom4te*cache.
72        Remove autom4te.cache.
73
742002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
77
782002-08-21      Joel Sherrill <joel@OARcorp.com>
79
80        * bsp_specs: Added support for -nostdlibs.
81
822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/bspstart.c: Per PR252 removed hack that tripled size of
95        RTEMS Workspace when POSIX is configured.  This was probably done to
96        account for confdefs.h missing some application requirements.
97
982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Eliminate PGM.
101        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
102
1032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
106
1072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
110        Remove $(OBJS) from all-local.
111
1122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
115
1162001-05-09      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: In support of gcc 3.1, added one of more
119        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
120        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
121        and direction of segments to memory regions may also have been
122        addressed.  This was a sweep across all BSPs.
123 
1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * include/bsp.h: include <libcpu/cpu.h>.
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142
1432002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove stray ';', PR 139.
146
1472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
150
1512001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
154        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
155
1562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
159
1602001-10-25      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Added _init and _fini.
163
1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
1702001-09-27      Joel Sherrill <joel@OARcorp.com>
171
172        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
173
1742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
177
1782001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Add bspopts.h.
181        * include/bsp.h: Include bspopts.h.
182        * include/.cvsignore: Add bspopts.h*, stamp-h*.
183        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
184        * start/Makefile.am: Dito.
185        * network/Makefile.am: Dito.
186
1872001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-11-01      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
202        and libcsupport.h moved from libc to lib/include/rtems and
203        now must be referenced as <rtems/XXX.h>.   Header file order
204        was cleaned up while doing this.
205
2062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
209        Switch to GNU canonicalization.
210
2112000-10-20      Joel Sherrill <joel@OARcorp.com>
212
213        * console/console.c: Invoke BSP_uart_init() with enough arguments
214        now that more communication parameters are settable.
215
2162000-10-17      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
219        to libbsp/i386/shared/irq.
220
2212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
222
223        * startup/linkcmds: Added lines so DWARF debug information
224        would be available.  Otherwise gdb complains that the offsets
225        for the debug info are incorrect and doesn't load the files.
226
2272000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
234        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
235        wrapup/Makefile.am: Include compile.am
236
2372000-08-10      Joel Sherrill <joel@OARcorp.com>
238
239        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.