source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ d54ef06

4.104.114.95
Last change on this file since d54ef06 was d54ef06, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 10:27:55

2008-08-19 Ralf Corsépius <ralf.corsepius@…>

  • timer/timer.c: Add missing prototypes.
  • Property mode set to 100644
File size: 15.8 KB
RevLine 
[d54ef06]12008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Add missing prototypes.
4
[1d0ee80e]52008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am: Rework to avoid .rel files.
8
[6ea100c1]92008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * startup/bspstart.c: Refactored and renamed initialization routines to
12        rtems_initialize_data_structures, rtems_initialize_before_drivers,
13        rtems_initialize_device_drivers, and
14        rtems_initialize_start_multitasking. This opened the sequence up so
15        that bootcard() could provide a more robust and flexible framework
16        which is easier to explain and understand. This also lays the
17        groundwork for sharing the division of available memory between the
18        RTEMS workspace and heap and the C library initialization across all
19        BSPs.
20
[d1f57b5]212008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * startup/linkcmds: Add wildcard to gcc_except_table section so
24        programs compiled with gcc 4.3.x can link.
25
[040b74f]262007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
29        copies of the Configuration Table. Use the RTEMS provided accessor
30        macros to obtain configuration fields.
31
[d34d8692]322007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
35        from CPU Table to Configuration Table. Eliminate CPU Table from all
36        ports. Delete references to CPU Table in all forms.
37
[558bc25]382007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
41        Table fields to the Configuration Table. This included
42        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
43        do_zero_of_workspace, extra_mpci_receive_server_stack,
44        stack_allocate_hook, and stack_free_hook. As a side-effect of this
45        effort some multiprocessing code was made conditional and some style
46        clean up occurred.
47
[1693c131]482007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
51        m68k CPU Table since it is never read.
52
[1144653]532007-05-03      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds: Handle .data.* sections
56
[71c4d68]572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * bsp_specs: Remove qrtems_debug.
60
[3002831]612007-04-02      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am: Add dummy printk support so all tests link.
64
[20777a5e]652006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
68
[fcb0cd46]692006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * configure.ac: New BUG-REPORT address.
72
[aa4369c]732006-11-15      Joel Sherrill <joel@OARcorp.com>
74
75        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
76        file and simplified initialization.
77
[57357d9]782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Remove superfluous -DASM.
81
[754610f]822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Require autoconf-2.60. Require automake-1.10.
85
[4217b96]862006-02-08      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Add sections required by newer gcc versions.
89
[760486f7]902006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Add preinstall.am.
93
[dbc7c79]942005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
97
[34c4852]982005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * include/bsp.h: New header guard.
101
[844609f9]1022005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
105
[4cbf22a]1062005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Remove build-variant support.
109
[3dae380]1102004-11-25      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
113
[8627734]1142004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]115
116        * configure.ac: Require automake > 1.9.
117
[888bc77]1182004-07-25      Joel Sherrill <joel@OARcorp.com>
119
120        * network/network.c: Add include of <sys/errno.h>.
121
[8627734]1222004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
[3defec6]123
124        PR 610/bsps
125        * Makefile.am: Add include/tm27.h, Cosmetics.
126        * include/tm27.h: Final cosmetics.
127
[8627734]1282004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[e35761b]129
130        * include/bsp.h: Split out tmtest27 support.
131        * include/tm27.h: New.
132
[8627734]1332004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
[3344730a]134
135        PR 613/bsps
136        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
137
[8627734]1382004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
[7dd6e8d]139
140        PR 614/bsps
141        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
142
[e39d27e9]1432004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
144
145        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
146        c/src/lib/libbsp/m68k/gen68302/console/console.c,
147        c/src/lib/libbsp/m68k/gen68302/network/network.c,
148        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
149        <rtems/m68k/m68302.h> instead of <m68302.h>.
150
[8627734]1512004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
[cc1426bb]152
153        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
154        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
155
[8627734]1562004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[fb7a141]157
158        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
159        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
160        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
161
[8627734]1622004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
[f3238bb3]163
164        * clock/ckinit.c, console/console.c, include/bsp.h,
165        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
166        using c99 fixed size types.
167
[2a7f9a28]1682004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect changes to bsp.am.
171        Preinstall dist_project_lib*.
172
[6ac101b]1732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect changes to bsp.am.
176
[c24d7c84]1772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
180
[4cb9d26]1812004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Pickup files from ../../m68k/shared instead of
184        ../shared. Reformat.
185
[bd5b4e56]1862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
189
[eb40b1c]1902004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
193        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
194        wrapup/Makefile.am. Use automake compilation rules.
195        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
196        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
[7fc5229c]1992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Add PREINSTALL_DIRS.
202        * wrapup/Makefile.am: Reflect changes to libcpu.
203
[c880dc8]2042004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * wrapup/Makefile.am: Reflect changes to libcpu.
207
[ff716ea0]2082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
211        Add PRE/TMPINSTALL_FILES to CLEANFILES.
212        * startup/Makefile.am: Ditto.
213
[65cf99c]2142004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Remove.
217        * Makefile.am: Merge-in start/Makefile.am.
218        * configure.ac: Reflect changes above.
219
[6411947]2202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate $(LIB).
223        Use noinst_DATA to trigger building libbsp.a.
224
[b35414a]2252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
228        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
229
[935773b]2302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
234
[810720b6]2352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
238
[4d5d97b]2392003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Misc cleanups and fixes.
242        * startup/Makefile.am: Misc cleanups and fixes.
243        * wrapup/Makefile.am: Misc cleanups and fixes.
244
[7bf622e7]2452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Add preinstallation dirstamp support.
248        * clock/Makefile.am: Cosmetics.
249        * console/Makefile.am: Cosmetics.
250        * network/Makefile.am: Cosmetics.
251        * startup/Makefile.am: Cosmetics.
252        * timer/Makefile.am: Cosmetics.
253        * wrapup/Makefile.am: Cosmetics.
254
[70b42aea]2552003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * clock/Makefile.am: Remove all-local: $(ARCH).
258        * console/Makefile.am: Remove all-local: $(ARCH).
259        * network/Makefile.am: Remove all-local: $(ARCH).
260        * start/Makefile.am: Remove all-local: $(ARCH).
261        * startup/Makefile.am: Remove all-local: $(ARCH).
262        * timer/Makefile.am: Remove all-local: $(ARCH).
263        * wrapup/Makefile.am: Remove all-local: $(ARCH).
264
[2821666f]2652003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Merge-in include/Makefile.am.
268        Reflect changes to bsp.am.
269        * include/Makefile.am: Remove.
270        * configure.ac: Reflect changes above.
271
[a1546de]2722003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * bsp_specs: Remove *lib:.
275
[d6284ab]2762003-09-04      Joel Sherrill <joel@OARcorp.com>
277
278        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
279        start/start.S, startup/bspclean.c, startup/bspstart.c,
280        startup/linkcmds, timer/timer.c: URL for license changed.
281
[fe8bc62f]2822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Reflect having moved aclocal/.
285
[88daa3d]2862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
[c483a4e]288        * Makefile.am: Reflect having moved automake/.
289        * clock/Makefile.am: Reflect having moved automake/.
290        * console/Makefile.am: Reflect having moved automake/.
291        * include/Makefile.am: Reflect having moved automake/.
292        * network/Makefile.am: Reflect having moved automake/.
293        * start/Makefile.am: Reflect having moved automake/.
294        * startup/Makefile.am: Reflect having moved automake/.
295        * timer/Makefile.am: Reflect having moved automake/.
296        * wrapup/Makefile.am: Reflect having moved automake/.
[88daa3d]297
[317458ce]2982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
[75fcb394]300        PR 452/bsps
[317458ce]301        * startup/Makefile.am: Remove USE_INIT_FINI.
302
[7dcc3fe]3032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
306
[d266acd2]3072003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
[75fcb394]309        PR 445/bsps
[d266acd2]310        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
311        Remove cpp, old_cpp (now unused).
312
[afaa498d]3132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Remove AC_CONFIG_AUX_DIR.
316
[ccd81b60]3172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
320
[9b5c258]3212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: AC_PREREQ(2.57).
324
[1d36d2af]3252003-01-20      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/linkcmds*: Add FreeBSD sysctl() sections.
328
[cf05defd]3292002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
335        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
336        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
337
[59a01a6e]3382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * start/Makefile.am: Use install-data-local to install startfile.
341
[b5a2912f]3422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345
[8730f45]3462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * .cvsignore: Reformat.
349        Add autom4te*cache.
350        Remove autom4te.cache.
351
[0308c805]3522002-08-21      Joel Sherrill <joel@OARcorp.com>
353
354        * wrapup/Makefile.am: PR217 required that the idle task be moved to
355        libcpu so it could be more acutely aware of the CPU model.  This
356        file was modified to pick up the idle task from there.
357
[a2ae30c2]3582002-08-21      Joel Sherrill <joel@OARcorp.com>
359
360        * bsp_specs: Added support for -nostdlibs.
361
[2762e39a]3622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
365        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
366        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
371
[75adbe5f]3722002-08-05      Joel Sherrill <joel@OARcorp.com>
373
374        * Per PR260 eliminate use of make-target-options.  This impacted
375        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
376        SuperCore and required that the m68k optimized memcpy be moved
377        to libcpu.
378        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
379
[8880e223]3802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Eliminate PGM.
383        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
384
[f4d43dd]3852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
388
[445c0a0]3892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
392        Remove $(OBJS) from all-local.
393
[80defac]3942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
397
[85c92574]3982001-05-09      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/linkcmds: In support of gcc 3.1, added one of more
401        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
402        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
403        and direction of segments to memory regions may also have been
404        addressed.  This was a sweep across all BSPs.
405 
[134dceb]4062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac:
409        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
410        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
411        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
420
[9e1ae79]4212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
424
[df25c998]4252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
428        * configure.in: Remove.
429        * configure.ac: New file, generated from configure.in by autoupdate.
430
[cf282090]4312001-09-27      Joel Sherrill <joel@OARcorp.com>
432
433        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
434
[c1767be0]4352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
438
[ebf3adc]4392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.in: Add bspopts.h.
442        * include/.cvsignore: Add bspopts.h*, stamp-h*.
443        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
444        * include/bsp.h: Include bspopts.h.
445
[6f21328]4462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
447
448        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
449
[da8d470]4502000-12-14      Joel Sherrill <joel@OARcorp.com>
451
452        * network/network.c: Removed unused variable warnings.
453
[8b868a11]4542000-12-11      Joel Sherrill <joel@OARcorp.com>
455
456        * Makefile.am, configure.in, include/Makefile.am,
457        wrapup/Makefile.am: Updated to reflect addition of network driver
458        by  Franck Julien <FranckJ@cxr.fr>.
459        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
460        network/network.c: New file.
461
[feead226]4622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
465
[a314d3b4]4662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
469
[8262fda]4702000-11-01      Joel Sherrill <joel@OARcorp.com>
471
472        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
473        libcsupport.h moved from libc to lib/include/rtems and
474        now must be referenced as <rtems/XXX.h>.   Header file order
475        was cleaned up while doing this.
476
[e83378d]4772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
480        Switch to GNU canonicalization.
481
[f52111f]4822000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
483
484        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
485
[9f30a08b]4862000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
487
488        * startup/linkcmds: Added lines so DWARF debug information
489        would be available.  Otherwise gdb complains that the offsets
490        for the debug info are incorrect and doesn't load the files.
491
[476b632]4922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
495        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
496        compile.am
497
[e94ad1fe]4982000-08-10      Joel Sherrill <joel@OARcorp.com>
499
500        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.