source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 0564ff51

4.104.114.84.95
Last change on this file since 0564ff51 was 0564ff51, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/06 at 17:18:25

2006-02-08 Joel Sherrill <joel@…>

  • startup/linkcmds: Add sections required by newer gcc versions.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12006-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add sections required by newer gcc versions.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am.
8
92005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: New header guard.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-11-25      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
24
252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * configure.ac: Require automake > 1.9.
28
292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 610/bsps
32        * Makefile.am: Add include/tm27.h, Cosmetics.
33        * include/tm27.h: Final cosmetics.
34
352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * include/bsp.h: Split out tmtest27 support.
38        * include/tm27.h: New.
39
402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 613/bsps
43        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 614/bsps
48        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
49
502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
53        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
54        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
55
562004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
59        startup/bspstart.c: Convert to using c99 fixed size types.
60
612004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64        Preinstall dist_project_lib*.
65
662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect changes to bsp.am.
69
702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
73
742004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Pickup files from ../../m68k/shared instead of
77        ../shared. Reformat.
78
792004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
82        Remove AM_CONDITIONAL(HAS_MP).
83
842004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
87
882004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
91        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
92        wrapup/Makefile.am.
93        Use automake compilation rules.
94        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
95        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
96        Remove.
97        * configure.ac: Reflect changes above.
98
992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add PREINSTALL_DIRS.
102        * wrapup/Makefile.am: Reflect changes to libcpu.
103
1042004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Reflect changes to libcpu.
107
1082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/.cvsignore: Remove.
111        * start/Makefile.am: Remove.
112        * Makefile.am: Merge-in start/Makefile.am.
113        * configure.ac: Reflect changes above.
114
1152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
118        Add PRE/TMPINSTALL_FILES to CLEANFILES.
119        * start/Makefile.am: Ditto.
120        * startup/Makefile.am: Ditto.
121
1222004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Eliminate $(LIB).
125        Use noinst_DATA to trigger building libbsp.a.
126
1272003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Remove GENERIC_FILES.
130
1312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
134        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
135
1362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
140
1412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
144
1452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: Misc cleanups and fixes.
148        * startup/Makefile.am: Misc cleanups and fixes.
149        * wrapup/Makefile.am: Misc cleanups and fixes.
150
1512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add preinstallation dirstamp support.
154        * clock/Makefile.am: Cosmetics.
155        * console/Makefile.am: Cosmetics.
156        * shmsupp/Makefile.am: Cosmetics.
157        * startup/Makefile.am: Cosmetics.
158        * timer/Makefile.am: Cosmetics.
159        * wrapup/Makefile.am: Cosmetics.
160
1612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am: Remove all-local: $(ARCH).
164        * console/Makefile.am: Remove all-local: $(ARCH).
165        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
166        * start/Makefile.am: Remove all-local: $(ARCH).
167        * startup/Makefile.am: Remove all-local: $(ARCH).
168        * timer/Makefile.am: Remove all-local: $(ARCH).
169        * wrapup/Makefile.am: Remove all-local: $(ARCH).
170
1712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge-in include/Makefile.am.
174        Reflect changes to bsp.am.
175        * include/Makefile.am: Remove.
176        * configure.ac: Reflect changes above.
177
1782003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * bsp_specs: Remove *lib:.
181
1822003-09-04      Joel Sherrill <joel@OARcorp.com>
183
184        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
185        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
186        startup/bspstart.c, startup/linkcmds: URL for license changed.
187
1882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved aclocal/.
191
1922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect having moved automake/.
195        * clock/Makefile.am: Reflect having moved automake/.
196        * console/Makefile.am: Reflect having moved automake/.
197        * include/Makefile.am: Reflect having moved automake/.
198        * shmsupp/Makefile.am: Reflect having moved automake/.
199        * start/Makefile.am: Reflect having moved automake/.
200        * startup/Makefile.am: Reflect having moved automake/.
201        * timer/Makefile.am: Reflect having moved automake/.
202        * wrapup/Makefile.am: Reflect having moved automake/.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        PR 452/bsps
207        * startup/Makefile.am: Remove USE_INIT_FINI.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212
2132003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 445/bsps
216        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
217        Remove cpp, old_cpp (now unused).
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AC_PREREQ(2.57).
230
2312003-01-20      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds*: Add FreeBSD sysctl() sections.
234
2352002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use install-data-local to install startfile.
247
2482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255
2562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * .cvsignore: Reformat.
259        Add autom4te*cache.
260        Remove autom4te.cache.
261
2622002-08-21      Joel Sherrill <joel@OARcorp.com>
263
264        * bsp_specs: Added support for -nostdlibs.
265
2662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
275
2762002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Eliminate PGM.
279        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
280
2812002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
284
2852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
288        Remove $(OBJS) from all-local.
289
2902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
293
2942001-05-09      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/linkcmds: In support of gcc 3.1, added one of more
297        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
298        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
299        and direction of segments to memory regions may also have been
300        addressed.  This was a sweep across all BSPs.
301 
3022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac:
305        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
306        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
307        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
316
3172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
320
3212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
324        * configure.in: Remove.
325        * configure.ac: New file, generated from configure.in by autoupdate.
326
3272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
330
3312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
334        happy.
335
3362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.in: Add bspopts.h.
339        * include/.cvsignore: Add bspopts.h*, stamp-h*.
340        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
341        * include/bsp.h: Include bspopts.h.
342
3432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
344
345        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
346
3472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
350
3512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
354
3552000-11-01      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
358        and libcsupport.h moved from libc to lib/include/rtems and
359        now must be referenced as <rtems/XXX.h>.   Header file order
360        was cleaned up while doing this.
361
3622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
365        Switch to GNU canonicalization.
366
3672000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
368
369        * startup/linkcmds: Added lines so DWARF debug information
370        would be available.  Otherwise gdb complains that the offsets
371        for the debug info are incorrect and doesn't load the files.
372
3732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
376        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
377        wrapup/Makefile.am: Include compile.am
378
3792000-08-10      Joel Sherrill <joel@OARcorp.com>
380
381        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.