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

4.104.114.84.95
Last change on this file since ac9253e was ac9253e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/25/01 at 22:05:52

2001-10-25 Joel Sherrill <joel@…>

  • startup/linkcmds: Added _init and _fini.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12001-10-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Added _init and _fini.
4
52001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
8        * configure.in: Remove.
9        * configure.ac: New file, generated from configure.in by autoupdate.
10
112001-09-27      Joel Sherrill <joel@OARcorp.com>
12
13        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
14
152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
18
192001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.in: Add bspopts.h.
22        * include/bsp.h: Include bspopts.h.
23        * include/.cvsignore: Add bspopts.h*, stamp-h*.
24        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
25        * start/Makefile.am: Dito.
26        * network/Makefile.am: Dito.
27
282001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
31
322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
35
362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
39
402000-11-01      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
43        and libcsupport.h moved from libc to lib/include/rtems and
44        now must be referenced as <rtems/XXX.h>.   Header file order
45        was cleaned up while doing this.
46
472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
50        Switch to GNU canonicalization.
51
522000-10-20      Joel Sherrill <joel@OARcorp.com>
53
54        * console/console.c: Invoke BSP_uart_init() with enough arguments
55        now that more communication parameters are settable.
56
572000-10-17      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
60        to libbsp/i386/shared/irq.
61
622000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
63
64        * startup/linkcmds: Added lines so DWARF debug information
65        would be available.  Otherwise gdb complains that the offsets
66        for the debug info are incorrect and doesn't load the files.
67
682000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
71
722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
75        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
76        wrapup/Makefile.am: Include compile.am
77
782000-08-10      Joel Sherrill <joel@OARcorp.com>
79
80        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.