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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

2003-08-06 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-06-13      Joel Sherrill <joel@OARcorp.com>
7
8        * console/console.c, startup/linkcmds: Removed warnings.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-01-28      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
25        startup/linkcmds-le.coff: Fix to work around truncated section names.
26
272003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
30
312003-01-20      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds*: Add FreeBSD sysctl() sections.
34
352003-01-20      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
38        sections.
39
402003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
43
442003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use install-data-local to install startfile.
55
562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-11-07      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: Include all .rodata* sections.
63
642002-11-01      Joel Sherrill <joel@OARcorp.com>
65
66        * clock/ckinit.c, console/console.c: Removed warnings.
67
682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Reformat.
71        Add autom4te*cache.
72        Remove autom4te.cache.
73
742002-09-14      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
77        of all calls to bsp_libc_init() resulted in some cleanup here.
78
792002-08-21      Joel Sherrill <joel@OARcorp.com>
80
81        * bsp_specs: Added support for -nostdlibs.
82
832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Eliminate PGMS.
98        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
99
1002002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
103
1042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
107        Remove $(OBJS) from all-local.
108
1092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
112
1132001-05-09      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: In support of gcc 3.1, added one of more
116        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
117        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
118        and direction of segments to memory regions may also have been
119        addressed.  This was a sweep across all BSPs.
120 
1212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac:
124        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
125        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
126        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
135
1362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
139
1402001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
141
142        * tools: New subdirectory.
143        * tools/Makefile.am, tools/runtest: New files.
144
1452001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Added support for START_HW_INIT.
148        * console/Makefile.am: Removed VPATH.
149        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
150        * startup/linkcmds: Do not force output format to coff-sh.
151        * startup/linkcmds-le: Comment out force of output format and add
152        comment questioning need to have special linkcmds for little endian.
153        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
154
1552001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
158        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
159        * include/.cvsignore: Add stamp-h* bspopts.h*
160        * include/bsp.h: Add bspopts.h.
161
1622001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
163
164        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
165        README, bsp_specs, console/Makefile.am, console/console.c,
166        console/.cvsignore, include/Makefile.am, include/bsp.h,
167        include/coverhd.h, include/syscall.h, include/ramdisk.h,
168        include/.cvsignore, start/Makefile.am, start/start.S,
169        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
170        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
171        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
172        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
173        configure.ac, .cvsignore, ChangeLog:  New files. 
174        Reviewed and updated to latest automake and autoconf standards
175        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
176
Note: See TracBrowser for help on using the repository browser.