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

4.104.114.84.95
Last change on this file since bd7b5897 was c62c75af, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 11:19:19

2003-01-16 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
4        Eliminate unused GENERIC_FILES.
5
62003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15
162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * start/Makefile.am: Use install-data-local to install startfile.
19
202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-11-07      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds: Include all .rodata* sections.
27
282002-11-01      Joel Sherrill <joel@OARcorp.com>
29
30        * gdbsci/gdbsci.c: Removed warnings.
31
322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Reformat.
35        Add autom4te*cache.
36        Remove autom4te.cache.
37
382002-09-14      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
41        of all calls to bsp_libc_init() resulted in some cleanup here.
42
432002-08-21      Joel Sherrill <joel@OARcorp.com>
44
45        * bsp_specs: Added support for -nostdlibs.
46
472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
61
622002-07-25      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
65        to remove problems linking empty main(){} with BSP.
66
672002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Eliminate PGM.
70        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
71
722002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
75
762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
79        Remove $(OBJS) from all-local.
80
812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Add $(LIB) to all-local.
84
852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
88
892001-05-09      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: In support of gcc 3.1, added one of more
92        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
93        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
94        and direction of segments to memory regions may also have been
95        addressed.  This was a sweep across all BSPs.
96 
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
116        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
117        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
118        CPU_FILES.
119
1202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
123
1242001-10-12      Joel Sherrill <joel@OARcorp.com>
125
126        * start/start.S: Fixed typo.
127
1282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131        * configure.in: Remove.
132        * configure.ac: New file, generated from configure.in by autoupdate.
133
1342001-09-27      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
137
1382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Use 'CLEANFILES ='.
141        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
142
1432001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.in: Add bspopts.h.
146        * include/.cvsignore: Add bspopts.h*, stamp-h*.
147        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
148        * include/bsp.h: Include bspopts.h.
149        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
150
1512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
154        bspopts.h handling to other sh-BSPs.
155        * include/.cvsignore: Add stamp-h*, bspopts.h*.
156        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
157        * startup/bspstart.c: Reworked, based on the amos BSP.
158
1592001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * scitab/.cvsignore: Add.
162        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
163        bspopt.h.
164        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
165        * README: Update.
166        * bsp_specs: copy from gensh1
167
1682001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
171        * include/gdbsci.h: New file.
172        * include/.cvsignore: Add stamp-h? and bspopts.h*.
173        * console/Makefile.am: Use shared/console.c.
174        * console/console-io.c, console/console-support.S: Remove.
175
1762001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * gdbsci/, scitab/, trap34/: Add directories.
179
1802001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am, README, console/console-io.c, start/start.S,
183        startup/linkcmds: Update to make shsim closer to functional.
184
1852001-01-03      Joel Sherrill <joel@OARcorp.com>
186
187        * console/console-io.c: Added console_initialize_hardware().
188
1892000-11-27      Joel Sherrill <joel@OARcorp.com>
190
191        * The shsim is for the SH simulator in gdb. It should be able
192        to be used with multiple SH CPU models.
193        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
194        configure.in, clock/.cvsignore, clock/Makefile.am,
195        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
196        console/console-io.c, console/console-support.S,
197        include/.cvsignore, include/Makefile.am, include/bsp.h,
198        start/.cvsignore, start/Makefile.am, start/regs.S,
199        start/start.S, startup/.cvsignore, startup/Makefile.am,
200        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
201        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.