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

4.104.114.84.95
Last change on this file since c98110a was 536f5f94, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 19:39:16

2002-09-14 Joel Sherrill <joel@…>

  • startup/bspstart.c: As part of fixing PR281 on gensh4, a review of all calls to bsp_libc_init() resulted in some cleanup here.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12002-09-14      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
4        of all calls to bsp_libc_init() resulted in some cleanup here.
5
62002-08-21      Joel Sherrill <joel@OARcorp.com>
7
8        * bsp_specs: Added support for -nostdlibs.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
24
252002-07-25      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
28        to remove problems linking empty main(){} with BSP.
29
302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Eliminate PGM.
33        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
34
352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
42        Remove $(OBJS) from all-local.
43
442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Add $(LIB) to all-local.
47
482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
51
522001-05-09      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: In support of gcc 3.1, added one of more
55        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
56        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
57        and direction of segments to memory regions may also have been
58        addressed.  This was a sweep across all BSPs.
59 
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
75
762001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
79        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
80        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
81        CPU_FILES.
82
832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
86
872001-10-12      Joel Sherrill <joel@OARcorp.com>
88
89        * start/start.S: Fixed typo.
90
912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
94        * configure.in: Remove.
95        * configure.ac: New file, generated from configure.in by autoupdate.
96
972001-09-27      Joel Sherrill <joel@OARcorp.com>
98
99        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
100
1012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/Makefile.am: Use 'CLEANFILES ='.
104        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
105
1062001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: Add bspopts.h.
109        * include/.cvsignore: Add bspopts.h*, stamp-h*.
110        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
111        * include/bsp.h: Include bspopts.h.
112        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
113
1142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
117        bspopts.h handling to other sh-BSPs.
118        * include/.cvsignore: Add stamp-h*, bspopts.h*.
119        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
120        * startup/bspstart.c: Reworked, based on the amos BSP.
121
1222001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * scitab/.cvsignore: Add.
125        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
126        bspopt.h.
127        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
128        * README: Update.
129        * bsp_specs: copy from gensh1
130
1312001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
134        * include/gdbsci.h: New file.
135        * include/.cvsignore: Add stamp-h? and bspopts.h*.
136        * console/Makefile.am: Use shared/console.c.
137        * console/console-io.c, console/console-support.S: Remove.
138
1392001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * gdbsci/, scitab/, trap34/: Add directories.
142
1432001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am, README, console/console-io.c, start/start.S,
146        startup/linkcmds: Update to make shsim closer to functional.
147
1482001-01-03      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console-io.c: Added console_initialize_hardware().
151
1522000-11-27      Joel Sherrill <joel@OARcorp.com>
153
154        * The shsim is for the SH simulator in gdb. It should be able
155        to be used with multiple SH CPU models.
156        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
157        configure.in, clock/.cvsignore, clock/Makefile.am,
158        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
159        console/console-io.c, console/console-support.S,
160        include/.cvsignore, include/Makefile.am, include/bsp.h,
161        start/.cvsignore, start/Makefile.am, start/regs.S,
162        start/start.S, startup/.cvsignore, startup/Makefile.am,
163        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
164        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.