source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 9d7508e

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 13.1 KB
RevLine 
[9d7508e]12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
[218c346]52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
[56e2dc0]92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
[272ac23a]132006-06-24      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .rela.dyn sections.
16
[bd86290d]172006-03-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add .gnu.linkonce.b.* section.
20
[4217b96]212006-02-08      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add sections required by newer gcc versions.
24
[a06faad]252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Add preinstall.am.
28
[34c4852]292005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * include/bsp.h: New header guard.
32
[a67e01e]332005-05-11      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add .rodata.* sections.
36
[844609f9]372005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
40
[db3fa14]412005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Remove build-variant support.
44
[97891e5e]452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * configure.ac: Require automake > 1.9.
48
[3defec6]492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 610/bsps
52        * Makefile.am: Add include/tm27.h, Cosmetics.
53        * include/tm27.h: Final cosmetics.
54
[52cfc7de]552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * include/bsp.h: Split out tmtest27 support.
58        * include/tm27.h: New.
59
[3344730a]602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 613/bsps
63        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
64
[7dd6e8d]652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 614/bsps
68        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
69
[cb33a86f]702004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
73
[0a0d67c5]742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
77        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
78
[195e6663]792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
82        types.
83
[f47ee58]842004-03-03      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: Add more memory and sections so tests can link.
87        This is a generic BSP for a CPU model so OK to do this.
88
[2a7f9a28]892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect changes to bsp.am.
92        Preinstall dist_project_lib*.
93
[6ac101b]942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect changes to bsp.am.
97
[c24d7c84]982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
101
[4e942c8]1022004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Pickup files from ../../sh/shared instead of
105        ../shared. Reformat.
106
[6a1395db]1072004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Cosmetics.
110
[f3c5a0ec]1112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
114        Add RTEMS_PROG_CCAS.
115
[ae554475]1162004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
119        startup/Makefile.am, wrapup/Makefile.am.
120        Use automake-compilation rules.
121        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
122        wrapup/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
[7984a69]1252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add PREINSTALL_DIRS.
128        * wrapup/Makefile.am: Reflect changes to libcpu.
129
[7f269d0]1302004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Reflect changes to libcpu.
133
[ff716ea0]1342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
137        Add PRE/TMPINSTALL_FILES to CLEANFILES.
138        * startup/Makefile.am: Ditto.
139
[7a5a3a41]1402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Remove.
143        * Makefile.am: Merge-in start/Makefile.am.
144        * configure.ac: Reflect changes above.
145
[6411947]1462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Eliminate $(LIB).
149        Use noinst_DATA to trigger building libbsp.a.
150
[b35414a]1512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155
[935773b]1562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
159        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160
[810720b6]1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
164
[4c89e236]1652003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Misc cleanups and fixes.
168        * startup/Makefile.am: Misc cleanups and fixes.
169        * wrapup/Makefile.am: Misc cleanups and fixes.
170
[063f208b]1712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add preinstallation dirstamp support.
174        * console/Makefile.am: Cosmetics.
175        * scitab/Makefile.am: Cosmetics.
176        * startup/Makefile.am: Cosmetics.
177        * wrapup/Makefile.am: Cosmetics.
178
[84128ef7]1792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * console/Makefile.am: Remove all-local: $(ARCH).
182        * scitab/Makefile.am: Remove all-local: $(ARCH).
183        * start/Makefile.am: Remove all-local: $(ARCH).
184        * startup/Makefile.am: Remove all-local: $(ARCH).
185        * wrapup/Makefile.am: Remove all-local: $(ARCH).
186
[d0d6a5c]1872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Merge-in include/Makefile.am.
190        Reflect changes to bsp.am.
191        * include/Makefile.am: Remove.
192        * configure.ac: Reflect changes above.
193
[3299388d]1942003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * bsp_specs: Remove *lib:.
197
[9ba77680]1982003-09-04      Joel Sherrill <joel@OARcorp.com>
199
200        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
201        startup/bspstart.c, startup/linkcmds: URL for license changed.
202
[fe8bc62f]2032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved aclocal/.
206
[c1ea6f3]2072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
[c483a4e]209        * Makefile.am: Reflect having moved automake/.
210        * console/Makefile.am: Reflect having moved automake/.
211        * include/Makefile.am: Reflect having moved automake/.
212        * scitab/Makefile.am: Reflect having moved automake/.
213        * start/Makefile.am: Reflect having moved automake/.
214        * startup/Makefile.am: Reflect having moved automake/.
215        * wrapup/Makefile.am: Reflect having moved automake/.
[c1ea6f3]216
[7dcc3fe]2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
220
[d266acd2]2212003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
[75fcb394]223        PR 445/bsps
[d266acd2]224        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
225        Remove cpp, old_cpp (now unused).
226
[9eb574dd]2272003-06-13      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds: Removed warnings.
230
[afaa498d]2312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Remove AC_CONFIG_AUX_DIR.
234
[ccd81b60]2352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
238
[9b5c258]2392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: AC_PREREQ(2.57).
242
[f3b2ac06]2432003-01-28      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/linkcmds: Fix to work around truncated section names.
246
[1d36d2af]2472003-01-20      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/linkcmds*: Add FreeBSD sysctl() sections.
250
[c62c75af]2512003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
254
[dfa3486d]2552002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261
[59a01a6e]2622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * start/Makefile.am: Use install-data-local to install startfile.
265
[ad5c7fe]2662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269
[716d0d4]2702002-11-07      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds: Include all .rodata* sections.
273
[8730f45]2742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Reformat.
277        Add autom4te*cache.
278        Remove autom4te.cache.
279
[536f5f94]2802002-09-14      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
283        of all calls to bsp_libc_init() resulted in some cleanup here.
284
[a2ae30c2]2852002-08-21      Joel Sherrill <joel@OARcorp.com>
286
287        * bsp_specs: Added support for -nostdlibs.
288
[6fd7b93]2892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
293
[681bd04]2942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
300
[bc9037d]3012002-07-25      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
304        to remove problems linking empty main(){} with BSP.
305
[b9288fb1]3062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Eliminate PGM.
309        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
310
[f1feebb]3112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
314
[445c0a0]3152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
318        Remove $(OBJS) from all-local.
319
[80defac]3202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
323
[85c92574]3242001-05-09      Joel Sherrill <joel@OARcorp.com>
325
326        * startup/linkcmds: In support of gcc 3.1, added one of more
327        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
328        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
329        and direction of segments to memory regions may also have been
330        addressed.  This was a sweep across all BSPs.
331 
[7fb5793]3322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac:
335        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
336        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
337        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
344
[9e1ae79]3452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
348
[7fe83de]3492001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
352
[6388a3f]3532001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
356        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
357
[14a67aa9]3582001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
361
[6dd5650]3622001-10-12      Joel Sherrill <joel@OARcorp.com>
363
364        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
365        startup/bspstart.c, startup/linkcmds: Fixed typo.
366
[df25c998]3672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
370        * configure.in: Remove.
371        * configure.ac: New file, generated from configure.in by autoupdate.
372
[cf282090]3732001-09-27      Joel Sherrill <joel@OARcorp.com>
374
375        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
376
[46d31795]3772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
380
[a2e6723]3812001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Add bspopts.h.
384        * include/.cvsignore: Add bspopts.h*, stamp-h*.
385        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
386        * include/bsp.h: Include bspopts.h.
387        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
388
[daa93ce8]3892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
390
391        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
392        add bspopts.h.
393        * include/.cvsignore: Add stamp-h*, bspopts.h*.
394        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
395        * include/bsp.h: Add bspopts.h.
396
[ed3ec25]3972001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * startup/linkcmds: Remove OUTPUT_FORMAT.
400
[60391a2]4012001-01-05      Joel Sherrill <joel@OARcorp.com>
402
403        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
404        rest of make-target-options and moved them to BSP configure options.
405
[96b2583]4062001-01-05      Joel Sherrill <joel@OARcorp.com>
407
408        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
409        the movement of this component to libmisc.
410        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
411
[feead226]4122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
415
[a314d3b4]4162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
419
[8262fda]4202000-11-01      Joel Sherrill <joel@OARcorp.com>
421
422        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
423        libcsupport.h moved from libc to lib/include/rtems and
424        now must be referenced as <rtems/XXX.h>.   Header file order
425        was cleaned up while doing this.
426
[e83378d]4272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
430        Switch to GNU canonicalization.
431
[633657c]4322000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * scitab/Makefile.am: PROJECT_TOPdir.
435
[a2af371]4362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
439        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
440
[e94ad1fe]4412000-08-10      Joel Sherrill <joel@OARcorp.com>
442
443        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.