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

4.104.114.84.95
Last change on this file since 416f7bbe was df39b089, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/03 at 12:56:20

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

  • Makefile.am: Add tools to SUBDIRS.
  • configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add tools to SUBDIRS.
4        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13        * clock/Makefile.am: Reflect having moved automake/.
14        * console/Makefile.am: Reflect having moved automake/.
15        * include/Makefile.am: Reflect having moved automake/.
16        * start/Makefile.am: Reflect having moved automake/.
17        * startup/Makefile.am: Reflect having moved automake/.
18        * timer/Makefile.am: Reflect having moved automake/.
19        * tools/Makefile.am: Reflect having moved automake/.
20        * wrapup/Makefile.am: Reflect having moved automake/.
21
222003-08-14      Joel Sherrill <joel@OARcorp.com>
23
24        * tools/runtest: Add fileio to list of interactive tests.
25
262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
29
302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        PR 445/bsps
33        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
34        Remove cpp, old_cpp (now unused).
35
362003-06-13      Joel Sherrill <joel@OARcorp.com>
37
38        * console/console.c, startup/linkcmds: Removed warnings.
39
402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove AC_CONFIG_AUX_DIR.
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AC_PREREQ(2.57).
51
522003-01-28      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
55        startup/linkcmds-le.coff: Fix to work around truncated section names.
56
572003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
60
612003-01-20      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds*: Add FreeBSD sysctl() sections.
64
652003-01-20      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
68        sections.
69
702003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
73
742003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81
822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Use install-data-local to install startfile.
85
862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89
902002-11-07      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Include all .rodata* sections.
93
942002-11-01      Joel Sherrill <joel@OARcorp.com>
95
96        * clock/ckinit.c, console/console.c: Removed warnings.
97
982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Reformat.
101        Add autom4te*cache.
102        Remove autom4te.cache.
103
1042002-09-14      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
107        of all calls to bsp_libc_init() resulted in some cleanup here.
108
1092002-08-21      Joel Sherrill <joel@OARcorp.com>
110
111        * bsp_specs: Added support for -nostdlibs.
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
116
1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Eliminate PGMS.
128        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
129
1302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
133
1342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
137        Remove $(OBJS) from all-local.
138
1392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
142
1432001-05-09      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: In support of gcc 3.1, added one of more
146        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
147        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
148        and direction of segments to memory regions may also have been
149        addressed.  This was a sweep across all BSPs.
150 
1512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac:
154        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
155        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
156        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
165
1662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
169
1702001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
171
172        * tools: New subdirectory.
173        * tools/Makefile.am, tools/runtest: New files.
174
1752001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Added support for START_HW_INIT.
178        * console/Makefile.am: Removed VPATH.
179        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
180        * startup/linkcmds: Do not force output format to coff-sh.
181        * startup/linkcmds-le: Comment out force of output format and add
182        comment questioning need to have special linkcmds for little endian.
183        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
184
1852001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
188        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
189        * include/.cvsignore: Add stamp-h* bspopts.h*
190        * include/bsp.h: Add bspopts.h.
191
1922001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
193
194        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
195        README, bsp_specs, console/Makefile.am, console/console.c,
196        console/.cvsignore, include/Makefile.am, include/bsp.h,
197        include/coverhd.h, include/syscall.h, include/ramdisk.h,
198        include/.cvsignore, start/Makefile.am, start/start.S,
199        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
200        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
201        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
202        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
203        configure.ac, .cvsignore, ChangeLog:  New files. 
204        Reviewed and updated to latest automake and autoconf standards
205        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
206
Note: See TracBrowser for help on using the repository browser.