source: rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog @ 75fcb394

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[7dcc3fe]12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
[d266acd2]52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
[75fcb394]7        PR 445/bsps
[d266acd2]8        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
9        Remove cpp, old_cpp (now unused).
10
[9eb574dd]112003-06-13      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Removed warnings.
14
[afaa498d]152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
[ccd81b60]192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
22
[9b5c258]232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AC_PREREQ(2.57).
26
[4c143f1a]272003-01-28      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
30        to work around truncated section names.
31
[1d36d2af]322003-01-20      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds*: Add FreeBSD sysctl() sections.
35
[b53261f0]362003-01-20      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
39        sections.
40
[bb14bfe0]412003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
44
[e02e429]452003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
[59a01a6e]522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use install-data-local to install startfile.
55
[ad5c7fe]562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
[8730f45]602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Reformat.
63        Add autom4te*cache.
64        Remove autom4te.cache.
65
[536f5f94]662002-09-14      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
69        of all calls to bsp_libc_init() resulted in some cleanup here.
70
[a2ae30c2]712002-08-21      Joel Sherrill <joel@OARcorp.com>
72
73        * bsp_specs: Added support for -nostdlibs.
74
[c633eb4]752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
78
[b734d83e]792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
85
[bc9037d]862002-07-25      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
89        to remove problems linking empty main(){} with BSP.
90
[5543770e]912002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Eliminate PGMS.
94        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
95
[0250594]962002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
99        linkcmds.rom2ram.
100
[445c0a0]1012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
104        Remove $(OBJS) from all-local.
105
[80defac]1062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
109
[85c92574]1102001-05-09      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: In support of gcc 3.1, added one of more
113        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
114        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
115        and direction of segments to memory regions may also have been
116        addressed.  This was a sweep across all BSPs.
117 
[f61a85a8]1182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac:
121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
123        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
130
[9e1ae79]1312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
134
[6b366f73]1352001-10-29      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Remove explicit force of output format.
138
[5850c533]1392001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
140
141        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
142        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
143
[89dfbfc]1442001-10-15      Joel Sherrill <joel@OARcorp.com>
145
146        * console/.cvsignore: New file.
147
[6ce599c]1482001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
151        START_HW_INIT-support macros, add console/Makefile.
152        * Makefile.am: Add console SUBDIR.
153        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
154        * include/Makefile.am: Add bspopts.h.
155        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
156        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
157        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
158        compatibility.
159        * wrapup/Makefile.am: Add console to BSP_PIECES.
160        * console/Makefile.am: New.
161        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
162
[364d75b]1632001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
166        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
167        * include/.cvsignore: Add stamp-h*, bspopts.h*.
168        * include/bsp.h: Add bspopts.h.
169
[09eb8a2]1702001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
171
172        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
173        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
174        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
175        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
176        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
177        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
178        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
179        Reviewed and updated to latest automake and autoconf standards
180        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
181
Note: See TracBrowser for help on using the repository browser.