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

4.104.114.84.95
Last change on this file since 844de99 was 844de99, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 14:27:49

2002-11-04 Joel Sherrill <joel@…>

  • console/console.c, network/network.c: Removed warnings.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12002-11-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console.c, network/network.c: Removed warnings.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/bspstart.c: Removed warnings.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
18
192002-08-21      Joel Sherrill <joel@OARcorp.com>
20
21        * bsp_specs: Added support for -nostdlibs.
22
232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
32
332002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * startup/bspstart.c: Per PR252 removed hack that tripled size of
36        RTEMS Workspace when POSIX is configured.  This was probably done to
37        account for confdefs.h missing some application requirements.
38
392002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Eliminate PGM.
42        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
43
442002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
47
482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
51        Remove $(OBJS) from all-local.
52
532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
56
572001-05-09      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds: In support of gcc 3.1, added one of more
60        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
61        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
62        and direction of segments to memory regions may also have been
63        addressed.  This was a sweep across all BSPs.
64 
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * include/bsp.h: include <libcpu/cpu.h>.
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
83
842002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove stray ';', PR 139.
87
882002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
91
922001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
95        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
96
972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
100
1012001-10-25      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: Added _init and _fini.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-27      Joel Sherrill <joel@OARcorp.com>
112
113        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
114
1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
118
1192001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.in: Add bspopts.h.
122        * include/bsp.h: Include bspopts.h.
123        * include/.cvsignore: Add bspopts.h*, stamp-h*.
124        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
125        * start/Makefile.am: Dito.
126        * network/Makefile.am: Dito.
127
1282001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
131
1322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
1362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
1402000-11-01      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
143        and libcsupport.h moved from libc to lib/include/rtems and
144        now must be referenced as <rtems/XXX.h>.   Header file order
145        was cleaned up while doing this.
146
1472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
150        Switch to GNU canonicalization.
151
1522000-10-20      Joel Sherrill <joel@OARcorp.com>
153
154        * console/console.c: Invoke BSP_uart_init() with enough arguments
155        now that more communication parameters are settable.
156
1572000-10-17      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
160        to libbsp/i386/shared/irq.
161
1622000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
163
164        * startup/linkcmds: Added lines so DWARF debug information
165        would be available.  Otherwise gdb complains that the offsets
166        for the debug info are incorrect and doesn't load the files.
167
1682000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
171
1722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
175        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
176        wrapup/Makefile.am: Include compile.am
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.