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

4.104.114.84.95
Last change on this file since cb3a7ed was cb3a7ed, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/02 at 18:02:15

2001-05-17 Joel Sherrill <joel@…>

  • startup/linkcmds: Per PR224, added wild card math to .rodata.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12001-05-17      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Per PR224, added wild card math to .rodata.
4
52002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/bsp.h: include <libcpu/cpu.h>.
8        * console/console.c: Remove unused variable console_open_count.
9
102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac:
13        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
14        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
15        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
24
252002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove stray ';', PR 139.
28
292002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
32
332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
36        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
37
382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
41
422001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
45        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
46        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
47
482001-10-12      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: Fixed typo.
51
522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
582001-09-27      Joel Sherrill <joel@OARcorp.com>
59
60        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
61
622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
65
662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Add bspopts.h.
69        * include/.cvsignore: Add bspopts.h*, stamp-h*.
70        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
71        * include/bsp.h: Include bspopts.h.
72
732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
74
75        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
76
772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
80
812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
84
852000-11-01      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
88        and libcsupport.h moved from libc to lib/include/rtems and
89        now must be referenced as <rtems/XXX.h>.   Header file order
90        was cleaned up while doing this.
91
922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
95        Switch to GNU canonicalization.
96
972000-10-19      Joel Sherrill <joel@OARcorp.com>
98
99        * console/console.c: Invoke BSP_uart_init() with all arguments
100        now that it takes more parameters.
101
1022000-10-17      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
105        to libbsp/i386/shared/irq.
106
1072000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
108
109        * startup/linkcmds: Added lines so DWARF debug information
110        would be available.  Otherwise gdb complains that the offsets
111        for the debug info are incorrect and doesn't load the files.
112
1132000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
116        * startup/Makefile.am: Cleanup comments.
117
1182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
121        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
122        wrapup/Makefile.am: Include compile.am
123
1242000-08-10      Joel Sherrill <joel@OARcorp.com>
125
126        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.