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

4.104.114.84.95
Last change on this file since 85c92574 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12001-05-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: In support of gcc 3.1, added one of more
4        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
5        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
6        and direction of segments to memory regions may also have been
7        addressed.  This was a sweep across all BSPs.
8 
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
24
252001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
28        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
29        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
30        CPU_FILES.
31
322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
35
362001-10-12      Joel Sherrill <joel@OARcorp.com>
37
38        * start/start.S: Fixed typo.
39
402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
462001-09-27      Joel Sherrill <joel@OARcorp.com>
47
48        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
49
502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * include/Makefile.am: Use 'CLEANFILES ='.
53        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
54
552001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.in: Add bspopts.h.
58        * include/.cvsignore: Add bspopts.h*, stamp-h*.
59        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
60        * include/bsp.h: Include bspopts.h.
61        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
62
632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
64
65        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
66        bspopts.h handling to other sh-BSPs.
67        * include/.cvsignore: Add stamp-h*, bspopts.h*.
68        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
69        * startup/bspstart.c: Reworked, based on the amos BSP.
70
712001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * scitab/.cvsignore: Add.
74        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
75        bspopt.h.
76        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
77        * README: Update.
78        * bsp_specs: copy from gensh1
79
802001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
83        * include/gdbsci.h: New file.
84        * include/.cvsignore: Add stamp-h? and bspopts.h*.
85        * console/Makefile.am: Use shared/console.c.
86        * console/console-io.c, console/console-support.S: Remove.
87
882001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * gdbsci/, scitab/, trap34/: Add directories.
91
922001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am, README, console/console-io.c, start/start.S,
95        startup/linkcmds: Update to make shsim closer to functional.
96
972001-01-03      Joel Sherrill <joel@OARcorp.com>
98
99        * console/console-io.c: Added console_initialize_hardware().
100
1012000-11-27      Joel Sherrill <joel@OARcorp.com>
102
103        * The shsim is for the SH simulator in gdb. It should be able
104        to be used with multiple SH CPU models.
105        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
106        configure.in, clock/.cvsignore, clock/Makefile.am,
107        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
108        console/console-io.c, console/console-support.S,
109        include/.cvsignore, include/Makefile.am, include/bsp.h,
110        start/.cvsignore, start/Makefile.am, start/regs.S,
111        start/start.S, startup/.cvsignore, startup/Makefile.am,
112        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
113        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.