source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 4c89e236

4.104.114.84.95
Last change on this file since 4c89e236 was 4c89e236, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 04:09:21

2003-12-11 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Misc cleanups and fixes.
  • startup/Makefile.am: Misc cleanups and fixes.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Misc cleanups and fixes.
4        * startup/Makefile.am: Misc cleanups and fixes.
5        * wrapup/Makefile.am: Misc cleanups and fixes.
6
72003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Add preinstallation dirstamp support.
10        * clock/Makefile.am: Cosmetics.
11        * console/Makefile.am: Cosmetics.
12        * gdbsci/Makefile.am: Cosmetics.
13        * scitab/Makefile.am: Cosmetics.
14        * startup/Makefile.am: Cosmetics.
15        * trap34/Makefile.am: Cosmetics.
16        * wrapup/Makefile.am: Cosmetics.
17
182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * clock/Makefile.am: Remove all-local: $(ARCH).
21        * console/Makefile.am: Remove all-local: $(ARCH).
22        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
23        * scitab/Makefile.am: Remove all-local: $(ARCH).
24        * start/Makefile.am: Remove all-local: $(ARCH).
25        * startup/Makefile.am: Remove all-local: $(ARCH).
26        * trap34/Makefile.am: Remove all-local: $(ARCH).
27        * wrapup/Makefile.am: Remove all-local: $(ARCH).
28
292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge-in include/Makefile.am.
32        Reflect changes to bsp.am.
33        * include/Makefile.am: Remove.
34        * configure.ac: Reflect changes above.
35
362003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * bsp_specs: Remove *lib:.
39
402003-09-04      Joel Sherrill <joel@OARcorp.com>
41
42        * include/bsp.h, start/start.S, startup/bspstart.c,
43        trap34/console-io.c: URL for license changed.
44
452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect having moved aclocal/.
48
492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect having moved automake/.
52        * clock/Makefile.am: Reflect having moved automake/.
53        * console/Makefile.am: Reflect having moved automake/.
54        * gdbsci/Makefile.am: Reflect having moved automake/.
55        * include/Makefile.am: Reflect having moved automake/.
56        * scitab/Makefile.am: Reflect having moved automake/.
57        * start/Makefile.am: Reflect having moved automake/.
58        * startup/Makefile.am: Reflect having moved automake/.
59        * trap34/Makefile.am: Reflect having moved automake/.
60        * wrapup/Makefile.am: Reflect having moved automake/.
61
622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
65
662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        PR 445/bsps
69        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
70        Remove cpp, old_cpp (now unused).
71
722003-06-13      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Removed warnings.
75
762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove AC_CONFIG_AUX_DIR.
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_PREREQ(2.57).
87
882003-01-28      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Fix to work around truncated section names.
91
922003-01-20      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds*: Add FreeBSD sysctl() sections.
95
962003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
99        Eliminate unused GENERIC_FILES.
100
1012003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
107        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
108        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110
1112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Use install-data-local to install startfile.
114
1152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
118
1192002-11-07      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Include all .rodata* sections.
122
1232002-11-01      Joel Sherrill <joel@OARcorp.com>
124
125        * gdbsci/gdbsci.c: Removed warnings.
126
1272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Reformat.
130        Add autom4te*cache.
131        Remove autom4te.cache.
132
1332002-09-14      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
136        of all calls to bsp_libc_init() resulted in some cleanup here.
137
1382002-08-21      Joel Sherrill <joel@OARcorp.com>
139
140        * bsp_specs: Added support for -nostdlibs.
141
1422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
145        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
146
1472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
150        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
151        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
152        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
153        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
154        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
156
1572002-07-25      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
160        to remove problems linking empty main(){} with BSP.
161
1622002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Eliminate PGM.
165        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
166
1672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
170
1712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
174        Remove $(OBJS) from all-local.
175
1762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Add $(LIB) to all-local.
179
1802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
183
1842001-05-09      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: In support of gcc 3.1, added one of more
187        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
188        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
189        and direction of segments to memory regions may also have been
190        addressed.  This was a sweep across all BSPs.
191 
1922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac:
195        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
196        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
197        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
207
2082001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
211        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
212        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
213        CPU_FILES.
214
2152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
218
2192001-10-12      Joel Sherrill <joel@OARcorp.com>
220
221        * start/start.S: Fixed typo.
222
2232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
226        * configure.in: Remove.
227        * configure.ac: New file, generated from configure.in by autoupdate.
228
2292001-09-27      Joel Sherrill <joel@OARcorp.com>
230
231        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
232
2332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * include/Makefile.am: Use 'CLEANFILES ='.
236        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
237
2382001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.in: Add bspopts.h.
241        * include/.cvsignore: Add bspopts.h*, stamp-h*.
242        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
243        * include/bsp.h: Include bspopts.h.
244        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
245
2462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
247
248        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
249        bspopts.h handling to other sh-BSPs.
250        * include/.cvsignore: Add stamp-h*, bspopts.h*.
251        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
252        * startup/bspstart.c: Reworked, based on the amos BSP.
253
2542001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * scitab/.cvsignore: Add.
257        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
258        bspopt.h.
259        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
260        * README: Update.
261        * bsp_specs: copy from gensh1
262
2632001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
266        * include/gdbsci.h: New file.
267        * include/.cvsignore: Add stamp-h? and bspopts.h*.
268        * console/Makefile.am: Use shared/console.c.
269        * console/console-io.c, console/console-support.S: Remove.
270
2712001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * gdbsci/, scitab/, trap34/: Add directories.
274
2752001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am, README, console/console-io.c, start/start.S,
278        startup/linkcmds: Update to make shsim closer to functional.
279
2802001-01-03      Joel Sherrill <joel@OARcorp.com>
281
282        * console/console-io.c: Added console_initialize_hardware().
283
2842000-11-27      Joel Sherrill <joel@OARcorp.com>
285
286        * The shsim is for the SH simulator in gdb. It should be able
287        to be used with multiple SH CPU models.
288        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
289        configure.in, clock/.cvsignore, clock/Makefile.am,
290        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
291        console/console-io.c, console/console-support.S,
292        include/.cvsignore, include/Makefile.am, include/bsp.h,
293        start/.cvsignore, start/Makefile.am, start/regs.S,
294        start/start.S, startup/.cvsignore, startup/Makefile.am,
295        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
296        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.