source: rtems/c/src/lib/libbsp/m68k/mvme147/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.0 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-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * timer/timer.c: Eliminate uses of old benchmark timer names.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
14        of building libbspstart.a, using automake-rules.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
38        of EXTERN.
39
402008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, startup/linkcmds: Use top level shared
43        bsp_get_work_area() implementation.
44
452008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
48        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
49        rely on BSP Framework to perform more initialization. Remove
50        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
55        phase, all prototypes were removed from bsp.h and empty
56        implementations were removed and made to use the shared stub.
57
582008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * clock/ckinit.c: The Shared Memory Driver no longer requires the
61        special IOCTL in Clock_control. This was a hack which has existed
62        since before the Classic API Timer Manager was implemented. All
63        implementations of and references to Clock_control were removed.
64
652008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * console/console.c, timer/timer.c: Convert to "bool".
68
692008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        PR 1304/bsps
72        * Makefile.am: Add ../../shared/bsppredriverhook.c.
73
742008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * timer/timer.c: Eliminate empty function from every benchmark timer
77        driver. Fix spelling.
78
792008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * timer/timer.c: Rename timer driver methods to follow RTEMS
82        programming conventions.
83
842008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
87
882008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am: Rework to avoid .rel files.
91
922008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/bspstart.c: Refactored and renamed initialization routines to
95        rtems_initialize_data_structures, rtems_initialize_before_drivers,
96        rtems_initialize_device_drivers, and
97        rtems_initialize_start_multitasking. This opened the sequence up so
98        that bootcard() could provide a more robust and flexible framework
99        which is easier to explain and understand. This also lays the
100        groundwork for sharing the division of available memory between the
101        RTEMS workspace and heap and the C library initialization across all
102        BSPs.
103
1042008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * startup/linkcmds: Add wildcard to gcc_except_table section so
107        programs compiled with gcc 4.3.x can link.
108
1092007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
112        of the Configuration Table. Use the RTEMS provided accessor macros to
113        obtain configuration fields.
114
1152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
118        from CPU Table to Configuration Table. Eliminate CPU Table from all
119        ports. Delete references to CPU Table in all forms.
120
1212007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
124        the Configuration Table. This included pretasking_hook,
125        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
126        extra_mpci_receive_server_stack, stack_allocate_hook, and
127        stack_free_hook. As a side-effect of this effort some multiprocessing
128        code was made conditional and some style clean up occurred.
129
1302007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
133        m68k CPU Table since it is never read.
134
1352007-05-03      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Handle .data.* sections
138
1392007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove qrtems_debug.
142
1432007-04-02      Joel Sherrill <joel@OARcorp.com>
144
145        * Makefile.am: Add dummy printk support so all tests link.
146
1472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: New BUG-REPORT address.
150
1512006-11-15      Joel Sherrill <joel@OARcorp.com>
152
153        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
154        file and simplified initialization.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove superfluous -DASM.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Require autoconf-2.60. Require automake-1.10.
163
1642006-02-08      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds: Add sections required by newer gcc versions.
167
1682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Add preinstall.am.
171
1722005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * include/bsp.h: New header guard.
175
1762005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
179
1802005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Remove build-variant support.
183
1842004-11-25      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
187
1882004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * configure.ac: Require automake > 1.9.
191
1922004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        PR 610/bsps
195        * Makefile.am: Add include/tm27.h, Cosmetics.
196        * include/tm27.h: Final cosmetics.
197
1982004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * include/bsp.h: Split out tmtest27 support.
201        * include/tm27.h: New.
202
2032004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        PR 613/bsps
206        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
207
2082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        PR 614/bsps
211        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
212
2132004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
216        of <zilog/z8530.h>.
217
2182004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
221
2222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
225        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
226        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
227        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
228
2292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
230
231        * clock/ckinit.c, console/console.c, include/bsp.h,
232        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
233        types.
234
2352004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Reflect changes to bsp.am.
238        Preinstall dist_project_lib*.
239
2402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect changes to bsp.am.
243
2442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
247
2482004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Pickup files from ../../m68k/shared instead of
251        ../shared. Reformat.
252
2532004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
256
2572004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
260        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
261        Use automake compilation rules.
262        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
263        timer/Makefile.am, wrapup/Makefile.am: Remove.
264        * configure.ac: Reflect changes above.
265
2662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Add PREINSTALL_DIRS.
269        * wrapup/Makefile.am: Reflect changes to libcpu.
270
2712004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Reflect changes to libcpu.
274
2752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
278        Add PRE/TMPINSTALL_FILES to CLEANFILES.
279        * configure.ac: Ditto.
280        * start/Makefile.am: Ditto.
281        * startup/Makefile.am: Ditto.
282
2832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/.cvsignore: Remove.
286        * start/Makefile.am: Remove.
287        * Makefile.am: Merge-in start/Makefile.am.
288        * configure.ac: Reflect changes above.
289
2902004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Eliminate $(LIB).
293        Use noinst_DATA to trigger building libbsp.a.
294
2952003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
298        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
299
3002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
303        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
304
3052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
308
3092003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Misc cleanups and fixes.
312        * startup/Makefile.am: Misc cleanups and fixes.
313        * wrapup/Makefile.am: Misc cleanups and fixes.
314
3152003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Add preinstallation dirstamp support.
318        * clock/Makefile.am: Cosmetics.
319        * console/Makefile.am: Cosmetics.
320        * startup/Makefile.am: Cosmetics.
321        * timer/Makefile.am: Cosmetics.
322        * wrapup/Makefile.am: Cosmetics.
323
3242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * clock/Makefile.am: Remove all-local: $(ARCH).
327        * console/Makefile.am: Remove all-local: $(ARCH).
328        * start/Makefile.am: Remove all-local: $(ARCH).
329        * startup/Makefile.am: Remove all-local: $(ARCH).
330        * timer/Makefile.am: Remove all-local: $(ARCH).
331        * wrapup/Makefile.am: Remove all-local: $(ARCH).
332
3332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Merge-in include/Makefile.am.
336        Reflect changes to bsp.am.
337        * include/Makefile.am: Remove.
338        * configure.ac: Reflect changes above.
339
3402003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * bsp_specs: Remove *lib:.
343
3442003-09-04      Joel Sherrill <joel@OARcorp.com>
345
346        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
347        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
348        timer/timer.c: URL for license changed.
349
3502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Reflect having moved aclocal/.
353
3542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Reflect having moved automake/.
357        * clock/Makefile.am: Reflect having moved automake/.
358        * console/Makefile.am: Reflect having moved automake/.
359        * include/Makefile.am: Reflect having moved automake/.
360        * start/Makefile.am: Reflect having moved automake/.
361        * startup/Makefile.am: Reflect having moved automake/.
362        * timer/Makefile.am: Reflect having moved automake/.
363        * wrapup/Makefile.am: Reflect having moved automake/.
364
3652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        PR 452/bsps
368        * startup/Makefile.am: Remove USE_INIT_FINI.
369
3702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
373
3742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        PR 445/bsps
377        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
378        Remove cpp, old_cpp (now unused).
379
3802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Remove AC_CONFIG_AUX_DIR.
383
3842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
387
3882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: AC_PREREQ(2.57).
391
3922003-01-20      Joel Sherrill <joel@OARcorp.com>
393
394        * startup/linkcmds*: Add FreeBSD sysctl() sections.
395
3962003-01-20      Joel Sherrill <joel@OARcorp.com>
397
398        * ChangeLog: Add FreeBSD sysctl() sections.
399
4002003-01-20      Joel Sherrill <joel@OARcorp.com>
401
402        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
403
4042003-01-20      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/linkcmds: Add FreeBSD sysctl() sections.
407
4082002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415
4162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * start/Makefile.am: Use install-data-local to install startfile.
419
4202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423
4242002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427
4282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * .cvsignore: Reformat.
431        Add autom4te*cache.
432        Remove autom4te.cache.
433
4342002-08-21      Joel Sherrill <joel@OARcorp.com>
435
436        * bsp_specs: Added support for -nostdlibs.
437
4382002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
446
4472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * start/Makefile.am: Eliminate PGM.
450        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
451
4522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
455
4562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
459        Remove $(OBJS) from all-local.
460
4612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
464
4652001-05-09      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/linkcmds: In support of gcc 3.1, added one of more
468        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
469        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
470        and direction of segments to memory regions may also have been
471        addressed.  This was a sweep across all BSPs.
472 
4732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac:
476        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
477        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
478        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
486
4872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
490
4912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
494        * configure.in: Remove.
495        * configure.ac: New file, generated from configure.in by autoupdate.
496
4972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
500
5012001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.in: Add bspopts.h.
504        * include/.cvsignore: Add bspopts.h*, stamp-h*.
505        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
506        * include/bsp.h: Include bspopts.h.
507
5082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
509
510        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
511
5122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
515
5162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
519
5202000-11-01      Joel Sherrill <joel@OARcorp.com>
521
522        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
523        and libcsupport.h moved from libc to lib/include/rtems and
524        now must be referenced as <rtems/XXX.h>.   Header file order
525        was cleaned up while doing this.
526
5272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
530        Switch to GNU canonicalization.
531
5322000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
533
534        * startup/linkcmds: Added lines so DWARF debug information
535        would be available.  Otherwise gdb complains that the offsets
536        for the debug info are incorrect and doesn't load the files.
537
5382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
541        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
542        compile.am
543
5442000-08-10      Joel Sherrill <joel@OARcorp.com>
545
546        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.