source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 5.6 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds*: Add FreeBSD sysctl() sections.
8
92003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * .cvsignore: Reformat.
24        Add autom4te*cache.
25        Remove autom4te.cache.
26
272002-08-21      Joel Sherrill <joel@OARcorp.com>
28
29        * bsp_specs: Added support for -nostdlibs.
30
312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
39
402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am:
43        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
44
452002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Eliminate PGM.
48        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
49
502002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
53
542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
57        Remove $(OBJS) from all-local.
58
592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
62
632001-05-09      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: In support of gcc 3.1, added one of more
66        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
67        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
68        and direction of segments to memory regions may also have been
69        addressed.  This was a sweep across all BSPs.
70        * startup/linkcmds.real: Ditto.
71        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
72 
732002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/nulsystbl.c: Fix braces.
76        * startup/Makefile.am: Remove types.h.
77        * startup/types.h: Remove.
78
792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac:
82        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
83        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
84        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92
932002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
96
972001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
100        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
101
1022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
105
1062001-10-12      Joel Sherrill <joel@OARcorp.com>
107
108        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
109        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
110        Fixed typo.
111
1122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
115        * configure.in: Remove.
116        * configure.ac: New file, generated from configure.in by autoupdate.
117
1182001-09-27      Joel Sherrill <joel@OARcorp.com>
119
120        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
121
1222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * include/Makefile.am: Use 'CLEANFILES ='.
125        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
126
1272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Add bspopts.h.
130        * include/.cvsignore: Add bspopts.h*, stamp-h*.
131        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
132        * include/bsp.h: Include bspopts.h.
133
1342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
137
1382001-01-09      Joel Sherrill <joel@OARcorp.com>
139
140        * Removing non-function shmsupp directory.
141        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
142        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
143        * configure.in, Makefile.am, wrapup/Makefile.am
144
1452000-12-06      Joel Sherrill <joel@OARcorp.com>
146
147        * include/bsp.h: Removed incorrect error case.
148
1492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
152
1532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
156
1572000-11-01      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
160        and libcsupport.h moved from libc to lib/include/rtems and
161        now must be referenced as <rtems/XXX.h>.   Header file order
162        was cleaned up while doing this.
163
1642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
167        Switch to GNU canonicalization.
168
1692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
172        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
173        start/Makefile.am: Include compile.am
174
1752000-08-10      Joel Sherrill <joel@OARcorp.com>
176
177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.