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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

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