source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ df393962

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 17.3 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared tm27.h stub.
10        * include/tm27.h: Removed.
11
122008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
15        of building libbspstart.a, using automake-rules.
16
172008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
20        * Makefile.am: Reflect changes above.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
34
352008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * configure.ac: Make letting boot_card() handle work area allocation
38        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
39        BSP_BOOTCARD_OPTIONS.
40
412008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * include/bsp.h: Remove unnecessary boilerplate comments.
44
452008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile.am, startup/linkcmds: Use top level shared
48        bsp_get_work_area() implementation.
49
502008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, configure.ac, startup/linkcmds: Add use of
53        bsp_get_work_area() in its own file and rely on BSP Framework to
54        perform more initialization. Remove unnecessary includes of
55        rtems/libio.h and rtems/libcsupport.h.
56        * console/debugio.c, startup/bsppredriverhook.c: New files.
57        * startup/bspstart.c: Removed.
58
592008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
62        phase, all prototypes were removed from bsp.h and empty
63        implementations were removed and made to use the shared stub.
64
652008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * clock/clockdrv.c, startup/bspstart.c: Add missing prototypes.
68
692008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am: Rework to avoid .rel files.
72
732008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * startup/bspstart.c: Refactored and renamed initialization routines to
76        rtems_initialize_data_structures, rtems_initialize_before_drivers,
77        rtems_initialize_device_drivers, and
78        rtems_initialize_start_multitasking. This opened the sequence up so
79        that bootcard() could provide a more robust and flexible framework
80        which is easier to explain and understand. This also lays the
81        groundwork for sharing the division of available memory between the
82        RTEMS workspace and heap and the C library initialization across all
83        BSPs.
84
852008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/linkcmds: Add wildcard to gcc_except_table section so
88        programs compiled with gcc 4.3.x can link.
89
902007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
93        Configuration Table. Use the RTEMS provided accessor macros to obtain
94        configuration fields.
95
962007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
99        Configuration Table. Eliminate CPU Table from all ports. Delete
100        references to CPU Table in all forms.
101
1022007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
105        the Configuration Table. This included pretasking_hook,
106        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
107        extra_mpci_receive_server_stack, stack_allocate_hook, and
108        stack_free_hook. As a side-effect of this effort some multiprocessing
109        code was made conditional and some style clean up occurred.
110
1112007-05-03      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Handle .data.* sections
114
1152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove qrtems_debug.
118
1192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * configure.ac: New BUG-REPORT address.
122
1232006-11-15      Joel Sherrill <joel@OARcorp.com>
124
125        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
126        file and simplified initialization.
127
1282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Remove superfluous -DASM.
131
1322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * configure.ac: Require autoconf-2.60. Require automake-1.10.
135
1362006-02-08      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Add sections required by newer gcc versions.
139
1402006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Add preinstall.am.
143
1442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
147
1482005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Remove build-variant support.
151
1522004-11-25      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
155        Also extended RAM section since this is for a simulator
156
1572004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        * configure.ac: Require automake > 1.9.
160
1612004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        PR 610/bsps
164        * Makefile.am: Add include/tm27.h, Cosmetics.
165        * include/tm27.h: Final cosmetics.
166
1672004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * include/bsp.h: Split out tmtest27 support.
170        * include/tm27.h: New.
171
1722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        PR 613/bsps
175        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
176
1772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
178
179        PR 614/bsps
180        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
181
1822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
185        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
186        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
187
1882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
191        startup/bspstart.c: Convert to using c99 fixed size types.
192
1932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect changes to bsp.am.
196        Preinstall dist_project_lib*.
197
1982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect changes to bsp.am.
201
2022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
205
2062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Pickup files from ../../m68k/shared instead of
209        ../shared. Reformat.
210
2112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
214
2152004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
218        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
219        automake compilation rules.
220        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
221        timer/Makefile.am, wrapup/Makefile.am: Remove.
222        * configure.ac: Reflect changes above.
223
2242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Add PREINSTALL_DIRS.
227        * wrapup/Makefile.am: Reflect changes to libcpu.
228
2292004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
232        * startup/Makefile.am: Remove non-existing files setvec.c,
233        bspclean.c, exit.c from EXTRA_DIST.
234        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
235        * wrapup/Makefile.am: Reflect changes to libcpu.
236
2372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
240        Add PRE/TMPINSTALL_FILES to CLEANFILES.
241        * startup/Makefile.am: Ditto.
242
2432004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Remove.
246        * Makefile.am: Merge-in start/Makefile.am.
247        * configure.ac: Reflect changes above.
248
2492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate $(LIB).
252        Use noinst_DATA to trigger building libbsp.a.
253
2542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
257        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
258
2592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
262        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263
2642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
267
2682003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Misc cleanups and fixes.
271        * startup/Makefile.am: Misc cleanups and fixes.
272        * wrapup/Makefile.am: Misc cleanups and fixes.
273
2742003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Add preinstallation dirstamp support.
277        * clock/Makefile.am: Cosmetics.
278        * console/Makefile.am: Cosmetics.
279        * startup/Makefile.am: Cosmetics.
280        * timer/Makefile.am: Cosmetics.
281        * wrapup/Makefile.am: Cosmetics.
282
2832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am: Remove all-local: $(ARCH).
286        * console/Makefile.am: Remove all-local: $(ARCH).
287        * start/Makefile.am: Remove all-local: $(ARCH).
288        * startup/Makefile.am: Remove all-local: $(ARCH).
289        * timer/Makefile.am: Remove all-local: $(ARCH).
290        * wrapup/Makefile.am: Remove all-local: $(ARCH).
291
2922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Merge-in include/Makefile.am.
295        Reflect changes to bsp.am.
296        * include/Makefile.am: Remove.
297        * configure.ac: Reflect changes above.
298
2992003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * bsp_specs: Remove *lib:.
302
3032003-09-04      Joel Sherrill <joel@OARcorp.com>
304
305        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
306        startup/spurious_assistant.c: URL for license changed.
307
3082003-09-04      Joel Sherrill <joel@OARcorp.com>
309
310        * start/start.S: Removed incorrect statement about copyright
311        assignment.
312
3132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Reflect having moved aclocal/.
316
3172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Reflect having moved automake/.
320        * clock/Makefile.am: Reflect having moved automake/.
321        * console/Makefile.am: Reflect having moved automake/.
322        * include/Makefile.am: Reflect having moved automake/.
323        * start/Makefile.am: Reflect having moved automake/.
324        * startup/Makefile.am: Reflect having moved automake/.
325        * timer/Makefile.am: Reflect having moved automake/.
326        * wrapup/Makefile.am: Reflect having moved automake/.
327
3282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
331
3322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        PR 445/bsps
335        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
336        Remove cpp, old_cpp (now unused).
337
3382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Remove AC_CONFIG_AUX_DIR.
341
3422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
345
3462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: AC_PREREQ(2.57).
349
3502003-01-20      Joel Sherrill <joel@OARcorp.com>
351
352        * startup/linkcmds*: Add FreeBSD sysctl() sections.
353
3542002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361
3622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * start/Makefile.am: Use install-data-local to install startfile.
365
3662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369
3702002-11-01      Joel Sherrill <joel@OARcorp.com>
371
372        * console/conscfg.c, startup/bspstart.c: Removed warnings.
373
3742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * .cvsignore: Reformat.
377        Add autom4te*cache.
378        Remove autom4te.cache.
379
3802002-08-21      Joel Sherrill <joel@OARcorp.com>
381
382        * wrapup/Makefile.am: PR217 required that the idle task be moved to
383        libcpu so it could be more acutely aware of the CPU model.  This
384        file was modified to pick up the idle task from there.
385
3862002-08-21      Joel Sherrill <joel@OARcorp.com>
387
388        * bsp_specs: Added support for -nostdlibs.
389
3902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
398
3992002-08-05      Joel Sherrill <joel@OARcorp.com>
400
401        * Per PR260 eliminate use of make-target-options.  This impacted
402        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
403        SuperCore and required that the m68k optimized memcpy be moved
404        to libcpu.
405        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
406
4072002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * start/Makefile.am: Eliminate PGM.
410        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
411
4122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
415
4162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
419        Remove $(OBJS) from all-local.
420
4212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Add $(LIB) to all-local.
424
4252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
428
4292001-05-09      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/linkcmds: In support of gcc 3.1, added one of more
432        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
433        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
434        and direction of segments to memory regions may also have been
435        addressed.  This was a sweep across all BSPs.
436 
4372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac:
440        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
441        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
442        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
450
4512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
454        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
455
4562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
459
4602001-10-30      Joel Sherrill <joel@OARcorp.com>
461
462        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
463        of conditional so cpu32 does not attempt to use 68000 style
464        interrupt vectoring.
465
4662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
469        * configure.in: Remove.
470        * configure.ac: New file, generated from configure.in by autoupdate.
471
4722001-09-27      Joel Sherrill <joel@OARcorp.com>
473
474        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
475
4762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * include/Makefile.am: Use 'CLEANFILES ='.
479        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
480
4812001-06-19      Joel Sherrill <joel@OARcorp.com>
482
483        * start/start.S: Reverse sense of conditional compilation so the
484        code will compile for a cpu32.
485
4862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.in: Add bspopts.h.
489        * include/.cvsignore: Add bspopts.h*, stamp-h*.
490        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
491        * include/bsp.h: Include bspopts.h.
492
4932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
494
495        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
496
4972001-01-03      Joel Sherrill <joel@OARcorp.com>
498
499        * start/start.S: Added space for vectors on CPU32 configuration.
500        * startup/bspstart.c: Fixed typo.
501
5022000-12-19      Joel Sherrill <joel@OARcorp.com>
503
504        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
505        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
506        debugging this.
507
5082000-11-27      Joel Sherrill <joel@OARcorp.com>
509
510        * start/start.S, startup/bspstart.c: Not functional for CPU32
511        but hopefully will compile now and give a warning saying that
512        the CPU32 variant needs work.
513
5142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
517
5182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
521
5222000-11-01      Joel Sherrill <joel@OARcorp.com>
523
524        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
525        and libcsupport.h moved from libc to lib/include/rtems and
526        now must be referenced as <rtems/XXX.h>.   Header file order
527        was cleaned up while doing this.
528
5292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
532        Switch to GNU canonicalization.
533
5342000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
535
536        * startup/linkcmds: Added lines so DWARF debug information
537        would be available.  Otherwise gdb complains that the offsets
538        for the debug info are incorrect and doesn't load the files.
539
5402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
543        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
544
5452000-08-10      Joel Sherrill <joel@OARcorp.com>
546
547        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.