source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 07ce99e

4.104.115
Last change on this file since 07ce99e was 07ce99e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 22:16:25

2008-09-16 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 17.1 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds: Use top level shared
4        bsp_get_work_area() implementation.
5
62008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am, clock/ckinit.c, startup/bspstart.c, startup/linkcmds:
9        Add use of bsp_get_work_area() in its own file and rely on BSP
10        Framework to perform more initialization. Remove unnecessary includes
11        of rtems/libio.h and rtems/libcsupport.h.
12
132008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
16        phase, all prototypes were removed from bsp.h and empty
17        implementations were removed and made to use the shared stub.
18
192008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * clock/ckinit.c: The Shared Memory Driver no longer requires the
22        special IOCTL in Clock_control. This was a hack which has existed
23        since before the Classic API Timer Manager was implemented. All
24        implementations of and references to Clock_control were removed.
25
262008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * console/console.c, timer/timer.c: Convert to "bool".
29
302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Eliminate empty function from every benchmark timer
33        driver. Fix spelling.
34
352008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * timer/timer.c: Rename timer driver methods to follow RTEMS
38        programming conventions.
39
402008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
43
442008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
47        bootcard.c BSP Initialization Framework to ask the BSP where it has
48        memory for the RTEMS Workspace and C Program Heap. These collectively
49        are referred to as work area. If the BSP supports this, then it does
50        not have to include code to split the available memory between the
51        two areas. This reduces the amount of code in the BSP specific
52        bspstart.c file. Additionally, the shared framework can dirty the
53        work area memory. Until most/all BSPs support this new capability, if
54        the BSP supports this, it should call
55        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
56        the transition is complete, this autoconf macro can be removed.
57
582008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am: Rework to avoid .rel files.
61
622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * startup/bspstart.c: Refactored and renamed initialization routines to
65        rtems_initialize_data_structures, rtems_initialize_before_drivers,
66        rtems_initialize_device_drivers, and
67        rtems_initialize_start_multitasking. This opened the sequence up so
68        that bootcard() could provide a more robust and flexible framework
69        which is easier to explain and understand. This also lays the
70        groundwork for sharing the division of available memory between the
71        RTEMS workspace and heap and the C library initialization across all
72        BSPs.
73
742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/linkcmds: Add wildcard to gcc_except_table section so
77        programs compiled with gcc 4.3.x can link.
78
792007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
82        of the Configuration Table. Use the RTEMS provided accessor macros to
83        obtain configuration fields.
84
852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
88        from CPU Table to Configuration Table. Eliminate CPU Table from all
89        ports. Delete references to CPU Table in all forms.
90
912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
94        Table fields to the Configuration Table. This included
95        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
96        do_zero_of_workspace, extra_mpci_receive_server_stack,
97        stack_allocate_hook, and stack_free_hook. As a side-effect of this
98        effort some multiprocessing code was made conditional and some style
99        clean up occurred.
100
1012007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
104        m68k CPU Table since it is never read.
105
1062007-05-03      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Handle .data.* sections
109
1102007-05-01      Joel Sherrill <joel@OARcorp.com>
111
112        * Makefile.am: Minor rework to shrink minimum size to <48K.
113
1142007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * bsp_specs: Remove qrtems_debug.
117
1182007-04-02      Joel Sherrill <joel@OARcorp.com>
119
120        * Makefile.am: Add dummy printk support so all tests link.
121
1222006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * configure.ac: New BUG-REPORT address.
125
1262006-11-15      Joel Sherrill <joel@OARcorp.com>
127
128        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
129        file and simplified initialization.
130
1312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Remove superfluous -DASM.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * configure.ac: Require autoconf-2.60. Require automake-1.10.
138
1392006-02-08      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Add sections required by newer gcc versions.
142
1432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Add preinstall.am.
146
1472005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * include/bsp.h: New header guard.
150
1512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
154
1552005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Remove build-variant support.
158
1592004-11-25      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
162
1632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * configure.ac: Require automake > 1.9.
166
1672004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        PR 610/bsps
170        * Makefile.am: Add include/tm27.h, Cosmetics.
171        * include/tm27.h: Final cosmetics.
172
1732004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        * include/bsp.h: Split out tmtest27 support.
176        * include/tm27.h: New.
177
1782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        PR 613/bsps
181        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
182
1832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        PR 614/bsps
186        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
187
1882004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
191        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
192        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
193
1942004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
197
1982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
201        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
202        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
203        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
204
2052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
208        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
209        c99 fixed size types.
210
2112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214        Preinstall dist_project_lib*.
215
2162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect changes to bsp.am.
219
2202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
223
2242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Pickup files from ../../m68k/shared instead of
227        ../shared. Reformat.
228
2292004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
232        Remove AM_CONDITIONAL(HAS_MP).
233
2342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
237
2382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
241        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
242        wrapup/Makefile.am.
243        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
244        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
245        Remove.
246        * configure.ac: Reflect changes above.
247
2482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Add PREINSTALL_DIRS.
251        * wrapup/Makefile.am: Reflect changes to libcpu.
252
2532004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Reflect changes to libcpu.
256
2572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
260        Add PRE/TMPINSTALL_FILES to CLEANFILES.
261        * startup/Makefile.am: Ditto.
262
2632004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * start/.cvsignore: Remove.
266        * start/Makefile.am: Remove.
267        * Makefile.am: Merge-in start/Makefile.am.
268        * configure.ac: Reflect changes above.
269
2702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Eliminate $(LIB).
273        Use noinst_DATA to trigger building libbsp.a.
274
2752003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Remove GENERIC_FILES.
278
2792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
282        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
283
2842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
287        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
288
2892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
292
2932003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Misc cleanups and fixes.
296        * startup/Makefile.am: Misc cleanups and fixes.
297        * wrapup/Makefile.am: Misc cleanups and fixes.
298
2992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Add preinstallation dirstamp support.
302        * clock/Makefile.am: Cosmetics.
303        * console/Makefile.am: Cosmetics.
304        * shmsupp/Makefile.am: Cosmetics.
305        * startup/Makefile.am: Cosmetics.
306        * timer/Makefile.am: Cosmetics.
307        * wrapup/Makefile.am: Cosmetics.
308
3092003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * clock/Makefile.am: Remove all-local: $(ARCH).
312        * console/Makefile.am: Remove all-local: $(ARCH).
313        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
314        * start/Makefile.am: Remove all-local: $(ARCH).
315        * startup/Makefile.am: Remove all-local: $(ARCH).
316        * timer/Makefile.am: Remove all-local: $(ARCH).
317        * wrapup/Makefile.am: Remove all-local: $(ARCH).
318
3192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Merge-in include/Makefile.am.
322        Reflect changes to bsp.am.
323        * include/Makefile.am: Remove.
324        * configure.ac: Reflect changes above.
325
3262003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * bsp_specs: Remove *lib:.
329
3302003-09-04      Joel Sherrill <joel@OARcorp.com>
331
332        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
333        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
334        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
335        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
336        changed.
337
3382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Reflect having moved aclocal/.
341
3422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved automake/.
345        * clock/Makefile.am: Reflect having moved automake/.
346        * console/Makefile.am: Reflect having moved automake/.
347        * include/Makefile.am: Reflect having moved automake/.
348        * shmsupp/Makefile.am: Reflect having moved automake/.
349        * start/Makefile.am: Reflect having moved automake/.
350        * startup/Makefile.am: Reflect having moved automake/.
351        * timer/Makefile.am: Reflect having moved automake/.
352        * wrapup/Makefile.am: Reflect having moved automake/.
353
3542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        PR 452/bsps
357        * startup/Makefile.am: Remove USE_INIT_FINI.
358
3592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
362
3632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        PR 445/bsps
366        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
367        Remove cpp, old_cpp (now unused).
368
3692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove AC_CONFIG_AUX_DIR.
372
3732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
376
3772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: AC_PREREQ(2.57).
380
3812003-01-20      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/linkcmds*: Add FreeBSD sysctl() sections.
384
3852002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393
3942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * start/Makefile.am: Use install-data-local to install startfile.
397
3982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401
4022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Reformat.
405        Add autom4te*cache.
406        Remove autom4te.cache.
407
4082002-08-21      Joel Sherrill <joel@OARcorp.com>
409
410        * bsp_specs: Added support for -nostdlibs.
411
4122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
421
4222002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * start/Makefile.am: Eliminate PGM.
425        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
426
4272002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
430
4312002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
434        Remove $(OBJS) from all-local.
435
4362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
439
4402001-05-09      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/linkcmds: In support of gcc 3.1, added one of more
443        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
444        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
445        and direction of segments to memory regions may also have been
446        addressed.  This was a sweep across all BSPs.
447 
4482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac:
451        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
452        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
453        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
462
4632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
466
4672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
470        * configure.in: Remove.
471        * configure.ac: New file, generated from configure.in by autoupdate.
472
4732001-09-27      Joel Sherrill <joel@OARcorp.com>
474
475        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
476
4772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
480
4812001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
484        happy.
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
4972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
500
5012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
504
5052000-11-01      Joel Sherrill <joel@OARcorp.com>
506
507        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
508        and libcsupport.h moved from libc to lib/include/rtems and
509        now must be referenced as <rtems/XXX.h>.   Header file order
510        was cleaned up while doing this.
511
5122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
515        Switch to GNU canonicalization.
516
5172000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
518
519        * startup/linkcmds: Added lines so DWARF debug information
520        would be available.  Otherwise gdb complains that the offsets
521        for the debug info are incorrect and doesn't load the files.
522
5232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
526        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
527        wrapup/Makefile.am: Include compile.am
528
5292000-08-10      Joel Sherrill <joel@OARcorp.com>
530
531        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.