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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

2003-08-06 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 5.9 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds*: Add FreeBSD sysctl() sections.
21
222003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
52
532002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am:
56        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
57
582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Eliminate PGM.
61        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
62
632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
66
672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
70        Remove $(OBJS) from all-local.
71
722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
75
762001-05-09      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: In support of gcc 3.1, added one of more
79        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
80        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
81        and direction of segments to memory regions may also have been
82        addressed.  This was a sweep across all BSPs.
83        * startup/linkcmds.real: Ditto.
84        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
85 
862002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/nulsystbl.c: Fix braces.
89        * startup/Makefile.am: Remove types.h.
90        * startup/types.h: Remove.
91
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
105
1062002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
109
1102001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
113        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
114
1152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
118
1192001-10-12      Joel Sherrill <joel@OARcorp.com>
120
121        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
122        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
123        Fixed typo.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-09-27      Joel Sherrill <joel@OARcorp.com>
132
133        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
134
1352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * include/Makefile.am: Use 'CLEANFILES ='.
138        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
139
1402001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.in: Add bspopts.h.
143        * include/.cvsignore: Add bspopts.h*, stamp-h*.
144        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
145        * include/bsp.h: Include bspopts.h.
146
1472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
150
1512001-01-09      Joel Sherrill <joel@OARcorp.com>
152
153        * Removing non-function shmsupp directory.
154        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
155        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
156        * configure.in, Makefile.am, wrapup/Makefile.am
157
1582000-12-06      Joel Sherrill <joel@OARcorp.com>
159
160        * include/bsp.h: Removed incorrect error case.
161
1622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
165
1662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
169
1702000-11-01      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
173        and libcsupport.h moved from libc to lib/include/rtems and
174        now must be referenced as <rtems/XXX.h>.   Header file order
175        was cleaned up while doing this.
176
1772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
180        Switch to GNU canonicalization.
181
1822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
185        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
186        start/Makefile.am: Include compile.am
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.