source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 17.0 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * Makefile.am: Remove all references to console_reserve_resources and
20        termios_reserve_resources.
21        * console/consolereserveresources.c: Removed.
22
232008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
26        wildcard to gcc_except_table section so programs compiled with gcc
27        4.3.x can link.
28
292007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
32        the Configuration Table. Use the RTEMS provided accessor macros to
33        obtain configuration fields.
34
352007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
38        from CPU Table to Configuration Table. Eliminate CPU Table from all
39        ports. Delete references to CPU Table in all forms.
40
412007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
44        Table fields to the Configuration Table. This included
45        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
46        do_zero_of_workspace, extra_mpci_receive_server_stack,
47        stack_allocate_hook, and stack_free_hook. As a side-effect of this
48        effort some multiprocessing code was made conditional and some style
49        clean up occurred.
50
512007-05-03      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Handle .data.* sections
54
552007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * bsp_specs: Remove qrtems_debug.
58
592007-04-02      Joel Sherrill <joel@OARcorp.com>
60
61        * Makefile.am: Add dummy printk support so all tests link.
62
632007-03-11      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/bspstart.c: Remove assignments of
66        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
67        value in boot_card.c
68
692006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
72
732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * configure.ac: New BUG-REPORT address.
76
772006-11-15      Joel Sherrill <joel@OARcorp.com>
78
79        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
80        file and simplified initialization.
81
822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove superfluous -DASM.
85
862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Require autoconf-2.60. Require automake-1.10.
89
902006-02-08      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
93        sections required by newer gcc versions.
94
952006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Add preinstall.am.
98
992005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * include/bsp.h: New header guard.
102
1032005-04-26      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/alloc360.c: Eliminate warnings.
106
1072005-03-11      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/init68360.c: Add _RomBase declaration.
110
1112005-02-11      Joel Sherrill <joel@OARcorp.com>
112
113        * include/bsp.h, startup/init68360.c: Correct type of symbols from
114        linkcmds to compile with gcc 4.x.
115
1162005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
119
1202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove build-variant support.
123
1242004-11-25      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
127        new bss sections .bss.* and .gnu.linkonce.b*.
128
1292004-10-28      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: Add .gnu.linkonce.b.*.
132
1332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * configure.ac: Require automake > 1.9.
136
1372004-05-21      Joel Sherrill <joel@OARcorp.com>
138
139        * network/network.c: Include errno.h as a consequence of recent updates
140        to BSD header files.
141
1422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        PR 610/bsps
145        * Makefile.am: Add include/tm27.h, Cosmetics.
146        * include/tm27.h: Final cosmetics.
147
1482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * include/bsp.h: Split out tmtest27 support.
151        * include/tm27.h: New.
152
1532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 613/bsps
156        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
157
1582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        PR 614/bsps
161        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
162
1632004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
164
165        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
166        c/src/lib/libbsp/m68k/gen68360/console/console.c,
167        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
168        c/src/lib/libbsp/m68k/gen68360/network/network.c,
169        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
170        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
171        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
172        <rtems/m68k/m68360.h> instead of <m68360.h>.
173
1742004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
177
1782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
181        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
182        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
183
1842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
185
186        * include/bsp.h, network/network.c, startup/bspstart.c,
187        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
188        types.
189
1902004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect changes to bsp.am.
193        Preinstall dist_project_lib*.
194
1952004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Reflect changes to bsp.am.
198
1992004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
202
2032004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Pickup files from ../../m68k/shared instead of
206        ../shared. Reformat.
207
2082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
211
2122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        PR 562/bsps
215        * Makefile.am: Remove references to m68k-gdbstub.c,
216        rtems-gdbstub-glue.c.
217
218        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
219        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
220        Use automake-compilation rules.
221        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
222        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
223        Remove.
224        * configure.ac: Reflect changes above.
225
2262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Add PREINSTALL_DIRS.
229        * wrapup/Makefile.am: Reflect changes to libcpu.
230
2312004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
234        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
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        * network/Makefile.am: Cosmetics.
280        * startup/Makefile.am: Cosmetics.
281        * timer/Makefile.am: Cosmetics.
282        * wrapup/Makefile.am: Cosmetics.
283
2842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * clock/Makefile.am: Remove all-local: $(ARCH).
287        * console/Makefile.am: Remove all-local: $(ARCH).
288        * network/Makefile.am: Remove all-local: $(ARCH).
289        * start/Makefile.am: Remove all-local: $(ARCH).
290        * startup/Makefile.am: Remove all-local: $(ARCH).
291        * timer/Makefile.am: Remove all-local: $(ARCH).
292        * wrapup/Makefile.am: Remove all-local: $(ARCH).
293
2942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Merge-in include/Makefile.am.
297        Reflect changes to bsp.am.
298        * include/Makefile.am: Remove.
299        * configure.ac: Reflect changes above.
300
3012003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * bsp_specs: Remove *lib:.
304
3052003-09-04      Joel Sherrill <joel@OARcorp.com>
306
307        * console/console.c, console/consolereserveresources.c, include/bsp.h,
308        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
309        URL for license changed.
310
3112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Reflect having moved aclocal/.
314
3152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect having moved automake/.
318        * clock/Makefile.am: Reflect having moved automake/.
319        * console/Makefile.am: Reflect having moved automake/.
320        * include/Makefile.am: Reflect having moved automake/.
321        * network/Makefile.am: Reflect having moved automake/.
322        * start/Makefile.am: Reflect having moved automake/.
323        * startup/Makefile.am: Reflect having moved automake/.
324        * timer/Makefile.am: Reflect having moved automake/.
325        * wrapup/Makefile.am: Reflect having moved automake/.
326
3272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        PR 452/bsps
330        * startup/Makefile.am: Remove USE_INIT_FINI.
331
3322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
335
3362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        PR 445/bsps
339        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
340        Remove cpp, old_cpp (now unused).
341
3422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove AC_CONFIG_AUX_DIR.
345
3462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
349
3502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: AC_PREREQ(2.57).
353
3542003-01-20      Joel Sherrill <joel@OARcorp.com>
355
356        * startup/linkcmds*: Add FreeBSD sysctl() sections.
357
3582002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366
3672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: Use install-data-local to install startfile.
370
3712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374
3752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * .cvsignore: Reformat.
378        Add autom4te*cache.
379        Remove autom4te.cache.
380
3812002-08-21      Joel Sherrill <joel@OARcorp.com>
382
383        * wrapup/Makefile.am: PR217 required that the idle task be moved to
384        libcpu so it could be more acutely aware of the CPU model.  This
385        file was modified to pick up the idle task from there.
386
3872002-08-21      Joel Sherrill <joel@OARcorp.com>
388
389        * bsp_specs: Added support for -nostdlibs.
390
3912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
400
4012002-08-05      Joel Sherrill <joel@OARcorp.com>
402
403        * Per PR260 eliminate use of make-target-options.  This impacted
404        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
405        SuperCore and required that the m68k optimized memcpy be moved
406        to libcpu.
407        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
408
4092002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * start/Makefile.am: Eliminate PGM.
412        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
413
4142002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
417        linkcmds.bootp.
418
4192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
422        Remove $(OBJS) from all-local.
423
4242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
427
4282002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
429
430        * startup/Makefile.am: Compile the m68k gdb stub and glue.
431
4322002-05-14      Eric Norum <eric.norum@usask.ca>
433
434        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
435        sections needed by gcc 3.1.  linkcmds had already been fixed on
436        a gcc 3.1 clean up sweep.
437
4382001-05-09      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/linkcmds: In support of gcc 3.1, added one of more
441        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
442        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
443        and direction of segments to memory regions may also have been
444        addressed.  This was a sweep across all BSPs.
445 
4462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac:
449        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
450        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
451        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
460
4612001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
464
4652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
468        * configure.in: Remove.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470
4712001-09-27      Joel Sherrill <joel@OARcorp.com>
472
473        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
474
4752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
478
4792001-09-14      Eric Norum <eric.norum@usask.ca>
480
481        * startup/init68360.c: Modifications to make gcc 3.x happy.
482
4832001-09-19      Eric Norum <eric.norum@usask.ca>
484
485        * README: Bring it more in line with reality.
486
4872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.in: Add bspopts.h.
490        * include/.cvsignore: Add bspopts.h*, stamp-h*.
491        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
492        * include/bsp.h: Include bspopts.h.
493
4942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
495
496        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
497
4982001-01-12      Eric Norum <eric.norum@usask.ca>
499
500        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
501        Clock driver updated to use shell driver mechanism.
502        * clock/ckinit.c: Removed.
503        * clock/clock.c: New file.
504
5052000-12-19      Joel Sherrill <joel@OARcorp.com>
506
507        * Makefile.am: Removed unneeded blank line.
508
5092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
512
5132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
516
5172000-11-01      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
520        and libcsupport.h moved from libc to lib/include/rtems and
521        now must be referenced as <rtems/XXX.h>.   Header file order
522        was cleaned up while doing this.
523
5242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
527        Switch to GNU canonicalization.
528
5292000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
530
531        * startup/linkcmds: Added lines so DWARF debug information
532        would be available.  Otherwise gdb complains that the offsets
533        for the debug info are incorrect and doesn't load the files.
534
5352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
538        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
539        wrapup/Makefile.am: Include compile.am
540
5412000-08-10      Joel Sherrill <joel@OARcorp.com>
542
543        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.