source: rtems/c/src/lib/libbsp/sh/simsh4/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.6 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        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
23
242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
27
282001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
29
30        * tools: New subdirectory.
31        * tools/Makefile.am, tools/runtest: New files.
32
332001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Added support for START_HW_INIT.
36        * console/Makefile.am: Removed VPATH.
37        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
38        * startup/linkcmds: Do not force output format to coff-sh.
39        * startup/linkcmds-le: Comment out force of output format and add
40        comment questioning need to have special linkcmds for little endian.
41        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
42
432001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
46        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
47        * include/.cvsignore: Add stamp-h* bspopts.h*
48        * include/bsp.h: Add bspopts.h.
49
502001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
51
52        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
53        README, bsp_specs, console/Makefile.am, console/console.c,
54        console/.cvsignore, include/Makefile.am, include/bsp.h,
55        include/coverhd.h, include/syscall.h, include/ramdisk.h,
56        include/.cvsignore, start/Makefile.am, start/start.S,
57        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
58        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
59        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
60        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
61        configure.ac, .cvsignore, ChangeLog:  New files. 
62        Reviewed and updated to latest automake and autoconf standards
63        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
64
Note: See TracBrowser for help on using the repository browser.