source: rtems/c/src/lib/libbsp/sh/simsh4/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: 3.6 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
92002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
16
172002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Eliminate PGMS.
20        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
21
222002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
25
262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
29        Remove $(OBJS) from all-local.
30
312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
34
352001-05-09      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: In support of gcc 3.1, added one of more
38        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
39        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
40        and direction of segments to memory regions may also have been
41        addressed.  This was a sweep across all BSPs.
42 
432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac:
46        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
47        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
48        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
57
582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
61
622001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
63
64        * tools: New subdirectory.
65        * tools/Makefile.am, tools/runtest: New files.
66
672001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Added support for START_HW_INIT.
70        * console/Makefile.am: Removed VPATH.
71        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
72        * startup/linkcmds: Do not force output format to coff-sh.
73        * startup/linkcmds-le: Comment out force of output format and add
74        comment questioning need to have special linkcmds for little endian.
75        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
76
772001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
80        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
81        * include/.cvsignore: Add stamp-h* bspopts.h*
82        * include/bsp.h: Add bspopts.h.
83
842001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
85
86        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
87        README, bsp_specs, console/Makefile.am, console/console.c,
88        console/.cvsignore, include/Makefile.am, include/bsp.h,
89        include/coverhd.h, include/syscall.h, include/ramdisk.h,
90        include/.cvsignore, start/Makefile.am, start/start.S,
91        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
92        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
93        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
94        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
95        configure.ac, .cvsignore, ChangeLog:  New files. 
96        Reviewed and updated to latest automake and autoconf standards
97        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
98
Note: See TracBrowser for help on using the repository browser.