source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 8.1 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * gdbsci/Makefile.am: Reflect having moved automake/.
7        * include/Makefile.am: Reflect having moved automake/.
8        * scitab/Makefile.am: Reflect having moved automake/.
9        * start/Makefile.am: Reflect having moved automake/.
10        * startup/Makefile.am: Reflect having moved automake/.
11        * trap34/Makefile.am: Reflect having moved automake/.
12        * wrapup/Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
17
182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        PR 445/bsps
21        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
22        Remove cpp, old_cpp (now unused).
23
242003-06-13      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds: Removed warnings.
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402003-01-28      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds: Fix to work around truncated section names.
43
442003-01-20      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds*: Add FreeBSD sysctl() sections.
47
482003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
51        Eliminate unused GENERIC_FILES.
52
532003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62
632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Use install-data-local to install startfile.
66
672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70
712002-11-07      Joel Sherrill <joel@OARcorp.com>
72
73        * startup/linkcmds: Include all .rodata* sections.
74
752002-11-01      Joel Sherrill <joel@OARcorp.com>
76
77        * gdbsci/gdbsci.c: Removed warnings.
78
792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Reformat.
82        Add autom4te*cache.
83        Remove autom4te.cache.
84
852002-09-14      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
88        of all calls to bsp_libc_init() resulted in some cleanup here.
89
902002-08-21      Joel Sherrill <joel@OARcorp.com>
91
92        * bsp_specs: Added support for -nostdlibs.
93
942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
108
1092002-07-25      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
112        to remove problems linking empty main(){} with BSP.
113
1142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Eliminate PGM.
117        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
118
1192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
122
1232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
126        Remove $(OBJS) from all-local.
127
1282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Add $(LIB) to all-local.
131
1322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
135
1362001-05-09      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: In support of gcc 3.1, added one of more
139        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
140        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
141        and direction of segments to memory regions may also have been
142        addressed.  This was a sweep across all BSPs.
143 
1442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac:
147        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
148        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
149        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
159
1602001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
163        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
164        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
165        CPU_FILES.
166
1672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
170
1712001-10-12      Joel Sherrill <joel@OARcorp.com>
172
173        * start/start.S: Fixed typo.
174
1752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
178        * configure.in: Remove.
179        * configure.ac: New file, generated from configure.in by autoupdate.
180
1812001-09-27      Joel Sherrill <joel@OARcorp.com>
182
183        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
184
1852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * include/Makefile.am: Use 'CLEANFILES ='.
188        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
189
1902001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: Add bspopts.h.
193        * include/.cvsignore: Add bspopts.h*, stamp-h*.
194        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
195        * include/bsp.h: Include bspopts.h.
196        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
197
1982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
199
200        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
201        bspopts.h handling to other sh-BSPs.
202        * include/.cvsignore: Add stamp-h*, bspopts.h*.
203        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
204        * startup/bspstart.c: Reworked, based on the amos BSP.
205
2062001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * scitab/.cvsignore: Add.
209        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
210        bspopt.h.
211        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
212        * README: Update.
213        * bsp_specs: copy from gensh1
214
2152001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
218        * include/gdbsci.h: New file.
219        * include/.cvsignore: Add stamp-h? and bspopts.h*.
220        * console/Makefile.am: Use shared/console.c.
221        * console/console-io.c, console/console-support.S: Remove.
222
2232001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * gdbsci/, scitab/, trap34/: Add directories.
226
2272001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am, README, console/console-io.c, start/start.S,
230        startup/linkcmds: Update to make shsim closer to functional.
231
2322001-01-03      Joel Sherrill <joel@OARcorp.com>
233
234        * console/console-io.c: Added console_initialize_hardware().
235
2362000-11-27      Joel Sherrill <joel@OARcorp.com>
237
238        * The shsim is for the SH simulator in gdb. It should be able
239        to be used with multiple SH CPU models.
240        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
241        configure.in, clock/.cvsignore, clock/Makefile.am,
242        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
243        console/console-io.c, console/console-support.S,
244        include/.cvsignore, include/Makefile.am, include/bsp.h,
245        start/.cvsignore, start/Makefile.am, start/regs.S,
246        start/start.S, startup/.cvsignore, startup/Makefile.am,
247        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
248        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.