source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ bb14bfe0

4.104.114.84.95
Last change on this file since bb14bfe0 was bb14bfe0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 11:46:17

2003-01-16 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
4
52003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Use install-data-local to install startfile.
16
172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-11-07      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Include all .rodata* sections.
24
252002-11-01      Joel Sherrill <joel@OARcorp.com>
26
27        * clock/ckinit.c, console/console.c: Removed warnings.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-09-14      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
38        of all calls to bsp_libc_init() resulted in some cleanup here.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
47
482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
55
562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Eliminate PGMS.
59        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
60
612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
64
652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
68        Remove $(OBJS) from all-local.
69
702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
73
742001-05-09      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: In support of gcc 3.1, added one of more
77        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
78        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
79        and direction of segments to memory regions may also have been
80        addressed.  This was a sweep across all BSPs.
81 
822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac:
85        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
86        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
87        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
96
972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
100
1012001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
102
103        * tools: New subdirectory.
104        * tools/Makefile.am, tools/runtest: New files.
105
1062001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Added support for START_HW_INIT.
109        * console/Makefile.am: Removed VPATH.
110        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
111        * startup/linkcmds: Do not force output format to coff-sh.
112        * startup/linkcmds-le: Comment out force of output format and add
113        comment questioning need to have special linkcmds for little endian.
114        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
115
1162001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
119        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
120        * include/.cvsignore: Add stamp-h* bspopts.h*
121        * include/bsp.h: Add bspopts.h.
122
1232001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
124
125        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
126        README, bsp_specs, console/Makefile.am, console/console.c,
127        console/.cvsignore, include/Makefile.am, include/bsp.h,
128        include/coverhd.h, include/syscall.h, include/ramdisk.h,
129        include/.cvsignore, start/Makefile.am, start/start.S,
130        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
131        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
132        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
133        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
134        configure.ac, .cvsignore, ChangeLog:  New files. 
135        Reviewed and updated to latest automake and autoconf standards
136        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
137
Note: See TracBrowser for help on using the repository browser.