source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 72653a25

4.104.114.84.95
Last change on this file since 72653a25 was 7692f20c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:43:12

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • gdbsci/Makefile.am: Remove all-local: $(ARCH).
  • scitab/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • trap34/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 9.1 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
6        * scitab/Makefile.am: Remove all-local: $(ARCH).
7        * start/Makefile.am: Remove all-local: $(ARCH).
8        * startup/Makefile.am: Remove all-local: $(ARCH).
9        * trap34/Makefile.am: Remove all-local: $(ARCH).
10        * wrapup/Makefile.am: Remove all-local: $(ARCH).
11
122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Merge-in include/Makefile.am.
15        Reflect changes to bsp.am.
16        * include/Makefile.am: Remove.
17        * configure.ac: Reflect changes above.
18
192003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * bsp_specs: Remove *lib:.
22
232003-09-04      Joel Sherrill <joel@OARcorp.com>
24
25        * include/bsp.h, start/start.S, startup/bspstart.c,
26        trap34/console-io.c: URL for license changed.
27
282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect having moved aclocal/.
31
322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect having moved automake/.
35        * clock/Makefile.am: Reflect having moved automake/.
36        * console/Makefile.am: Reflect having moved automake/.
37        * gdbsci/Makefile.am: Reflect having moved automake/.
38        * include/Makefile.am: Reflect having moved automake/.
39        * scitab/Makefile.am: Reflect having moved automake/.
40        * start/Makefile.am: Reflect having moved automake/.
41        * startup/Makefile.am: Reflect having moved automake/.
42        * trap34/Makefile.am: Reflect having moved automake/.
43        * wrapup/Makefile.am: Reflect having moved automake/.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        PR 445/bsps
52        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
53        Remove cpp, old_cpp (now unused).
54
552003-06-13      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: Removed warnings.
58
592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove AC_CONFIG_AUX_DIR.
62
632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
66
672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: AC_PREREQ(2.57).
70
712003-01-28      Joel Sherrill <joel@OARcorp.com>
72
73        * startup/linkcmds: Fix to work around truncated section names.
74
752003-01-20      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds*: Add FreeBSD sysctl() sections.
78
792003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
82        Eliminate unused GENERIC_FILES.
83
842003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Use install-data-local to install startfile.
97
982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101
1022002-11-07      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Include all .rodata* sections.
105
1062002-11-01      Joel Sherrill <joel@OARcorp.com>
107
108        * gdbsci/gdbsci.c: Removed warnings.
109
1102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Reformat.
113        Add autom4te*cache.
114        Remove autom4te.cache.
115
1162002-09-14      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
119        of all calls to bsp_libc_init() resulted in some cleanup here.
120
1212002-08-21      Joel Sherrill <joel@OARcorp.com>
122
123        * bsp_specs: Added support for -nostdlibs.
124
1252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
128        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
129
1302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
135        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
136        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
139
1402002-07-25      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
143        to remove problems linking empty main(){} with BSP.
144
1452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: Eliminate PGM.
148        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
149
1502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
153
1542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
157        Remove $(OBJS) from all-local.
158
1592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Add $(LIB) to all-local.
162
1632002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
166
1672001-05-09      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: In support of gcc 3.1, added one of more
170        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
171        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
172        and direction of segments to memory regions may also have been
173        addressed.  This was a sweep across all BSPs.
174 
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
190
1912001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
194        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
195        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
196        CPU_FILES.
197
1982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
201
2022001-10-12      Joel Sherrill <joel@OARcorp.com>
203
204        * start/start.S: Fixed typo.
205
2062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
209        * configure.in: Remove.
210        * configure.ac: New file, generated from configure.in by autoupdate.
211
2122001-09-27      Joel Sherrill <joel@OARcorp.com>
213
214        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
215
2162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * include/Makefile.am: Use 'CLEANFILES ='.
219        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
220
2212001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.in: Add bspopts.h.
224        * include/.cvsignore: Add bspopts.h*, stamp-h*.
225        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
226        * include/bsp.h: Include bspopts.h.
227        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
228
2292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
232        bspopts.h handling to other sh-BSPs.
233        * include/.cvsignore: Add stamp-h*, bspopts.h*.
234        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
235        * startup/bspstart.c: Reworked, based on the amos BSP.
236
2372001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * scitab/.cvsignore: Add.
240        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
241        bspopt.h.
242        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
243        * README: Update.
244        * bsp_specs: copy from gensh1
245
2462001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
249        * include/gdbsci.h: New file.
250        * include/.cvsignore: Add stamp-h? and bspopts.h*.
251        * console/Makefile.am: Use shared/console.c.
252        * console/console-io.c, console/console-support.S: Remove.
253
2542001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * gdbsci/, scitab/, trap34/: Add directories.
257
2582001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am, README, console/console-io.c, start/start.S,
261        startup/linkcmds: Update to make shsim closer to functional.
262
2632001-01-03      Joel Sherrill <joel@OARcorp.com>
264
265        * console/console-io.c: Added console_initialize_hardware().
266
2672000-11-27      Joel Sherrill <joel@OARcorp.com>
268
269        * The shsim is for the SH simulator in gdb. It should be able
270        to be used with multiple SH CPU models.
271        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
272        configure.in, clock/.cvsignore, clock/Makefile.am,
273        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
274        console/console-io.c, console/console-support.S,
275        include/.cvsignore, include/Makefile.am, include/bsp.h,
276        start/.cvsignore, start/Makefile.am, start/regs.S,
277        start/start.S, startup/.cvsignore, startup/Makefile.am,
278        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
279        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.