source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 0c1f025

4.104.114.84.95
Last change on this file since 0c1f025 was 8fec915, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:32:07

2001-12-22 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
4        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
5
62001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
9
102001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
13        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
14        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
15
162001-10-12      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Fixed typo.
19
202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
23        * configure.in: Remove.
24        * configure.ac: New file, generated from configure.in by autoupdate.
25
262001-09-27      Joel Sherrill <joel@OARcorp.com>
27
28        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
29
302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
33
342001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.in: Add bspopts.h.
37        * include/.cvsignore: Add bspopts.h*, stamp-h*.
38        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
39        * include/bsp.h: Include bspopts.h.
40
412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
42
43        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
44
452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
48
492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
52
532000-11-01      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
56        and libcsupport.h moved from libc to lib/include/rtems and
57        now must be referenced as <rtems/XXX.h>.   Header file order
58        was cleaned up while doing this.
59
602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
63        Switch to GNU canonicalization.
64
652000-10-19      Joel Sherrill <joel@OARcorp.com>
66
67        * console/console.c: Invoke BSP_uart_init() with all arguments
68        now that it takes more parameters.
69
702000-10-17      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
73        to libbsp/i386/shared/irq.
74
752000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
76
77        * startup/linkcmds: Added lines so DWARF debug information
78        would be available.  Otherwise gdb complains that the offsets
79        for the debug info are incorrect and doesn't load the files.
80
812000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
84        * startup/Makefile.am: Cleanup comments.
85
862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
89        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
90        wrapup/Makefile.am: Include compile.am
91
922000-08-10      Joel Sherrill <joel@OARcorp.com>
93
94        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.