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

4.104.114.84.95
Last change on this file since 0fe6737 was 0fe6737, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:15:57

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • network/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
10
112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * startup/bspstart.c: Per PR252 removed hack that tripled size of
14        RTEMS Workspace when POSIX is configured.  This was probably done to
15        account for confdefs.h missing some application requirements.
16
172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Eliminate PGM.
20        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
21
222002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
25
262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
29        Remove $(OBJS) from all-local.
30
312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
34
352001-05-09      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: In support of gcc 3.1, added one of more
38        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
39        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
40        and direction of segments to memory regions may also have been
41        addressed.  This was a sweep across all BSPs.
42 
432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * include/bsp.h: include <libcpu/cpu.h>.
46
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove stray ';', PR 139.
65
662002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
69
702001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
73        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
74
752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
78
792001-10-25      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: Added _init and _fini.
82
832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
86        * configure.in: Remove.
87        * configure.ac: New file, generated from configure.in by autoupdate.
88
892001-09-27      Joel Sherrill <joel@OARcorp.com>
90
91        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
96
972001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.in: Add bspopts.h.
100        * include/bsp.h: Include bspopts.h.
101        * include/.cvsignore: Add bspopts.h*, stamp-h*.
102        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
103        * start/Makefile.am: Dito.
104        * network/Makefile.am: Dito.
105
1062001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
109
1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
113
1142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
117
1182000-11-01      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
121        and libcsupport.h moved from libc to lib/include/rtems and
122        now must be referenced as <rtems/XXX.h>.   Header file order
123        was cleaned up while doing this.
124
1252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
128        Switch to GNU canonicalization.
129
1302000-10-20      Joel Sherrill <joel@OARcorp.com>
131
132        * console/console.c: Invoke BSP_uart_init() with enough arguments
133        now that more communication parameters are settable.
134
1352000-10-17      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
138        to libbsp/i386/shared/irq.
139
1402000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
141
142        * startup/linkcmds: Added lines so DWARF debug information
143        would be available.  Otherwise gdb complains that the offsets
144        for the debug info are incorrect and doesn't load the files.
145
1462000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
149
1502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
153        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
154        wrapup/Makefile.am: Include compile.am
155
1562000-08-10      Joel Sherrill <joel@OARcorp.com>
157
158        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.