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

4.104.114.84.95
Last change on this file since c386c63 was c386c63, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/08/02 at 07:59:05

2002-09-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
4
52002-08-21      Joel Sherrill <joel@OARcorp.com>
6
7        * bsp_specs: Added support for -nostdlibs.
8
92002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * startup/bspstart.c: Per PR252 removed hack that tripled size of
22        RTEMS Workspace when POSIX is configured.  This was probably done to
23        account for confdefs.h missing some application requirements.
24
252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Eliminate PGM.
28        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
29
302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
33
342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
37        Remove $(OBJS) from all-local.
38
392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
42
432001-05-09      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds: In support of gcc 3.1, added one of more
46        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
47        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
48        and direction of segments to memory regions may also have been
49        addressed.  This was a sweep across all BSPs.
50 
512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * include/bsp.h: include <libcpu/cpu.h>.
54
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove stray ';', PR 139.
73
742002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
77
782001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
81        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
82
832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
86
872001-10-25      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: Added _init and _fini.
90
912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
94        * configure.in: Remove.
95        * configure.ac: New file, generated from configure.in by autoupdate.
96
972001-09-27      Joel Sherrill <joel@OARcorp.com>
98
99        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
100
1012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
104
1052001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.in: Add bspopts.h.
108        * include/bsp.h: Include bspopts.h.
109        * include/.cvsignore: Add bspopts.h*, stamp-h*.
110        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
111        * start/Makefile.am: Dito.
112        * network/Makefile.am: Dito.
113
1142001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
117
1182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
1262000-11-01      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
129        and libcsupport.h moved from libc to lib/include/rtems and
130        now must be referenced as <rtems/XXX.h>.   Header file order
131        was cleaned up while doing this.
132
1332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
136        Switch to GNU canonicalization.
137
1382000-10-20      Joel Sherrill <joel@OARcorp.com>
139
140        * console/console.c: Invoke BSP_uart_init() with enough arguments
141        now that more communication parameters are settable.
142
1432000-10-17      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
146        to libbsp/i386/shared/irq.
147
1482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
149
150        * startup/linkcmds: Added lines so DWARF debug information
151        would be available.  Otherwise gdb complains that the offsets
152        for the debug info are incorrect and doesn't load the files.
153
1542000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
157
1582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
161        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
162        wrapup/Makefile.am: Include compile.am
163
1642000-08-10      Joel Sherrill <joel@OARcorp.com>
165
166        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.