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

4.104.114.84.95
Last change on this file since 09e19e6 was 09e19e6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 21:56:35

2002-11-01 Joel Sherrill <joel@…>

  • gdbsci/gdbsci.c: Removed warnings.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12002-11-01      Joel Sherrill <joel@OARcorp.com>
2
3        * gdbsci/gdbsci.c: Removed warnings.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-09-14      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
14        of all calls to bsp_libc_init() resulted in some cleanup here.
15
162002-08-21      Joel Sherrill <joel@OARcorp.com>
17
18        * bsp_specs: Added support for -nostdlibs.
19
202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
24
252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
34
352002-07-25      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
38        to remove problems linking empty main(){} with BSP.
39
402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Eliminate PGM.
43        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
44
452002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
48
492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
52        Remove $(OBJS) from all-local.
53
542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Add $(LIB) to all-local.
57
582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
61
622001-05-09      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds: In support of gcc 3.1, added one of more
65        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
66        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
67        and direction of segments to memory regions may also have been
68        addressed.  This was a sweep across all BSPs.
69 
702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac:
73        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
74        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
75        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
89        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
90        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
91        CPU_FILES.
92
932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
96
972001-10-12      Joel Sherrill <joel@OARcorp.com>
98
99        * start/start.S: Fixed typo.
100
1012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
104        * configure.in: Remove.
105        * configure.ac: New file, generated from configure.in by autoupdate.
106
1072001-09-27      Joel Sherrill <joel@OARcorp.com>
108
109        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
110
1112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * include/Makefile.am: Use 'CLEANFILES ='.
114        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add bspopts.h.
119        * include/.cvsignore: Add bspopts.h*, stamp-h*.
120        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * include/bsp.h: Include bspopts.h.
122        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
123
1242001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
125
126        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
127        bspopts.h handling to other sh-BSPs.
128        * include/.cvsignore: Add stamp-h*, bspopts.h*.
129        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
130        * startup/bspstart.c: Reworked, based on the amos BSP.
131
1322001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * scitab/.cvsignore: Add.
135        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
136        bspopt.h.
137        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
138        * README: Update.
139        * bsp_specs: copy from gensh1
140
1412001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
144        * include/gdbsci.h: New file.
145        * include/.cvsignore: Add stamp-h? and bspopts.h*.
146        * console/Makefile.am: Use shared/console.c.
147        * console/console-io.c, console/console-support.S: Remove.
148
1492001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * gdbsci/, scitab/, trap34/: Add directories.
152
1532001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am, README, console/console-io.c, start/start.S,
156        startup/linkcmds: Update to make shsim closer to functional.
157
1582001-01-03      Joel Sherrill <joel@OARcorp.com>
159
160        * console/console-io.c: Added console_initialize_hardware().
161
1622000-11-27      Joel Sherrill <joel@OARcorp.com>
163
164        * The shsim is for the SH simulator in gdb. It should be able
165        to be used with multiple SH CPU models.
166        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
167        configure.in, clock/.cvsignore, clock/Makefile.am,
168        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
169        console/console-io.c, console/console-support.S,
170        include/.cvsignore, include/Makefile.am, include/bsp.h,
171        start/.cvsignore, start/Makefile.am, start/regs.S,
172        start/start.S, startup/.cvsignore, startup/Makefile.am,
173        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
174        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.