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

4.104.114.84.95
Last change on this file since 5ef50d2 was 5ef50d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 13:33:00

2003-01-15 Ralf Corsepius <corsepiu@…>

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