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

4.104.114.84.95
Last change on this file since afaa498d was afaa498d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:42:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-28      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
16        startup/linkcmds-le.coff: Fix to work around truncated section names.
17
182003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
21
222003-01-20      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds*: Add FreeBSD sysctl() sections.
25
262003-01-20      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
29        sections.
30
312003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
34
352003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Use install-data-local to install startfile.
46
472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50
512002-11-07      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Include all .rodata* sections.
54
552002-11-01      Joel Sherrill <joel@OARcorp.com>
56
57        * clock/ckinit.c, console/console.c: Removed warnings.
58
592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Reformat.
62        Add autom4te*cache.
63        Remove autom4te.cache.
64
652002-09-14      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
68        of all calls to bsp_libc_init() resulted in some cleanup here.
69
702002-08-21      Joel Sherrill <joel@OARcorp.com>
71
72        * bsp_specs: Added support for -nostdlibs.
73
742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Eliminate PGMS.
89        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
90
912002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
94
952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
98        Remove $(OBJS) from all-local.
99
1002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
103
1042001-05-09      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/linkcmds: In support of gcc 3.1, added one of more
107        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
108        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
109        and direction of segments to memory regions may also have been
110        addressed.  This was a sweep across all BSPs.
111 
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
126
1272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
130
1312001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
132
133        * tools: New subdirectory.
134        * tools/Makefile.am, tools/runtest: New files.
135
1362001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Added support for START_HW_INIT.
139        * console/Makefile.am: Removed VPATH.
140        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
141        * startup/linkcmds: Do not force output format to coff-sh.
142        * startup/linkcmds-le: Comment out force of output format and add
143        comment questioning need to have special linkcmds for little endian.
144        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
145
1462001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
149        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
150        * include/.cvsignore: Add stamp-h* bspopts.h*
151        * include/bsp.h: Add bspopts.h.
152
1532001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
154
155        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
156        README, bsp_specs, console/Makefile.am, console/console.c,
157        console/.cvsignore, include/Makefile.am, include/bsp.h,
158        include/coverhd.h, include/syscall.h, include/ramdisk.h,
159        include/.cvsignore, start/Makefile.am, start/start.S,
160        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
161        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
162        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
163        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
164        configure.ac, .cvsignore, ChangeLog:  New files. 
165        Reviewed and updated to latest automake and autoconf standards
166        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
167
Note: See TracBrowser for help on using the repository browser.