source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 764ed05b

4.115
Last change on this file since 764ed05b was 764ed05b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:37:53

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • shmsupp/lock.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 16.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shmsupp/lock.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * make/custom/mvme147s.cfg: Remove RTEMS_BSP_FAMILY.
13
142009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/mvme147s.cfg: New (relocated from /make/custom).
17
182009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
21
22 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
25        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
26        have the same options.
27
282008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * bsp_specs: Move -e start from *link to *startfile to avoid warning
31        for undefined entry symbol when linking relocatables with binutils
32        2.19.
33
342008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
37        of building libbspstart.a, using automake-rules.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate *_SOURCES.
42
432008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
46        components.
47
482008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
51
522008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Make letting boot_card() handle work area allocation
55        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
56        BSP_BOOTCARD_OPTIONS.
57
582008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * include/bsp.h: Remove unnecessary boilerplate comments.
61
622008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, startup/linkcmds: Use top level shared
65        bsp_get_work_area() implementation.
66
672008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
70        use of bsp_get_work_area() in its own file and rely on BSP Framework
71        to perform more initialization. Remove unnecessary includes of
72        rtems/libio.h and rtems/libcsupport.h.
73
742008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
77        phase, all prototypes were removed from bsp.h and empty
78        implementations were removed and made to use the shared stub.
79
802008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * Makefile.am: Rework to avoid .rel files.
83
842008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * startup/bspstart.c: Refactored and renamed initialization routines to
87        rtems_initialize_data_structures, rtems_initialize_before_drivers,
88        rtems_initialize_device_drivers, and
89        rtems_initialize_start_multitasking. This opened the sequence up so
90        that bootcard() could provide a more robust and flexible framework
91        which is easier to explain and understand. This also lays the
92        groundwork for sharing the division of available memory between the
93        RTEMS workspace and heap and the C library initialization across all
94        BSPs.
95
962008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/linkcmds: Add wildcard to gcc_except_table section so
99        programs compiled with gcc 4.3.x can link.
100
1012007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
104        Configuration Table. Use the RTEMS provided accessor macros to obtain
105        configuration fields.
106
1072007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
110        from CPU Table to Configuration Table. Eliminate CPU Table from all
111        ports. Delete references to CPU Table in all forms.
112
1132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
116        Table fields to the Configuration Table. This included
117        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
118        do_zero_of_workspace, extra_mpci_receive_server_stack,
119        stack_allocate_hook, and stack_free_hook. As a side-effect of this
120        effort some multiprocessing code was made conditional and some style
121        clean up occurred.
122
1232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
126        m68k CPU Table since it is never read.
127
1282007-05-03      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: Handle .data.* sections
131
1322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * bsp_specs: Remove qrtems_debug.
135
1362007-04-02      Joel Sherrill <joel@OARcorp.com>
137
138        * Makefile.am: Add dummy printk support so all tests link.
139
1402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * configure.ac: New BUG-REPORT address.
143
1442006-11-15      Joel Sherrill <joel@OARcorp.com>
145
146        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
147        file and simplified initialization.
148
1492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Remove superfluous -DASM.
152
1532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Require autoconf-2.60. Require automake-1.10.
156
1572006-02-08      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/linkcmds: Add sections required by newer gcc versions.
160
1612006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Add preinstall.am.
164
1652005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * include/bsp.h: New header guard.
168
1692005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
172
1732005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Remove build-variant support.
176
1772004-11-25      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
180
1812004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * configure.ac: Require automake > 1.9.
184
1852004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        PR 610/bsps
188        * Makefile.am: Add include/tm27.h, Cosmetics.
189        * include/tm27.h: Final cosmetics.
190
1912004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * include/bsp.h: Split out tmtest27 support.
194        * include/tm27.h: New.
195
1962004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        PR 613/bsps
199        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
200
2012004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        PR 614/bsps
204        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
205
2062004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
209        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
210        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
211
2122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
215        startup/bspstart.c: Convert to using c99 fixed size types.
216
2172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect changes to bsp.am.
220        Preinstall dist_project_lib*.
221
2222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect changes to bsp.am.
225
2262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
229
2302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Pickup files from ../../m68k/shared instead of
233        ../shared. Reformat.
234
2352004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
238        Remove AM_CONDITIONAL(HAS_MP).
239
2402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
243
2442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
247        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
248        wrapup/Makefile.am.
249        Use automake compilation rules.
250        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
251        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
252        Remove.
253        * configure.ac: Reflect changes above.
254
2552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add PREINSTALL_DIRS.
258        * wrapup/Makefile.am: Reflect changes to libcpu.
259
2602004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Reflect changes to libcpu.
263
2642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/.cvsignore: Remove.
267        * start/Makefile.am: Remove.
268        * Makefile.am: Merge-in start/Makefile.am.
269        * configure.ac: Reflect changes above.
270
2712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
274        Add PRE/TMPINSTALL_FILES to CLEANFILES.
275        * start/Makefile.am: Ditto.
276        * startup/Makefile.am: Ditto.
277
2782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Eliminate $(LIB).
281        Use noinst_DATA to trigger building libbsp.a.
282
2832003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Remove GENERIC_FILES.
286
2872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
290        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
291
2922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
295        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
296
2972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
300
3012003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Misc cleanups and fixes.
304        * startup/Makefile.am: Misc cleanups and fixes.
305        * wrapup/Makefile.am: Misc cleanups and fixes.
306
3072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Add preinstallation dirstamp support.
310        * clock/Makefile.am: Cosmetics.
311        * console/Makefile.am: Cosmetics.
312        * shmsupp/Makefile.am: Cosmetics.
313        * startup/Makefile.am: Cosmetics.
314        * timer/Makefile.am: Cosmetics.
315        * wrapup/Makefile.am: Cosmetics.
316
3172003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * clock/Makefile.am: Remove all-local: $(ARCH).
320        * console/Makefile.am: Remove all-local: $(ARCH).
321        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
322        * start/Makefile.am: Remove all-local: $(ARCH).
323        * startup/Makefile.am: Remove all-local: $(ARCH).
324        * timer/Makefile.am: Remove all-local: $(ARCH).
325        * wrapup/Makefile.am: Remove all-local: $(ARCH).
326
3272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Merge-in include/Makefile.am.
330        Reflect changes to bsp.am.
331        * include/Makefile.am: Remove.
332        * configure.ac: Reflect changes above.
333
3342003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * bsp_specs: Remove *lib:.
337
3382003-09-04      Joel Sherrill <joel@OARcorp.com>
339
340        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
341        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
342        startup/bspstart.c, startup/linkcmds: URL for license changed.
343
3442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Reflect having moved aclocal/.
347
3482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Reflect having moved automake/.
351        * clock/Makefile.am: Reflect having moved automake/.
352        * console/Makefile.am: Reflect having moved automake/.
353        * include/Makefile.am: Reflect having moved automake/.
354        * shmsupp/Makefile.am: Reflect having moved automake/.
355        * start/Makefile.am: Reflect having moved automake/.
356        * startup/Makefile.am: Reflect having moved automake/.
357        * timer/Makefile.am: Reflect having moved automake/.
358        * wrapup/Makefile.am: Reflect having moved automake/.
359
3602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        PR 452/bsps
363        * startup/Makefile.am: Remove USE_INIT_FINI.
364
3652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
368
3692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        PR 445/bsps
372        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
373        Remove cpp, old_cpp (now unused).
374
3752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Remove AC_CONFIG_AUX_DIR.
378
3792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
382
3832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: AC_PREREQ(2.57).
386
3872003-01-20      Joel Sherrill <joel@OARcorp.com>
388
389        * startup/linkcmds*: Add FreeBSD sysctl() sections.
390
3912002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399
4002002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * start/Makefile.am: Use install-data-local to install startfile.
403
4042002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
407
4082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411
4122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * .cvsignore: Reformat.
415        Add autom4te*cache.
416        Remove autom4te.cache.
417
4182002-08-21      Joel Sherrill <joel@OARcorp.com>
419
420        * bsp_specs: Added support for -nostdlibs.
421
4222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
431
4322002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * start/Makefile.am: Eliminate PGM.
435        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
436
4372002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
440
4412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
444        Remove $(OBJS) from all-local.
445
4462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
449
4502001-05-09      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/linkcmds: In support of gcc 3.1, added one of more
453        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
454        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
455        and direction of segments to memory regions may also have been
456        addressed.  This was a sweep across all BSPs.
457 
4582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:
461        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
462        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
463        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
472
4732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
476
4772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
480        * configure.in: Remove.
481        * configure.ac: New file, generated from configure.in by autoupdate.
482
4832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
486
4872001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
490        happy.
491
4922001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.in: Add bspopts.h.
495        * include/.cvsignore: Add bspopts.h*, stamp-h*.
496        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
497        * include/bsp.h: Include bspopts.h.
498
4992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
500
501        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
502
5032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
506
5072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
510
5112000-11-01      Joel Sherrill <joel@OARcorp.com>
512
513        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
514        and libcsupport.h moved from libc to lib/include/rtems and
515        now must be referenced as <rtems/XXX.h>.   Header file order
516        was cleaned up while doing this.
517
5182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
521        Switch to GNU canonicalization.
522
5232000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
524
525        * startup/linkcmds: Added lines so DWARF debug information
526        would be available.  Otherwise gdb complains that the offsets
527        for the debug info are incorrect and doesn't load the files.
528
5292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
532        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
533        wrapup/Makefile.am: Include compile.am
534
5352000-08-10      Joel Sherrill <joel@OARcorp.com>
536
537        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.