source: rtems/c/src/lib/libbsp/sh/gensh4/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.4 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/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
16        to work around truncated section names.
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds*: Add FreeBSD sysctl() sections.
21
222003-01-20      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
25        sections.
26
272003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
30
312003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Use install-data-local to install startfile.
41
422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-09-14      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
55        of all calls to bsp_libc_init() resulted in some cleanup here.
56
572002-08-21      Joel Sherrill <joel@OARcorp.com>
58
59        * bsp_specs: Added support for -nostdlibs.
60
612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
71
722002-07-25      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
75        to remove problems linking empty main(){} with BSP.
76
772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Eliminate PGMS.
80        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
81
822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
85        linkcmds.rom2ram.
86
872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
90        Remove $(OBJS) from all-local.
91
922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
95
962001-05-09      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: In support of gcc 3.1, added one of more
99        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
100        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
101        and direction of segments to memory regions may also have been
102        addressed.  This was a sweep across all BSPs.
103 
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac:
107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116
1172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
120
1212001-10-29      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Remove explicit force of output format.
124
1252001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
126
127        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
128        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
129
1302001-10-15      Joel Sherrill <joel@OARcorp.com>
131
132        * console/.cvsignore: New file.
133
1342001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
137        START_HW_INIT-support macros, add console/Makefile.
138        * Makefile.am: Add console SUBDIR.
139        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
140        * include/Makefile.am: Add bspopts.h.
141        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
142        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
143        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
144        compatibility.
145        * wrapup/Makefile.am: Add console to BSP_PIECES.
146        * console/Makefile.am: New.
147        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
148
1492001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
152        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
153        * include/.cvsignore: Add stamp-h*, bspopts.h*.
154        * include/bsp.h: Add bspopts.h.
155
1562001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
157
158        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
159        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
160        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
161        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
162        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
163        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
164        hw_init/.cvsignore, times, configure.ac, 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.