source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 4217b96

4.104.114.84.95
Last change on this file since 4217b96 was 4217b96, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/06 at 12:28:38

2006-02-08 Joel Sherrill <joel@…>

  • startup/linkcmds: Add sections required by newer gcc versions.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12006-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add sections required by newer gcc versions.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am.
8
92005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: New header guard.
12
132005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add SHGEN.
16        * startup/linkcmds: Add missing sections.
17
182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
21
222005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove build-variant support.
25
262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * configure.ac: Require automake > 1.9.
29
302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 610/bsps
33        * Makefile.am: Add include/tm27.h, Cosmetics.
34        * include/tm27.h: Final cosmetics.
35
362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * include/bsp.h: Split out tmtest27 support.
39        * include/tm27.h: New.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 613/bsps
44        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
45
462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 614/bsps
49        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
50
512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
54
552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
58        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
59        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
60
612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
64        using c99 fixed size types.
65
662004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect changes to bsp.am.
69        Preinstall dist_project_lib*.
70
712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74
752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
78
792004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Pickup files from ../../sh/shared instead of
82        ../shared. Reformat.
83
842004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Cosmetics.
87
882004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
91        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
92        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
93        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
94        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
95        trap34/Makefile.am: Remove.
96        * configure.ac: Reflect changes above.
97
982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
101        Add RTEMS_PROG_CCAS.
102
1032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add PREINSTALL_DIRS.
106        * wrapup/Makefile.am: Reflect changes to libcpu.
107
1082004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove bogus EXTRA_DIST.
111        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
112        * wrapup/Makefile.am: Reflect changes to libcpu.
113
1142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
117        Add PRE/TMPINSTALL_FILES to CLEANFILES.
118        * startup/Makefile.am: Ditto.
119
1202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Remove.
123        * Makefile.am: Merge-in start/Makefile.am.
124        * configure.ac: Reflect changes above.
125
1262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/regs.S: Remove.
129
1302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Eliminate $(LIB).
133        Use noinst_DATA to trigger building libbsp.a.
134
1352003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
148
1492003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Misc cleanups and fixes.
152        * startup/Makefile.am: Misc cleanups and fixes.
153        * wrapup/Makefile.am: Misc cleanups and fixes.
154
1552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Add preinstallation dirstamp support.
158        * clock/Makefile.am: Cosmetics.
159        * console/Makefile.am: Cosmetics.
160        * gdbsci/Makefile.am: Cosmetics.
161        * scitab/Makefile.am: Cosmetics.
162        * startup/Makefile.am: Cosmetics.
163        * trap34/Makefile.am: Cosmetics.
164        * wrapup/Makefile.am: Cosmetics.
165
1662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am: Remove all-local: $(ARCH).
169        * console/Makefile.am: Remove all-local: $(ARCH).
170        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
171        * scitab/Makefile.am: Remove all-local: $(ARCH).
172        * start/Makefile.am: Remove all-local: $(ARCH).
173        * startup/Makefile.am: Remove all-local: $(ARCH).
174        * trap34/Makefile.am: Remove all-local: $(ARCH).
175        * wrapup/Makefile.am: Remove all-local: $(ARCH).
176
1772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Merge-in include/Makefile.am.
180        Reflect changes to bsp.am.
181        * include/Makefile.am: Remove.
182        * configure.ac: Reflect changes above.
183
1842003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bsp_specs: Remove *lib:.
187
1882003-09-04      Joel Sherrill <joel@OARcorp.com>
189
190        * include/bsp.h, start/start.S, startup/bspstart.c,
191        trap34/console-io.c: URL for license changed.
192
1932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect having moved aclocal/.
196
1972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Reflect having moved automake/.
200        * clock/Makefile.am: Reflect having moved automake/.
201        * console/Makefile.am: Reflect having moved automake/.
202        * gdbsci/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        * trap34/Makefile.am: Reflect having moved automake/.
208        * wrapup/Makefile.am: Reflect having moved automake/.
209
2102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
213
2142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 445/bsps
217        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
218        Remove cpp, old_cpp (now unused).
219
2202003-06-13      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/linkcmds: Removed warnings.
223
2242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Remove AC_CONFIG_AUX_DIR.
227
2282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
231
2322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: AC_PREREQ(2.57).
235
2362003-01-28      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Fix to work around truncated section names.
239
2402003-01-20      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds*: Add FreeBSD sysctl() sections.
243
2442003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
247        Eliminate unused GENERIC_FILES.
248
2492003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258
2592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Use install-data-local to install startfile.
262
2632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
2672002-11-07      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds: Include all .rodata* sections.
270
2712002-11-01      Joel Sherrill <joel@OARcorp.com>
272
273        * gdbsci/gdbsci.c: Removed warnings.
274
2752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Reformat.
278        Add autom4te*cache.
279        Remove autom4te.cache.
280
2812002-09-14      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
284        of all calls to bsp_libc_init() resulted in some cleanup here.
285
2862002-08-21      Joel Sherrill <joel@OARcorp.com>
287
288        * bsp_specs: Added support for -nostdlibs.
289
2902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
294
2952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
304
3052002-07-25      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
308        to remove problems linking empty main(){} with BSP.
309
3102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Eliminate PGM.
313        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
314
3152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
318
3192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
322        Remove $(OBJS) from all-local.
323
3242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Add $(LIB) to all-local.
327
3282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
331
3322001-05-09      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: In support of gcc 3.1, added one of more
335        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
336        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
337        and direction of segments to memory regions may also have been
338        addressed.  This was a sweep across all BSPs.
339 
3402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac:
343        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
344        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
345        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
355
3562001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
359        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
360        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
361        CPU_FILES.
362
3632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
366
3672001-10-12      Joel Sherrill <joel@OARcorp.com>
368
369        * start/start.S: Fixed typo.
370
3712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
374        * configure.in: Remove.
375        * configure.ac: New file, generated from configure.in by autoupdate.
376
3772001-09-27      Joel Sherrill <joel@OARcorp.com>
378
379        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
380
3812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/Makefile.am: Use 'CLEANFILES ='.
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]), adapt
397        bspopts.h handling to other sh-BSPs.
398        * include/.cvsignore: Add stamp-h*, bspopts.h*.
399        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
400        * startup/bspstart.c: Reworked, based on the amos BSP.
401
4022001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * scitab/.cvsignore: Add.
405        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
406        bspopt.h.
407        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
408        * README: Update.
409        * bsp_specs: copy from gensh1
410
4112001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
414        * include/gdbsci.h: New file.
415        * include/.cvsignore: Add stamp-h? and bspopts.h*.
416        * console/Makefile.am: Use shared/console.c.
417        * console/console-io.c, console/console-support.S: Remove.
418
4192001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * gdbsci/, scitab/, trap34/: Add directories.
422
4232001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am, README, console/console-io.c, start/start.S,
426        startup/linkcmds: Update to make shsim closer to functional.
427
4282001-01-03      Joel Sherrill <joel@OARcorp.com>
429
430        * console/console-io.c: Added console_initialize_hardware().
431
4322000-11-27      Joel Sherrill <joel@OARcorp.com>
433
434        * The shsim is for the SH simulator in gdb. It should be able
435        to be used with multiple SH CPU models.
436        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
437        configure.in, clock/.cvsignore, clock/Makefile.am,
438        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
439        console/console-io.c, console/console-support.S,
440        include/.cvsignore, include/Makefile.am, include/bsp.h,
441        start/.cvsignore, start/Makefile.am, start/regs.S,
442        start/start.S, startup/.cvsignore, startup/Makefile.am,
443        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
444        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.