source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-06-24      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add .rela.dyn sections.
8
92006-03-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add .gnu.linkonce.b.* section.
12
132006-02-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add sections required by newer gcc versions.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am.
20
212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: New header guard.
24
252005-05-11      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add .rodata.* sections.
28
292005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
32
332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Remove build-variant support.
36
372004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * configure.ac: Require automake > 1.9.
40
412004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 610/bsps
44        * Makefile.am: Add include/tm27.h, Cosmetics.
45        * include/tm27.h: Final cosmetics.
46
472004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * include/bsp.h: Split out tmtest27 support.
50        * include/tm27.h: New.
51
522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        PR 613/bsps
55        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 614/bsps
60        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
61
622004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
65
662004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
69        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
70
712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
74        types.
75
762004-03-03      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: Add more memory and sections so tests can link.
79        This is a generic BSP for a CPU model so OK to do this.
80
812004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84        Preinstall dist_project_lib*.
85
862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89
902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
93
942004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Pickup files from ../../sh/shared instead of
97        ../shared. Reformat.
98
992004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Cosmetics.
102
1032004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
106        Add RTEMS_PROG_CCAS.
107
1082004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
111        startup/Makefile.am, wrapup/Makefile.am.
112        Use automake-compilation rules.
113        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
114        wrapup/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120        * wrapup/Makefile.am: Reflect changes to libcpu.
121
1222004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Reflect changes to libcpu.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
129        Add PRE/TMPINSTALL_FILES to CLEANFILES.
130        * startup/Makefile.am: Ditto.
131
1322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * start/Makefile.am: Remove.
135        * Makefile.am: Merge-in start/Makefile.am.
136        * configure.ac: Reflect changes above.
137
1382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Eliminate $(LIB).
141        Use noinst_DATA to trigger building libbsp.a.
142
1432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
146        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
147
1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
151        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
156
1572003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Misc cleanups and fixes.
160        * startup/Makefile.am: Misc cleanups and fixes.
161        * wrapup/Makefile.am: Misc cleanups and fixes.
162
1632003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Add preinstallation dirstamp support.
166        * console/Makefile.am: Cosmetics.
167        * scitab/Makefile.am: Cosmetics.
168        * startup/Makefile.am: Cosmetics.
169        * wrapup/Makefile.am: Cosmetics.
170
1712003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * console/Makefile.am: Remove all-local: $(ARCH).
174        * scitab/Makefile.am: Remove all-local: $(ARCH).
175        * start/Makefile.am: Remove all-local: $(ARCH).
176        * startup/Makefile.am: Remove all-local: $(ARCH).
177        * wrapup/Makefile.am: Remove all-local: $(ARCH).
178
1792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in include/Makefile.am.
182        Reflect changes to bsp.am.
183        * include/Makefile.am: Remove.
184        * configure.ac: Reflect changes above.
185
1862003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * bsp_specs: Remove *lib:.
189
1902003-09-04      Joel Sherrill <joel@OARcorp.com>
191
192        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
193        startup/bspstart.c, startup/linkcmds: URL for license changed.
194
1952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Reflect having moved aclocal/.
198
1992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Reflect having moved automake/.
202        * console/Makefile.am: Reflect having moved automake/.
203        * include/Makefile.am: Reflect having moved automake/.
204        * scitab/Makefile.am: Reflect having moved automake/.
205        * start/Makefile.am: Reflect having moved automake/.
206        * startup/Makefile.am: Reflect having moved automake/.
207        * wrapup/Makefile.am: Reflect having moved automake/.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212
2132003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 445/bsps
216        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
217        Remove cpp, old_cpp (now unused).
218
2192003-06-13      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Removed warnings.
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AC_PREREQ(2.57).
234
2352003-01-28      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds: Fix to work around truncated section names.
238
2392003-01-20      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds*: Add FreeBSD sysctl() sections.
242
2432003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
246
2472002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253
2542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Use install-data-local to install startfile.
257
2582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261
2622002-11-07      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/linkcmds: Include all .rodata* sections.
265
2662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * .cvsignore: Reformat.
269        Add autom4te*cache.
270        Remove autom4te.cache.
271
2722002-09-14      Joel Sherrill <joel@OARcorp.com>
273
274        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
275        of all calls to bsp_libc_init() resulted in some cleanup here.
276
2772002-08-21      Joel Sherrill <joel@OARcorp.com>
278
279        * bsp_specs: Added support for -nostdlibs.
280
2812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
285
2862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
292
2932002-07-25      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
296        to remove problems linking empty main(){} with BSP.
297
2982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Eliminate PGM.
301        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
302
3032002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
306
3072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
310        Remove $(OBJS) from all-local.
311
3122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
315
3162001-05-09      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds: In support of gcc 3.1, added one of more
319        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
320        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
321        and direction of segments to memory regions may also have been
322        addressed.  This was a sweep across all BSPs.
323 
3242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac:
327        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
328        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
329        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
336
3372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
340
3412001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
344
3452001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
348        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
349
3502001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
353
3542001-10-12      Joel Sherrill <joel@OARcorp.com>
355
356        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
357        startup/bspstart.c, startup/linkcmds: Fixed typo.
358
3592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
362        * configure.in: Remove.
363        * configure.ac: New file, generated from configure.in by autoupdate.
364
3652001-09-27      Joel Sherrill <joel@OARcorp.com>
366
367        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
368
3692001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
372
3732001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.in: Add bspopts.h.
376        * include/.cvsignore: Add bspopts.h*, stamp-h*.
377        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
378        * include/bsp.h: Include bspopts.h.
379        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
380
3812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
384        add bspopts.h.
385        * include/.cvsignore: Add stamp-h*, bspopts.h*.
386        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
387        * include/bsp.h: Add bspopts.h.
388
3892001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * startup/linkcmds: Remove OUTPUT_FORMAT.
392
3932001-01-05      Joel Sherrill <joel@OARcorp.com>
394
395        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
396        rest of make-target-options and moved them to BSP configure options.
397
3982001-01-05      Joel Sherrill <joel@OARcorp.com>
399
400        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
401        the movement of this component to libmisc.
402        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
403
4042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
407
4082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
411
4122000-11-01      Joel Sherrill <joel@OARcorp.com>
413
414        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
415        libcsupport.h moved from libc to lib/include/rtems and
416        now must be referenced as <rtems/XXX.h>.   Header file order
417        was cleaned up while doing this.
418
4192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
422        Switch to GNU canonicalization.
423
4242000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * scitab/Makefile.am: PROJECT_TOPdir.
427
4282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
431        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
432
4332000-08-10      Joel Sherrill <joel@OARcorp.com>
434
435        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.