source: rtems/c/src/lib/libbsp/sh/gensh4/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: 2.7 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        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
21
222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
25
262001-10-29      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Remove explicit force of output format.
29
302001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
31
32        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
33        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
34
352001-10-15      Joel Sherrill <joel@OARcorp.com>
36
37        * console/.cvsignore: New file.
38
392001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
42        START_HW_INIT-support macros, add console/Makefile.
43        * Makefile.am: Add console SUBDIR.
44        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
45        * include/Makefile.am: Add bspopts.h.
46        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
47        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
48        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
49        compatibility.
50        * wrapup/Makefile.am: Add console to BSP_PIECES.
51        * console/Makefile.am: New.
52        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
53
542001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
57        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
58        * include/.cvsignore: Add stamp-h*, bspopts.h*.
59        * include/bsp.h: Add bspopts.h.
60
612001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
62
63        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
64        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
65        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
66        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
67        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
68        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
69        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
70        Reviewed and updated to latest automake and autoconf standards
71        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
72
Note: See TracBrowser for help on using the repository browser.