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

4.104.114.84.95
Last change on this file since f3b2ac06 was f3b2ac06, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/03 at 17:53:56

2003-01-28 Joel Sherrill <joel@…>

  • startup/linkcmds: Fix to work around truncated section names.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-01-28      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Fix to work around truncated section names.
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds*: Add FreeBSD sysctl() sections.
8
92003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
12        Eliminate unused GENERIC_FILES.
13
142003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Use install-data-local to install startfile.
27
282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-11-07      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Include all .rodata* sections.
35
362002-11-01      Joel Sherrill <joel@OARcorp.com>
37
38        * gdbsci/gdbsci.c: Removed warnings.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-09-14      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
49        of all calls to bsp_libc_init() resulted in some cleanup here.
50
512002-08-21      Joel Sherrill <joel@OARcorp.com>
52
53        * bsp_specs: Added support for -nostdlibs.
54
552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-07-25      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
73        to remove problems linking empty main(){} with BSP.
74
752002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Eliminate PGM.
78        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
79
802002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
83
842002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
87        Remove $(OBJS) from all-local.
88
892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Add $(LIB) to all-local.
92
932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
96
972001-05-09      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds: In support of gcc 3.1, added one of more
100        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
101        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
102        and direction of segments to memory regions may also have been
103        addressed.  This was a sweep across all BSPs.
104 
1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac:
108        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
109        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
110        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120
1212001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
124        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
125        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
126        CPU_FILES.
127
1282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
131
1322001-10-12      Joel Sherrill <joel@OARcorp.com>
133
134        * start/start.S: Fixed typo.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-27      Joel Sherrill <joel@OARcorp.com>
143
144        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
145
1462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * include/Makefile.am: Use 'CLEANFILES ='.
149        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
150
1512001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: Add bspopts.h.
154        * include/.cvsignore: Add bspopts.h*, stamp-h*.
155        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
156        * include/bsp.h: Include bspopts.h.
157        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
158
1592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
162        bspopts.h handling to other sh-BSPs.
163        * include/.cvsignore: Add stamp-h*, bspopts.h*.
164        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
165        * startup/bspstart.c: Reworked, based on the amos BSP.
166
1672001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * scitab/.cvsignore: Add.
170        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
171        bspopt.h.
172        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
173        * README: Update.
174        * bsp_specs: copy from gensh1
175
1762001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
179        * include/gdbsci.h: New file.
180        * include/.cvsignore: Add stamp-h? and bspopts.h*.
181        * console/Makefile.am: Use shared/console.c.
182        * console/console-io.c, console/console-support.S: Remove.
183
1842001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * gdbsci/, scitab/, trap34/: Add directories.
187
1882001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am, README, console/console-io.c, start/start.S,
191        startup/linkcmds: Update to make shsim closer to functional.
192
1932001-01-03      Joel Sherrill <joel@OARcorp.com>
194
195        * console/console-io.c: Added console_initialize_hardware().
196
1972000-11-27      Joel Sherrill <joel@OARcorp.com>
198
199        * The shsim is for the SH simulator in gdb. It should be able
200        to be used with multiple SH CPU models.
201        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
202        configure.in, clock/.cvsignore, clock/Makefile.am,
203        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
204        console/console-io.c, console/console-support.S,
205        include/.cvsignore, include/Makefile.am, include/bsp.h,
206        start/.cvsignore, start/Makefile.am, start/regs.S,
207        start/start.S, startup/.cvsignore, startup/Makefile.am,
208        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
209        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.