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

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds*: Add FreeBSD sysctl() sections.
20
212003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28
292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32
332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Reformat.
36        Add autom4te*cache.
37        Remove autom4te.cache.
38
392002-08-21      Joel Sherrill <joel@OARcorp.com>
40
41        * bsp_specs: Added support for -nostdlibs.
42
432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am:
55        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
56
572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * start/Makefile.am: Eliminate PGM.
60        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
61
622002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
65
662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
69        Remove $(OBJS) from all-local.
70
712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
74
752001-05-09      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: In support of gcc 3.1, added one of more
78        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
79        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
80        and direction of segments to memory regions may also have been
81        addressed.  This was a sweep across all BSPs.
82        * startup/linkcmds.real: Ditto.
83        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
84 
852002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/nulsystbl.c: Fix braces.
88        * startup/Makefile.am: Remove types.h.
89        * startup/types.h: Remove.
90
912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac:
94        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
95        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
96        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
104
1052002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
108
1092001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
112        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
113
1142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
117
1182001-10-12      Joel Sherrill <joel@OARcorp.com>
119
120        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
121        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
122        Fixed typo.
123
1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
1302001-09-27      Joel Sherrill <joel@OARcorp.com>
131
132        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
133
1342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/Makefile.am: Use 'CLEANFILES ='.
137        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
138
1392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Add bspopts.h.
142        * include/.cvsignore: Add bspopts.h*, stamp-h*.
143        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
144        * include/bsp.h: Include bspopts.h.
145
1462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
149
1502001-01-09      Joel Sherrill <joel@OARcorp.com>
151
152        * Removing non-function shmsupp directory.
153        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
154        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
155        * configure.in, Makefile.am, wrapup/Makefile.am
156
1572000-12-06      Joel Sherrill <joel@OARcorp.com>
158
159        * include/bsp.h: Removed incorrect error case.
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
184        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
185        start/Makefile.am: Include compile.am
186
1872000-08-10      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.