source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 6ac101b

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 11.9 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Pickup files from ../../sh/shared instead of
12        ../shared. Reformat.
13
142004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Cosmetics.
17
182004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
21        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
22        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
23        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
24        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
25        trap34/Makefile.am: Remove.
26        * configure.ac: Reflect changes above.
27
282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
31        Add RTEMS_PROG_CCAS.
32
332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add PREINSTALL_DIRS.
36        * wrapup/Makefile.am: Reflect changes to libcpu.
37
382004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * clock/Makefile.am: Remove bogus EXTRA_DIST.
41        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
42        * wrapup/Makefile.am: Reflect changes to libcpu.
43
442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
47        Add PRE/TMPINSTALL_FILES to CLEANFILES.
48        * startup/Makefile.am: Ditto.
49
502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Remove.
53        * Makefile.am: Merge-in start/Makefile.am.
54        * configure.ac: Reflect changes above.
55
562004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/regs.S: Remove.
59
602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Eliminate $(LIB).
63        Use noinst_DATA to trigger building libbsp.a.
64
652003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
69
702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
78
792003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Misc cleanups and fixes.
82        * startup/Makefile.am: Misc cleanups and fixes.
83        * wrapup/Makefile.am: Misc cleanups and fixes.
84
852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add preinstallation dirstamp support.
88        * clock/Makefile.am: Cosmetics.
89        * console/Makefile.am: Cosmetics.
90        * gdbsci/Makefile.am: Cosmetics.
91        * scitab/Makefile.am: Cosmetics.
92        * startup/Makefile.am: Cosmetics.
93        * trap34/Makefile.am: Cosmetics.
94        * wrapup/Makefile.am: Cosmetics.
95
962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * clock/Makefile.am: Remove all-local: $(ARCH).
99        * console/Makefile.am: Remove all-local: $(ARCH).
100        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
101        * scitab/Makefile.am: Remove all-local: $(ARCH).
102        * start/Makefile.am: Remove all-local: $(ARCH).
103        * startup/Makefile.am: Remove all-local: $(ARCH).
104        * trap34/Makefile.am: Remove all-local: $(ARCH).
105        * wrapup/Makefile.am: Remove all-local: $(ARCH).
106
1072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Merge-in include/Makefile.am.
110        Reflect changes to bsp.am.
111        * include/Makefile.am: Remove.
112        * configure.ac: Reflect changes above.
113
1142003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * bsp_specs: Remove *lib:.
117
1182003-09-04      Joel Sherrill <joel@OARcorp.com>
119
120        * include/bsp.h, start/start.S, startup/bspstart.c,
121        trap34/console-io.c: URL for license changed.
122
1232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reflect having moved aclocal/.
126
1272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect having moved automake/.
130        * clock/Makefile.am: Reflect having moved automake/.
131        * console/Makefile.am: Reflect having moved automake/.
132        * gdbsci/Makefile.am: Reflect having moved automake/.
133        * include/Makefile.am: Reflect having moved automake/.
134        * scitab/Makefile.am: Reflect having moved automake/.
135        * start/Makefile.am: Reflect having moved automake/.
136        * startup/Makefile.am: Reflect having moved automake/.
137        * trap34/Makefile.am: Reflect having moved automake/.
138        * wrapup/Makefile.am: Reflect having moved automake/.
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 445/bsps
147        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
148        Remove cpp, old_cpp (now unused).
149
1502003-06-13      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Removed warnings.
153
1542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove AC_CONFIG_AUX_DIR.
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AC_PREREQ(2.57).
165
1662003-01-28      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds: Fix to work around truncated section names.
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds*: Add FreeBSD sysctl() sections.
173
1742003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
177        Eliminate unused GENERIC_FILES.
178
1792003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188
1892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Use install-data-local to install startfile.
192
1932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-11-07      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Include all .rodata* sections.
200
2012002-11-01      Joel Sherrill <joel@OARcorp.com>
202
203        * gdbsci/gdbsci.c: Removed warnings.
204
2052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * .cvsignore: Reformat.
208        Add autom4te*cache.
209        Remove autom4te.cache.
210
2112002-09-14      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
214        of all calls to bsp_libc_init() resulted in some cleanup here.
215
2162002-08-21      Joel Sherrill <joel@OARcorp.com>
217
218        * bsp_specs: Added support for -nostdlibs.
219
2202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
224
2252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
234
2352002-07-25      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
238        to remove problems linking empty main(){} with BSP.
239
2402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Eliminate PGM.
243        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
244
2452002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
248
2492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
252        Remove $(OBJS) from all-local.
253
2542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Add $(LIB) to all-local.
257
2582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
261
2622001-05-09      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/linkcmds: In support of gcc 3.1, added one of more
265        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
266        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
267        and direction of segments to memory regions may also have been
268        addressed.  This was a sweep across all BSPs.
269 
2702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac:
273        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
275        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
285
2862001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
289        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
290        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
291        CPU_FILES.
292
2932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
296
2972001-10-12      Joel Sherrill <joel@OARcorp.com>
298
299        * start/start.S: Fixed typo.
300
3012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
304        * configure.in: Remove.
305        * configure.ac: New file, generated from configure.in by autoupdate.
306
3072001-09-27      Joel Sherrill <joel@OARcorp.com>
308
309        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
310
3112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * include/Makefile.am: Use 'CLEANFILES ='.
314        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
315
3162001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.in: Add bspopts.h.
319        * include/.cvsignore: Add bspopts.h*, stamp-h*.
320        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
321        * include/bsp.h: Include bspopts.h.
322        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
323
3242001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
325
326        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
327        bspopts.h handling to other sh-BSPs.
328        * include/.cvsignore: Add stamp-h*, bspopts.h*.
329        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
330        * startup/bspstart.c: Reworked, based on the amos BSP.
331
3322001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * scitab/.cvsignore: Add.
335        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
336        bspopt.h.
337        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
338        * README: Update.
339        * bsp_specs: copy from gensh1
340
3412001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
344        * include/gdbsci.h: New file.
345        * include/.cvsignore: Add stamp-h? and bspopts.h*.
346        * console/Makefile.am: Use shared/console.c.
347        * console/console-io.c, console/console-support.S: Remove.
348
3492001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * gdbsci/, scitab/, trap34/: Add directories.
352
3532001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am, README, console/console-io.c, start/start.S,
356        startup/linkcmds: Update to make shsim closer to functional.
357
3582001-01-03      Joel Sherrill <joel@OARcorp.com>
359
360        * console/console-io.c: Added console_initialize_hardware().
361
3622000-11-27      Joel Sherrill <joel@OARcorp.com>
363
364        * The shsim is for the SH simulator in gdb. It should be able
365        to be used with multiple SH CPU models.
366        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
367        configure.in, clock/.cvsignore, clock/Makefile.am,
368        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
369        console/console-io.c, console/console-support.S,
370        include/.cvsignore, include/Makefile.am, include/bsp.h,
371        start/.cvsignore, start/Makefile.am, start/regs.S,
372        start/start.S, startup/.cvsignore, startup/Makefile.am,
373        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
374        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.