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

4.104.115
Last change on this file since 99f0d19b was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 17.1 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
14        * Makefile.am: Reflect changes above.
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.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, startup/linkcmds: Use top level shared
42        bsp_get_work_area() implementation.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, startup/linkcmds: Add use of
47        bsp_get_work_area() in its own file and rely on BSP Framework to
48        perform more initialization. Remove unnecessary includes of
49        rtems/libio.h and rtems/libcsupport.h.
50        * console/debugio.c, startup/bsppredriverhook.c: New files.
51        * startup/bspstart.c: Removed.
52
532008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
56        phase, all prototypes were removed from bsp.h and empty
57        implementations were removed and made to use the shared stub.
58
592008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * clock/clockdrv.c, startup/bspstart.c: Add missing prototypes.
62
632008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am: Rework to avoid .rel files.
66
672008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * startup/bspstart.c: Refactored and renamed initialization routines to
70        rtems_initialize_data_structures, rtems_initialize_before_drivers,
71        rtems_initialize_device_drivers, and
72        rtems_initialize_start_multitasking. This opened the sequence up so
73        that bootcard() could provide a more robust and flexible framework
74        which is easier to explain and understand. This also lays the
75        groundwork for sharing the division of available memory between the
76        RTEMS workspace and heap and the C library initialization across all
77        BSPs.
78
792008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/linkcmds: Add wildcard to gcc_except_table section so
82        programs compiled with gcc 4.3.x can link.
83
842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
87        Configuration Table. Use the RTEMS provided accessor macros to obtain
88        configuration fields.
89
902007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
93        Configuration Table. Eliminate CPU Table from all ports. Delete
94        references to CPU Table in all forms.
95
962007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
99        the Configuration Table. This included pretasking_hook,
100        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
101        extra_mpci_receive_server_stack, stack_allocate_hook, and
102        stack_free_hook. As a side-effect of this effort some multiprocessing
103        code was made conditional and some style clean up occurred.
104
1052007-05-03      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: Handle .data.* sections
108
1092007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: Remove qrtems_debug.
112
1132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: New BUG-REPORT address.
116
1172006-11-15      Joel Sherrill <joel@OARcorp.com>
118
119        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
120        file and simplified initialization.
121
1222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Remove superfluous -DASM.
125
1262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Require autoconf-2.60. Require automake-1.10.
129
1302006-02-08      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Add sections required by newer gcc versions.
133
1342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Add preinstall.am.
137
1382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
141
1422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Remove build-variant support.
145
1462004-11-25      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
149        Also extended RAM section since this is for a simulator
150
1512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * configure.ac: Require automake > 1.9.
154
1552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        PR 610/bsps
158        * Makefile.am: Add include/tm27.h, Cosmetics.
159        * include/tm27.h: Final cosmetics.
160
1612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * include/bsp.h: Split out tmtest27 support.
164        * include/tm27.h: New.
165
1662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        PR 613/bsps
169        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
170
1712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 614/bsps
174        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
175
1762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
179        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
180        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
181
1822004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
185        startup/bspstart.c: Convert to using c99 fixed size types.
186
1872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect changes to bsp.am.
190        Preinstall dist_project_lib*.
191
1922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect changes to bsp.am.
195
1962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
199
2002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Pickup files from ../../m68k/shared instead of
203        ../shared. Reformat.
204
2052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
208
2092004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
212        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
213        automake compilation rules.
214        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
215        timer/Makefile.am, wrapup/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
2182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Add PREINSTALL_DIRS.
221        * wrapup/Makefile.am: Reflect changes to libcpu.
222
2232004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
226        * startup/Makefile.am: Remove non-existing files setvec.c,
227        bspclean.c, exit.c from EXTRA_DIST.
228        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
229        * wrapup/Makefile.am: Reflect changes to libcpu.
230
2312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
234        Add PRE/TMPINSTALL_FILES to CLEANFILES.
235        * startup/Makefile.am: Ditto.
236
2372004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Remove.
240        * Makefile.am: Merge-in start/Makefile.am.
241        * configure.ac: Reflect changes above.
242
2432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Eliminate $(LIB).
246        Use noinst_DATA to trigger building libbsp.a.
247
2482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
251        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
252
2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
256        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
257
2582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
261
2622003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * start/Makefile.am: Misc cleanups and fixes.
265        * startup/Makefile.am: Misc cleanups and fixes.
266        * wrapup/Makefile.am: Misc cleanups and fixes.
267
2682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Add preinstallation dirstamp support.
271        * clock/Makefile.am: Cosmetics.
272        * console/Makefile.am: Cosmetics.
273        * startup/Makefile.am: Cosmetics.
274        * timer/Makefile.am: Cosmetics.
275        * wrapup/Makefile.am: Cosmetics.
276
2772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * clock/Makefile.am: Remove all-local: $(ARCH).
280        * console/Makefile.am: Remove all-local: $(ARCH).
281        * start/Makefile.am: Remove all-local: $(ARCH).
282        * startup/Makefile.am: Remove all-local: $(ARCH).
283        * timer/Makefile.am: Remove all-local: $(ARCH).
284        * wrapup/Makefile.am: Remove all-local: $(ARCH).
285
2862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Merge-in include/Makefile.am.
289        Reflect changes to bsp.am.
290        * include/Makefile.am: Remove.
291        * configure.ac: Reflect changes above.
292
2932003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * bsp_specs: Remove *lib:.
296
2972003-09-04      Joel Sherrill <joel@OARcorp.com>
298
299        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
300        startup/spurious_assistant.c: URL for license changed.
301
3022003-09-04      Joel Sherrill <joel@OARcorp.com>
303
304        * start/start.S: Removed incorrect statement about copyright
305        assignment.
306
3072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect having moved aclocal/.
310
3112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Reflect having moved automake/.
314        * clock/Makefile.am: Reflect having moved automake/.
315        * console/Makefile.am: Reflect having moved automake/.
316        * include/Makefile.am: Reflect having moved automake/.
317        * start/Makefile.am: Reflect having moved automake/.
318        * startup/Makefile.am: Reflect having moved automake/.
319        * timer/Makefile.am: Reflect having moved automake/.
320        * wrapup/Makefile.am: Reflect having moved automake/.
321
3222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
325
3262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        PR 445/bsps
329        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
330        Remove cpp, old_cpp (now unused).
331
3322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Remove AC_CONFIG_AUX_DIR.
335
3362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
339
3402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: AC_PREREQ(2.57).
343
3442003-01-20      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/linkcmds*: Add FreeBSD sysctl() sections.
347
3482002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355
3562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: Use install-data-local to install startfile.
359
3602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363
3642002-11-01      Joel Sherrill <joel@OARcorp.com>
365
366        * console/conscfg.c, startup/bspstart.c: Removed warnings.
367
3682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * .cvsignore: Reformat.
371        Add autom4te*cache.
372        Remove autom4te.cache.
373
3742002-08-21      Joel Sherrill <joel@OARcorp.com>
375
376        * wrapup/Makefile.am: PR217 required that the idle task be moved to
377        libcpu so it could be more acutely aware of the CPU model.  This
378        file was modified to pick up the idle task from there.
379
3802002-08-21      Joel Sherrill <joel@OARcorp.com>
381
382        * bsp_specs: Added support for -nostdlibs.
383
3842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
387        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
392
3932002-08-05      Joel Sherrill <joel@OARcorp.com>
394
395        * Per PR260 eliminate use of make-target-options.  This impacted
396        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
397        SuperCore and required that the m68k optimized memcpy be moved
398        to libcpu.
399        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
400
4012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Eliminate PGM.
404        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
405
4062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
409
4102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
413        Remove $(OBJS) from all-local.
414
4152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Add $(LIB) to all-local.
418
4192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
422
4232001-05-09      Joel Sherrill <joel@OARcorp.com>
424
425        * startup/linkcmds: In support of gcc 3.1, added one of more
426        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
427        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
428        and direction of segments to memory regions may also have been
429        addressed.  This was a sweep across all BSPs.
430 
4312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac:
434        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
435        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
436        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444
4452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
448        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
449
4502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
453
4542001-10-30      Joel Sherrill <joel@OARcorp.com>
455
456        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
457        of conditional so cpu32 does not attempt to use 68000 style
458        interrupt vectoring.
459
4602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
463        * configure.in: Remove.
464        * configure.ac: New file, generated from configure.in by autoupdate.
465
4662001-09-27      Joel Sherrill <joel@OARcorp.com>
467
468        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
469
4702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * include/Makefile.am: Use 'CLEANFILES ='.
473        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
474
4752001-06-19      Joel Sherrill <joel@OARcorp.com>
476
477        * start/start.S: Reverse sense of conditional compilation so the
478        code will compile for a cpu32.
479
4802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: Add bspopts.h.
483        * include/.cvsignore: Add bspopts.h*, stamp-h*.
484        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
485        * include/bsp.h: Include bspopts.h.
486
4872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
488
489        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
490
4912001-01-03      Joel Sherrill <joel@OARcorp.com>
492
493        * start/start.S: Added space for vectors on CPU32 configuration.
494        * startup/bspstart.c: Fixed typo.
495
4962000-12-19      Joel Sherrill <joel@OARcorp.com>
497
498        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
499        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
500        debugging this.
501
5022000-11-27      Joel Sherrill <joel@OARcorp.com>
503
504        * start/start.S, startup/bspstart.c: Not functional for CPU32
505        but hopefully will compile now and give a warning saying that
506        the CPU32 variant needs work.
507
5082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
511
5122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
515
5162000-11-01      Joel Sherrill <joel@OARcorp.com>
517
518        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
519        and libcsupport.h moved from libc to lib/include/rtems and
520        now must be referenced as <rtems/XXX.h>.   Header file order
521        was cleaned up while doing this.
522
5232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
526        Switch to GNU canonicalization.
527
5282000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
529
530        * startup/linkcmds: Added lines so DWARF debug information
531        would be available.  Otherwise gdb complains that the offsets
532        for the debug info are incorrect and doesn't load the files.
533
5342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
537        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
538
5392000-08-10      Joel Sherrill <joel@OARcorp.com>
540
541        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.