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

4.104.114.84.95
Last change on this file since 178592c was 178592c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/22/02 at 12:32:34

2002-07-22 Ralf Corsepius <corsepiu@…>

  • startup/bspstart.c: Per PR252 removed hack that tripled size of RTEMS Workspace when POSIX is configured. This was probably done to account for confdefs.h missing some application requirements.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/bspstart.c: Per PR252 removed hack that tripled size of
4        RTEMS Workspace when POSIX is configured.  This was probably done to
5        account for confdefs.h missing some application requirements.
6
72002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * start/Makefile.am: Eliminate PGM.
10        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
11
122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
15
162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
19        Remove $(OBJS) from all-local.
20
212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
24
252001-05-09      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: In support of gcc 3.1, added one of more
28        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
29        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
30        and direction of segments to memory regions may also have been
31        addressed.  This was a sweep across all BSPs.
32 
332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * include/bsp.h: include <libcpu/cpu.h>.
36
372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac:
40        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
41        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
42        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove stray ';', PR 139.
55
562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
59
602001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
63        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
64
652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
692001-10-25      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Added _init and _fini.
72
732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76        * configure.in: Remove.
77        * configure.ac: New file, generated from configure.in by autoupdate.
78
792001-09-27      Joel Sherrill <joel@OARcorp.com>
80
81        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
82
832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
86
872001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Add bspopts.h.
90        * include/bsp.h: Include bspopts.h.
91        * include/.cvsignore: Add bspopts.h*, stamp-h*.
92        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
93        * start/Makefile.am: Dito.
94        * network/Makefile.am: Dito.
95
962001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
99
1002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
1042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
1082000-11-01      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
111        and libcsupport.h moved from libc to lib/include/rtems and
112        now must be referenced as <rtems/XXX.h>.   Header file order
113        was cleaned up while doing this.
114
1152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
118        Switch to GNU canonicalization.
119
1202000-10-20      Joel Sherrill <joel@OARcorp.com>
121
122        * console/console.c: Invoke BSP_uart_init() with enough arguments
123        now that more communication parameters are settable.
124
1252000-10-17      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
128        to libbsp/i386/shared/irq.
129
1302000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
131
132        * startup/linkcmds: Added lines so DWARF debug information
133        would be available.  Otherwise gdb complains that the offsets
134        for the debug info are incorrect and doesn't load the files.
135
1362000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
143        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
144        wrapup/Makefile.am: Include compile.am
145
1462000-08-10      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.