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

4.104.114.84.95
Last change on this file since 595fee0 was 595fee0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:47:20

2002-08-11 Ralf Corsepius <corsepiu@…>

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