source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ b35414a

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 9.1 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Misc cleanups and fixes.
18        * startup/Makefile.am: Misc cleanups and fixes.
19        * wrapup/Makefile.am: Misc cleanups and fixes.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add preinstallation dirstamp support.
24        * console/Makefile.am: Cosmetics.
25        * scitab/Makefile.am: Cosmetics.
26        * startup/Makefile.am: Cosmetics.
27        * wrapup/Makefile.am: Cosmetics.
28
292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * console/Makefile.am: Remove all-local: $(ARCH).
32        * scitab/Makefile.am: Remove all-local: $(ARCH).
33        * start/Makefile.am: Remove all-local: $(ARCH).
34        * startup/Makefile.am: Remove all-local: $(ARCH).
35        * wrapup/Makefile.am: Remove all-local: $(ARCH).
36
372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Merge-in include/Makefile.am.
40        Reflect changes to bsp.am.
41        * include/Makefile.am: Remove.
42        * configure.ac: Reflect changes above.
43
442003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * bsp_specs: Remove *lib:.
47
482003-09-04      Joel Sherrill <joel@OARcorp.com>
49
50        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
51        startup/bspstart.c, startup/linkcmds: URL for license changed.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * console/Makefile.am: Reflect having moved automake/.
61        * include/Makefile.am: Reflect having moved automake/.
62        * scitab/Makefile.am: Reflect having moved automake/.
63        * start/Makefile.am: Reflect having moved automake/.
64        * startup/Makefile.am: Reflect having moved automake/.
65        * wrapup/Makefile.am: Reflect having moved automake/.
66
672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
70
712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        PR 445/bsps
74        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
75        Remove cpp, old_cpp (now unused).
76
772003-06-13      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/linkcmds: Removed warnings.
80
812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove AC_CONFIG_AUX_DIR.
84
852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
88
892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: AC_PREREQ(2.57).
92
932003-01-28      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Fix to work around truncated section names.
96
972003-01-20      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds*: Add FreeBSD sysctl() sections.
100
1012003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
104
1052002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
108        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111
1122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Use install-data-local to install startfile.
115
1162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119
1202002-11-07      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Include all .rodata* sections.
123
1242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Reformat.
127        Add autom4te*cache.
128        Remove autom4te.cache.
129
1302002-09-14      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
133        of all calls to bsp_libc_init() resulted in some cleanup here.
134
1352002-08-21      Joel Sherrill <joel@OARcorp.com>
136
137        * bsp_specs: Added support for -nostdlibs.
138
1392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
143
1442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
147        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
148        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
149        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
150
1512002-07-25      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
154        to remove problems linking empty main(){} with BSP.
155
1562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Eliminate PGM.
159        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
160
1612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
164
1652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
168        Remove $(OBJS) from all-local.
169
1702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
173
1742001-05-09      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: In support of gcc 3.1, added one of more
177        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
178        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
179        and direction of segments to memory regions may also have been
180        addressed.  This was a sweep across all BSPs.
181 
1822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac:
185        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
186        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
187        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
194
1952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
198
1992001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
202
2032001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
206        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
207
2082001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
211
2122001-10-12      Joel Sherrill <joel@OARcorp.com>
213
214        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
215        startup/bspstart.c, startup/linkcmds: Fixed typo.
216
2172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
220        * configure.in: Remove.
221        * configure.ac: New file, generated from configure.in by autoupdate.
222
2232001-09-27      Joel Sherrill <joel@OARcorp.com>
224
225        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
226
2272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
230
2312001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.in: Add bspopts.h.
234        * include/.cvsignore: Add bspopts.h*, stamp-h*.
235        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
236        * include/bsp.h: Include bspopts.h.
237        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
238
2392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
240
241        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
242        add bspopts.h.
243        * include/.cvsignore: Add stamp-h*, bspopts.h*.
244        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
245        * include/bsp.h: Add bspopts.h.
246
2472001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * startup/linkcmds: Remove OUTPUT_FORMAT.
250
2512001-01-05      Joel Sherrill <joel@OARcorp.com>
252
253        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
254        rest of make-target-options and moved them to BSP configure options.
255
2562001-01-05      Joel Sherrill <joel@OARcorp.com>
257
258        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
259        the movement of this component to libmisc.
260        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
261
2622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
265
2662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
269
2702000-11-01      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
273        libcsupport.h moved from libc to lib/include/rtems and
274        now must be referenced as <rtems/XXX.h>.   Header file order
275        was cleaned up while doing this.
276
2772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
280        Switch to GNU canonicalization.
281
2822000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * scitab/Makefile.am: PROJECT_TOPdir.
285
2862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
289        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
290
2912000-08-10      Joel Sherrill <joel@OARcorp.com>
292
293        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.