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

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
62002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
9
102001-05-09      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds: In support of gcc 3.1, added one of more
13        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
14        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
15        and direction of segments to memory regions may also have been
16        addressed.  This was a sweep across all BSPs.
17 
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * include/bsp.h: include <libcpu/cpu.h>.
21
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove stray ';', PR 139.
40
412002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
44
452001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
48        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
49
502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
53
542001-10-25      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Added _init and _fini.
57
582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
61        * configure.in: Remove.
62        * configure.ac: New file, generated from configure.in by autoupdate.
63
642001-09-27      Joel Sherrill <joel@OARcorp.com>
65
66        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
67
682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
71
722001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Add bspopts.h.
75        * include/bsp.h: Include bspopts.h.
76        * include/.cvsignore: Add bspopts.h*, stamp-h*.
77        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
78        * start/Makefile.am: Dito.
79        * network/Makefile.am: Dito.
80
812001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
84
852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
932000-11-01      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
96        and libcsupport.h moved from libc to lib/include/rtems and
97        now must be referenced as <rtems/XXX.h>.   Header file order
98        was cleaned up while doing this.
99
1002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
103        Switch to GNU canonicalization.
104
1052000-10-20      Joel Sherrill <joel@OARcorp.com>
106
107        * console/console.c: Invoke BSP_uart_init() with enough arguments
108        now that more communication parameters are settable.
109
1102000-10-17      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
113        to libbsp/i386/shared/irq.
114
1152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
116
117        * startup/linkcmds: Added lines so DWARF debug information
118        would be available.  Otherwise gdb complains that the offsets
119        for the debug info are incorrect and doesn't load the files.
120
1212000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
124
1252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
128        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
129        wrapup/Makefile.am: Include compile.am
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.