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

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
19
202002-07-25      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
23        to remove problems linking empty main(){} with BSP.
24
252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Eliminate PGM.
28        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
29
302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
33
342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
37        Remove $(OBJS) from all-local.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Add $(LIB) to all-local.
42
432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
46
472001-05-09      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: In support of gcc 3.1, added one of more
50        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
51        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
52        and direction of segments to memory regions may also have been
53        addressed.  This was a sweep across all BSPs.
54 
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
70
712001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
74        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
75        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
76        CPU_FILES.
77
782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
81
822001-10-12      Joel Sherrill <joel@OARcorp.com>
83
84        * start/start.S: Fixed typo.
85
862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
89        * configure.in: Remove.
90        * configure.ac: New file, generated from configure.in by autoupdate.
91
922001-09-27      Joel Sherrill <joel@OARcorp.com>
93
94        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
95
962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/Makefile.am: Use 'CLEANFILES ='.
99        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
100
1012001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.in: Add bspopts.h.
104        * include/.cvsignore: Add bspopts.h*, stamp-h*.
105        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
106        * include/bsp.h: Include bspopts.h.
107        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
108
1092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
112        bspopts.h handling to other sh-BSPs.
113        * include/.cvsignore: Add stamp-h*, bspopts.h*.
114        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
115        * startup/bspstart.c: Reworked, based on the amos BSP.
116
1172001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * scitab/.cvsignore: Add.
120        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
121        bspopt.h.
122        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
123        * README: Update.
124        * bsp_specs: copy from gensh1
125
1262001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
129        * include/gdbsci.h: New file.
130        * include/.cvsignore: Add stamp-h? and bspopts.h*.
131        * console/Makefile.am: Use shared/console.c.
132        * console/console-io.c, console/console-support.S: Remove.
133
1342001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * gdbsci/, scitab/, trap34/: Add directories.
137
1382001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am, README, console/console-io.c, start/start.S,
141        startup/linkcmds: Update to make shsim closer to functional.
142
1432001-01-03      Joel Sherrill <joel@OARcorp.com>
144
145        * console/console-io.c: Added console_initialize_hardware().
146
1472000-11-27      Joel Sherrill <joel@OARcorp.com>
148
149        * The shsim is for the SH simulator in gdb. It should be able
150        to be used with multiple SH CPU models.
151        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
152        configure.in, clock/.cvsignore, clock/Makefile.am,
153        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
154        console/console-io.c, console/console-support.S,
155        include/.cvsignore, include/Makefile.am, include/bsp.h,
156        start/.cvsignore, start/Makefile.am, start/regs.S,
157        start/start.S, startup/.cvsignore, startup/Makefile.am,
158        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
159        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.