source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 1d36d2af

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

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