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

4.104.114.84.95
Last change on this file since bc9037d was bc9037d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/02 at 21:00:25

2002-07-25 Joel Sherrill <joel@…>

  • startup/linkcmds: Added EH_FRAME_BEGIN and EH_FRAME_END to remove problems linking empty main(){} with BSP.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-07-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
4        to remove problems linking empty main(){} with BSP.
5
62002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Eliminate PGM.
9        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
10
112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
14
152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
18        Remove $(OBJS) from all-local.
19
202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Add $(LIB) to all-local.
23
242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
27
282001-05-09      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: In support of gcc 3.1, added one of more
31        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
32        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
33        and direction of segments to memory regions may also have been
34        addressed.  This was a sweep across all BSPs.
35 
362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac:
39        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
40        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
41        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
55        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
56        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
57        CPU_FILES.
58
592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
62
632001-10-12      Joel Sherrill <joel@OARcorp.com>
64
65        * start/start.S: Fixed typo.
66
672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70        * configure.in: Remove.
71        * configure.ac: New file, generated from configure.in by autoupdate.
72
732001-09-27      Joel Sherrill <joel@OARcorp.com>
74
75        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
76
772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * include/Makefile.am: Use 'CLEANFILES ='.
80        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
81
822001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.in: Add bspopts.h.
85        * include/.cvsignore: Add bspopts.h*, stamp-h*.
86        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
87        * include/bsp.h: Include bspopts.h.
88        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
89
902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
93        bspopts.h handling to other sh-BSPs.
94        * include/.cvsignore: Add stamp-h*, bspopts.h*.
95        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
96        * startup/bspstart.c: Reworked, based on the amos BSP.
97
982001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * scitab/.cvsignore: Add.
101        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
102        bspopt.h.
103        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
104        * README: Update.
105        * bsp_specs: copy from gensh1
106
1072001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
110        * include/gdbsci.h: New file.
111        * include/.cvsignore: Add stamp-h? and bspopts.h*.
112        * console/Makefile.am: Use shared/console.c.
113        * console/console-io.c, console/console-support.S: Remove.
114
1152001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * gdbsci/, scitab/, trap34/: Add directories.
118
1192001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am, README, console/console-io.c, start/start.S,
122        startup/linkcmds: Update to make shsim closer to functional.
123
1242001-01-03      Joel Sherrill <joel@OARcorp.com>
125
126        * console/console-io.c: Added console_initialize_hardware().
127
1282000-11-27      Joel Sherrill <joel@OARcorp.com>
129
130        * The shsim is for the SH simulator in gdb. It should be able
131        to be used with multiple SH CPU models.
132        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
133        configure.in, clock/.cvsignore, clock/Makefile.am,
134        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
135        console/console-io.c, console/console-support.S,
136        include/.cvsignore, include/Makefile.am, include/bsp.h,
137        start/.cvsignore, start/Makefile.am, start/regs.S,
138        start/start.S, startup/.cvsignore, startup/Makefile.am,
139        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
140        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.