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

4.104.114.84.95
Last change on this file since 64edee07 was df16c47a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 12:02:02

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

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