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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

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

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-11-15      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
8        file and simplified initialization.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove superfluous -DASM.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.60. Require automake-1.10.
17
182006-06-24      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add .rela.dyn sections.
21
222006-03-08      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add .gnu.linkonce.b.* section.
25
262006-02-08      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add sections required by newer gcc versions.
29
302006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Add preinstall.am.
33
342005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * include/bsp.h: New header guard.
37
382005-05-11      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds: Add .rodata.* sections.
41
422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
45
462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Remove build-variant support.
49
502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * configure.ac: Require automake > 1.9.
53
542004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        PR 610/bsps
57        * Makefile.am: Add include/tm27.h, Cosmetics.
58        * include/tm27.h: Final cosmetics.
59
602004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * include/bsp.h: Split out tmtest27 support.
63        * include/tm27.h: New.
64
652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 613/bsps
68        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
69
702004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        PR 614/bsps
73        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
74
752004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
78
792004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
82        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
83
842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
87        types.
88
892004-03-03      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: Add more memory and sections so tests can link.
92        This is a generic BSP for a CPU model so OK to do this.
93
942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect changes to bsp.am.
97        Preinstall dist_project_lib*.
98
992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect changes to bsp.am.
102
1032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
106
1072004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Pickup files from ../../sh/shared instead of
110        ../shared. Reformat.
111
1122004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Cosmetics.
115
1162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
119        Add RTEMS_PROG_CCAS.
120
1212004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
124        startup/Makefile.am, wrapup/Makefile.am.
125        Use automake-compilation rules.
126        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
127        wrapup/Makefile.am: Remove.
128        * configure.ac: Reflect changes above.
129
1302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add PREINSTALL_DIRS.
133        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Reflect changes to libcpu.
138
1392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
142        Add PRE/TMPINSTALL_FILES to CLEANFILES.
143        * startup/Makefile.am: Ditto.
144
1452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: Remove.
148        * Makefile.am: Merge-in start/Makefile.am.
149        * configure.ac: Reflect changes above.
150
1512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Eliminate $(LIB).
154        Use noinst_DATA to trigger building libbsp.a.
155
1562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
160
1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
169
1702003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Misc cleanups and fixes.
173        * startup/Makefile.am: Misc cleanups and fixes.
174        * wrapup/Makefile.am: Misc cleanups and fixes.
175
1762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add preinstallation dirstamp support.
179        * console/Makefile.am: Cosmetics.
180        * scitab/Makefile.am: Cosmetics.
181        * startup/Makefile.am: Cosmetics.
182        * wrapup/Makefile.am: Cosmetics.
183
1842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * console/Makefile.am: Remove all-local: $(ARCH).
187        * scitab/Makefile.am: Remove all-local: $(ARCH).
188        * start/Makefile.am: Remove all-local: $(ARCH).
189        * startup/Makefile.am: Remove all-local: $(ARCH).
190        * wrapup/Makefile.am: Remove all-local: $(ARCH).
191
1922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Merge-in include/Makefile.am.
195        Reflect changes to bsp.am.
196        * include/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
1992003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * bsp_specs: Remove *lib:.
202
2032003-09-04      Joel Sherrill <joel@OARcorp.com>
204
205        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
206        startup/bspstart.c, startup/linkcmds: URL for license changed.
207
2082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved aclocal/.
211
2122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect having moved automake/.
215        * console/Makefile.am: Reflect having moved automake/.
216        * include/Makefile.am: Reflect having moved automake/.
217        * scitab/Makefile.am: Reflect having moved automake/.
218        * start/Makefile.am: Reflect having moved automake/.
219        * startup/Makefile.am: Reflect having moved automake/.
220        * wrapup/Makefile.am: Reflect having moved automake/.
221
2222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
225
2262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        PR 445/bsps
229        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
230        Remove cpp, old_cpp (now unused).
231
2322003-06-13      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/linkcmds: Removed warnings.
235
2362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Remove AC_CONFIG_AUX_DIR.
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
243
2442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: AC_PREREQ(2.57).
247
2482003-01-28      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds: Fix to work around truncated section names.
251
2522003-01-20      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds*: Add FreeBSD sysctl() sections.
255
2562003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
259
2602002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
2672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Use install-data-local to install startfile.
270
2712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-11-07      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds: Include all .rodata* sections.
278
2792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Reformat.
282        Add autom4te*cache.
283        Remove autom4te.cache.
284
2852002-09-14      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
288        of all calls to bsp_libc_init() resulted in some cleanup here.
289
2902002-08-21      Joel Sherrill <joel@OARcorp.com>
291
292        * bsp_specs: Added support for -nostdlibs.
293
2942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
298
2992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
305
3062002-07-25      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
309        to remove problems linking empty main(){} with BSP.
310
3112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Eliminate PGM.
314        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
315
3162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
319
3202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
323        Remove $(OBJS) from all-local.
324
3252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
328
3292001-05-09      Joel Sherrill <joel@OARcorp.com>
330
331        * startup/linkcmds: In support of gcc 3.1, added one of more
332        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
333        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
334        and direction of segments to memory regions may also have been
335        addressed.  This was a sweep across all BSPs.
336 
3372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac:
340        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349
3502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
353
3542001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
357
3582001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
361        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
362
3632001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
366
3672001-10-12      Joel Sherrill <joel@OARcorp.com>
368
369        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
370        startup/bspstart.c, startup/linkcmds: Fixed typo.
371
3722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
375        * configure.in: Remove.
376        * configure.ac: New file, generated from configure.in by autoupdate.
377
3782001-09-27      Joel Sherrill <joel@OARcorp.com>
379
380        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
381
3822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
385
3862001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.in: Add bspopts.h.
389        * include/.cvsignore: Add bspopts.h*, stamp-h*.
390        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
391        * include/bsp.h: Include bspopts.h.
392        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
393
3942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
395
396        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
397        add bspopts.h.
398        * include/.cvsignore: Add stamp-h*, bspopts.h*.
399        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
400        * include/bsp.h: Add bspopts.h.
401
4022001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * startup/linkcmds: Remove OUTPUT_FORMAT.
405
4062001-01-05      Joel Sherrill <joel@OARcorp.com>
407
408        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
409        rest of make-target-options and moved them to BSP configure options.
410
4112001-01-05      Joel Sherrill <joel@OARcorp.com>
412
413        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
414        the movement of this component to libmisc.
415        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
416
4172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
420
4212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
424
4252000-11-01      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
428        libcsupport.h moved from libc to lib/include/rtems and
429        now must be referenced as <rtems/XXX.h>.   Header file order
430        was cleaned up while doing this.
431
4322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
435        Switch to GNU canonicalization.
436
4372000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * scitab/Makefile.am: PROJECT_TOPdir.
440
4412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
444        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
445
4462000-08-10      Joel Sherrill <joel@OARcorp.com>
447
448        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.