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

4.104.114.84.95
Last change on this file since b98fe82 was b98fe82, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:34:08

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Handle .data.* sections. Also change directive placing stack on onchip_ram to make ld happy.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections. Also change directive
4        placing stack on onchip_ram to make ld happy.
5
62007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * bsp_specs: Remove qrtems_debug.
9
102007-04-02      Joel Sherrill <joel@OARcorp.com>
11
12        * Makefile.am: Add dummy printk support so all tests link.
13
142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: New BUG-REPORT address.
17
182006-11-15      Joel Sherrill <joel@OARcorp.com>
19
20        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
21        file and simplified initialization.
22
232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove superfluous -DASM.
26
272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Require autoconf-2.60. Require automake-1.10.
30
312006-06-24      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Add .rela.dyn sections.
34
352006-03-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Add .gnu.linkonce.b.* section.
38
392006-02-08      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: Add sections required by newer gcc versions.
42
432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Add preinstall.am.
46
472005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * include/bsp.h: New header guard.
50
512005-05-11      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Add .rodata.* sections.
54
552005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
58
592005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove build-variant support.
62
632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * configure.ac: Require automake > 1.9.
66
672004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 610/bsps
70        * Makefile.am: Add include/tm27.h, Cosmetics.
71        * include/tm27.h: Final cosmetics.
72
732004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Split out tmtest27 support.
76        * include/tm27.h: New.
77
782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        PR 613/bsps
81        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
82
832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        PR 614/bsps
86        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
87
882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
91
922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
96
972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
100        types.
101
1022004-03-03      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Add more memory and sections so tests can link.
105        This is a generic BSP for a CPU model so OK to do this.
106
1072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110        Preinstall dist_project_lib*.
111
1122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Reflect changes to bsp.am.
115
1162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
119
1202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Pickup files from ../../sh/shared instead of
123        ../shared. Reformat.
124
1252004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Cosmetics.
128
1292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
132        Add RTEMS_PROG_CCAS.
133
1342004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
137        startup/Makefile.am, wrapup/Makefile.am.
138        Use automake-compilation rules.
139        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
140        wrapup/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add PREINSTALL_DIRS.
146        * wrapup/Makefile.am: Reflect changes to libcpu.
147
1482004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
155        Add PRE/TMPINSTALL_FILES to CLEANFILES.
156        * startup/Makefile.am: Ditto.
157
1582004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Remove.
161        * Makefile.am: Merge-in start/Makefile.am.
162        * configure.ac: Reflect changes above.
163
1642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Eliminate $(LIB).
167        Use noinst_DATA to trigger building libbsp.a.
168
1692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
172        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
177        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
182
1832003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Misc cleanups and fixes.
186        * startup/Makefile.am: Misc cleanups and fixes.
187        * wrapup/Makefile.am: Misc cleanups and fixes.
188
1892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Add preinstallation dirstamp support.
192        * console/Makefile.am: Cosmetics.
193        * scitab/Makefile.am: Cosmetics.
194        * startup/Makefile.am: Cosmetics.
195        * wrapup/Makefile.am: Cosmetics.
196
1972003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * console/Makefile.am: Remove all-local: $(ARCH).
200        * scitab/Makefile.am: Remove all-local: $(ARCH).
201        * start/Makefile.am: Remove all-local: $(ARCH).
202        * startup/Makefile.am: Remove all-local: $(ARCH).
203        * wrapup/Makefile.am: Remove all-local: $(ARCH).
204
2052003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in include/Makefile.am.
208        Reflect changes to bsp.am.
209        * include/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211
2122003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * bsp_specs: Remove *lib:.
215
2162003-09-04      Joel Sherrill <joel@OARcorp.com>
217
218        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
219        startup/bspstart.c, startup/linkcmds: URL for license changed.
220
2212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Reflect having moved aclocal/.
224
2252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect having moved automake/.
228        * console/Makefile.am: Reflect having moved automake/.
229        * include/Makefile.am: Reflect having moved automake/.
230        * scitab/Makefile.am: Reflect having moved automake/.
231        * start/Makefile.am: Reflect having moved automake/.
232        * startup/Makefile.am: Reflect having moved automake/.
233        * wrapup/Makefile.am: Reflect having moved automake/.
234
2352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
238
2392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        PR 445/bsps
242        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
243        Remove cpp, old_cpp (now unused).
244
2452003-06-13      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/linkcmds: Removed warnings.
248
2492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove AC_CONFIG_AUX_DIR.
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
256
2572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: AC_PREREQ(2.57).
260
2612003-01-28      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/linkcmds: Fix to work around truncated section names.
264
2652003-01-20      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds*: Add FreeBSD sysctl() sections.
268
2692003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
272
2732002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279
2802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * start/Makefile.am: Use install-data-local to install startfile.
283
2842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287
2882002-11-07      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds: Include all .rodata* sections.
291
2922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * .cvsignore: Reformat.
295        Add autom4te*cache.
296        Remove autom4te.cache.
297
2982002-09-14      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
301        of all calls to bsp_libc_init() resulted in some cleanup here.
302
3032002-08-21      Joel Sherrill <joel@OARcorp.com>
304
305        * bsp_specs: Added support for -nostdlibs.
306
3072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
311
3122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
318
3192002-07-25      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
322        to remove problems linking empty main(){} with BSP.
323
3242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * start/Makefile.am: Eliminate PGM.
327        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
328
3292002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
332
3332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
336        Remove $(OBJS) from all-local.
337
3382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
341
3422001-05-09      Joel Sherrill <joel@OARcorp.com>
343
344        * startup/linkcmds: In support of gcc 3.1, added one of more
345        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
346        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
347        and direction of segments to memory regions may also have been
348        addressed.  This was a sweep across all BSPs.
349 
3502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac:
353        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
354        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
355        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
362
3632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
366
3672001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
370
3712001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
374        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
375
3762001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
379
3802001-10-12      Joel Sherrill <joel@OARcorp.com>
381
382        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
383        startup/bspstart.c, startup/linkcmds: Fixed typo.
384
3852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
388        * configure.in: Remove.
389        * configure.ac: New file, generated from configure.in by autoupdate.
390
3912001-09-27      Joel Sherrill <joel@OARcorp.com>
392
393        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
394
3952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
398
3992001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.in: Add bspopts.h.
402        * include/.cvsignore: Add bspopts.h*, stamp-h*.
403        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
404        * include/bsp.h: Include bspopts.h.
405        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
406
4072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
408
409        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
410        add bspopts.h.
411        * include/.cvsignore: Add stamp-h*, bspopts.h*.
412        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
413        * include/bsp.h: Add bspopts.h.
414
4152001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * startup/linkcmds: Remove OUTPUT_FORMAT.
418
4192001-01-05      Joel Sherrill <joel@OARcorp.com>
420
421        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
422        rest of make-target-options and moved them to BSP configure options.
423
4242001-01-05      Joel Sherrill <joel@OARcorp.com>
425
426        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
427        the movement of this component to libmisc.
428        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
429
4302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
433
4342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
437
4382000-11-01      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
441        libcsupport.h moved from libc to lib/include/rtems and
442        now must be referenced as <rtems/XXX.h>.   Header file order
443        was cleaned up while doing this.
444
4452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
448        Switch to GNU canonicalization.
449
4502000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * scitab/Makefile.am: PROJECT_TOPdir.
453
4542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
457        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
458
4592000-08-10      Joel Sherrill <joel@OARcorp.com>
460
461        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.