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

4.104.114.84.95
Last change on this file since 658ad222 was 658ad222, checked in by Joel Sherrill <joel.sherrill@…>, on 03/20/02 at 14:19:42

2002-03-16 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove stray ';', PR 139.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove stray ';', PR 139.
4
52002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
8
92001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
12        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
13
142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
17
182001-10-25      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Added _init and _fini.
21
222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
25        * configure.in: Remove.
26        * configure.ac: New file, generated from configure.in by autoupdate.
27
282001-09-27      Joel Sherrill <joel@OARcorp.com>
29
30        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
31
322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
35
362001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.in: Add bspopts.h.
39        * include/bsp.h: Include bspopts.h.
40        * include/.cvsignore: Add bspopts.h*, stamp-h*.
41        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
42        * start/Makefile.am: Dito.
43        * network/Makefile.am: Dito.
44
452001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
48
492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
52
532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
56
572000-11-01      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
60        and libcsupport.h moved from libc to lib/include/rtems and
61        now must be referenced as <rtems/XXX.h>.   Header file order
62        was cleaned up while doing this.
63
642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
67        Switch to GNU canonicalization.
68
692000-10-20      Joel Sherrill <joel@OARcorp.com>
70
71        * console/console.c: Invoke BSP_uart_init() with enough arguments
72        now that more communication parameters are settable.
73
742000-10-17      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
77        to libbsp/i386/shared/irq.
78
792000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
80
81        * startup/linkcmds: Added lines so DWARF debug information
82        would be available.  Otherwise gdb complains that the offsets
83        for the debug info are incorrect and doesn't load the files.
84
852000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
88
892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
92        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
93        wrapup/Makefile.am: Include compile.am
94
952000-08-10      Joel Sherrill <joel@OARcorp.com>
96
97        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.