source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 6ac101b

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Pickup files from ../../sh/shared instead of
12        ../shared. Reformat.
13
142004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Cosmetics.
17
182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
21        Add RTEMS_PROG_CCAS.
22
232004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
26        startup/Makefile.am, wrapup/Makefile.am.
27        Use automake-compilation rules.
28        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
29        wrapup/Makefile.am: Remove.
30        * configure.ac: Reflect changes above.
31
322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add PREINSTALL_DIRS.
35        * wrapup/Makefile.am: Reflect changes to libcpu.
36
372004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Reflect changes to libcpu.
40
412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
44        Add PRE/TMPINSTALL_FILES to CLEANFILES.
45        * startup/Makefile.am: Ditto.
46
472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Remove.
50        * Makefile.am: Merge-in start/Makefile.am.
51        * configure.ac: Reflect changes above.
52
532004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Eliminate $(LIB).
56        Use noinst_DATA to trigger building libbsp.a.
57
582003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
61        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
66        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
67
682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
71
722003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Misc cleanups and fixes.
75        * startup/Makefile.am: Misc cleanups and fixes.
76        * wrapup/Makefile.am: Misc cleanups and fixes.
77
782003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add preinstallation dirstamp support.
81        * console/Makefile.am: Cosmetics.
82        * scitab/Makefile.am: Cosmetics.
83        * startup/Makefile.am: Cosmetics.
84        * wrapup/Makefile.am: Cosmetics.
85
862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * console/Makefile.am: Remove all-local: $(ARCH).
89        * scitab/Makefile.am: Remove all-local: $(ARCH).
90        * start/Makefile.am: Remove all-local: $(ARCH).
91        * startup/Makefile.am: Remove all-local: $(ARCH).
92        * wrapup/Makefile.am: Remove all-local: $(ARCH).
93
942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Merge-in include/Makefile.am.
97        Reflect changes to bsp.am.
98        * include/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100
1012003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * bsp_specs: Remove *lib:.
104
1052003-09-04      Joel Sherrill <joel@OARcorp.com>
106
107        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
108        startup/bspstart.c, startup/linkcmds: URL for license changed.
109
1102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect having moved aclocal/.
113
1142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Reflect having moved automake/.
117        * console/Makefile.am: Reflect having moved automake/.
118        * include/Makefile.am: Reflect having moved automake/.
119        * scitab/Makefile.am: Reflect having moved automake/.
120        * start/Makefile.am: Reflect having moved automake/.
121        * startup/Makefile.am: Reflect having moved automake/.
122        * wrapup/Makefile.am: Reflect having moved automake/.
123
1242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
127
1282003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        PR 445/bsps
131        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
132        Remove cpp, old_cpp (now unused).
133
1342003-06-13      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: Removed warnings.
137
1382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove AC_CONFIG_AUX_DIR.
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
145
1462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: AC_PREREQ(2.57).
149
1502003-01-28      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Fix to work around truncated section names.
153
1542003-01-20      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds*: Add FreeBSD sysctl() sections.
157
1582003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
161
1622002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168
1692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: Use install-data-local to install startfile.
172
1732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176
1772002-11-07      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: Include all .rodata* sections.
180
1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
1872002-09-14      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
190        of all calls to bsp_libc_init() resulted in some cleanup here.
191
1922002-08-21      Joel Sherrill <joel@OARcorp.com>
193
194        * bsp_specs: Added support for -nostdlibs.
195
1962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
200
2012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
207
2082002-07-25      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
211        to remove problems linking empty main(){} with BSP.
212
2132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Eliminate PGM.
216        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
217
2182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
221
2222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
225        Remove $(OBJS) from all-local.
226
2272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
230
2312001-05-09      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: In support of gcc 3.1, added one of more
234        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
235        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
236        and direction of segments to memory regions may also have been
237        addressed.  This was a sweep across all BSPs.
238 
2392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac:
242        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
243        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
244        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251
2522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
255
2562001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
259
2602001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
263        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
264
2652001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
268
2692001-10-12      Joel Sherrill <joel@OARcorp.com>
270
271        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
272        startup/bspstart.c, startup/linkcmds: Fixed typo.
273
2742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
277        * configure.in: Remove.
278        * configure.ac: New file, generated from configure.in by autoupdate.
279
2802001-09-27      Joel Sherrill <joel@OARcorp.com>
281
282        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
283
2842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
287
2882001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.in: Add bspopts.h.
291        * include/.cvsignore: Add bspopts.h*, stamp-h*.
292        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
293        * include/bsp.h: Include bspopts.h.
294        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
295
2962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
299        add bspopts.h.
300        * include/.cvsignore: Add stamp-h*, bspopts.h*.
301        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
302        * include/bsp.h: Add bspopts.h.
303
3042001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * startup/linkcmds: Remove OUTPUT_FORMAT.
307
3082001-01-05      Joel Sherrill <joel@OARcorp.com>
309
310        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
311        rest of make-target-options and moved them to BSP configure options.
312
3132001-01-05      Joel Sherrill <joel@OARcorp.com>
314
315        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
316        the movement of this component to libmisc.
317        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
318
3192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
322
3232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
326
3272000-11-01      Joel Sherrill <joel@OARcorp.com>
328
329        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
330        libcsupport.h moved from libc to lib/include/rtems and
331        now must be referenced as <rtems/XXX.h>.   Header file order
332        was cleaned up while doing this.
333
3342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
337        Switch to GNU canonicalization.
338
3392000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * scitab/Makefile.am: PROJECT_TOPdir.
342
3432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
346        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
347
3482000-08-10      Joel Sherrill <joel@OARcorp.com>
349
350        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.