source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 05adba6

4.104.115
Last change on this file since 05adba6 was 05adba6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:06

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

  • Makefile.am, include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • startup/bspclean.c: Removed.
  • Property mode set to 100644
File size: 17.0 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
4        implementations. In this phase, all prototypes were removed from
5        bsp.h and empty implementations were removed and made to use the
6        shared stub.
7        * startup/bspclean.c: Removed.
8
92008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * clock/ckinit.c: The Shared Memory Driver no longer requires the
12        special IOCTL in Clock_control. This was a hack which has existed
13        since before the Classic API Timer Manager was implemented. All
14        implementations of and references to Clock_control were removed.
15
162008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * timer/timer.c: Convert to "bool".
19
202008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
23        empty function from every benchmark timer driver. Fix spelling.
24
252008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
28        driver methods to follow RTEMS programming conventions.
29
302008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * timer/timer.c: Add missing prototypes.
33
342008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * console/console.c, include/m340uart.h: Use new shared
37        termios_baud_to_number() routine.
38
392008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * console/m340uart.c: Eliminate copies of switches to convert termios
42        Bxxx constants to xxx as an integer. Use the shared
43        termios_baud_to_number() routine to do the same conversion.
44
452008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile.am: Rework to avoid .rel files.
48
492008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/bspstart.c: Refactored and renamed initialization routines to
52        rtems_initialize_data_structures, rtems_initialize_before_drivers,
53        rtems_initialize_device_drivers, and
54        rtems_initialize_start_multitasking. This opened the sequence up so
55        that bootcard() could provide a more robust and flexible framework
56        which is easier to explain and understand. This also lays the
57        groundwork for sharing the division of available memory between the
58        RTEMS workspace and heap and the C library initialization across all
59        BSPs.
60
612008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/linkcmds: Add wildcard to gcc_except_table section so
64        programs compiled with gcc 4.3.x can link.
65
662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
69        of the Configuration Table. Use the RTEMS provided accessor macros to
70        obtain configuration fields.
71
722007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
75        from CPU Table to Configuration Table. Eliminate CPU Table from all
76        ports. Delete references to CPU Table in all forms.
77
782007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
81        Table fields to the Configuration Table. This included
82        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
83        do_zero_of_workspace, extra_mpci_receive_server_stack,
84        stack_allocate_hook, and stack_free_hook. As a side-effect of this
85        effort some multiprocessing code was made conditional and some style
86        clean up occurred.
87
882007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
91        m68k CPU Table since it is never read.
92
932007-05-03      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Handle .data.* sections
96
972007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * bsp_specs: Remove qrtems_debug.
100
1012007-04-02      Joel Sherrill <joel@OARcorp.com>
102
103        * Makefile.am: Add dummy printk support so all tests link.
104
1052007-03-11      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/bspstart.c: Remove assignments of
108        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
109        value in boot_card.c
110
1112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: New BUG-REPORT address.
114
1152006-11-15      Joel Sherrill <joel@OARcorp.com>
116
117        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
118        file and simplified initialization.
119
1202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove superfluous -DASM.
123
1242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Require autoconf-2.60. Require automake-1.10.
127
1282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * include/m68349.inc, start/start.S, startup/dumpanic.c:
131        Convert to utf-8.
132
1332006-02-08      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: Add sections required by newer gcc versions.
136
1372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Add preinstall.am.
140
1412005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * include/bsp.h: New header guard.
144
1452005-02-11      Joel Sherrill <joel@OARcorp.com>
146
147        * include/bsp.h: Correct type of symbols from linkcmds to compile with
148        gcc 4.x.
149
1502005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
153
1542005-01-04      Joel Sherrill <joel@OARcorp.com>
155
156        * console/console.c: Remove warnings.
157
1582005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Remove build-variant support.
161
1622004-11-25      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
165
1662004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * configure.ac: Require automake > 1.9.
169
1702004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        PR 610/bsps
173        * Makefile.am: Add include/tm27.h, Cosmetics.
174        * include/tm27.h: Final cosmetics.
175
1762004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * include/bsp.h: Split out tmtest27 support.
179        * include/tm27.h: New.
180
1812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        PR 613/bsps
184        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
185
1862004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        PR 614/bsps
189        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
190
1912004-04-19      Joel Sherrill <joel@OARcorp.com>
192
193        * start/start.S: DWARF on the m68k requires that all objects me a
194        multiple of a 16-bit word in length.
195
1962004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
199        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
200
2012004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
204        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
205        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
206        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
207
2082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
211        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
212        size types.
213
2142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect changes to bsp.am.
217        Preinstall dist_project_lib*.
218
2192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Reflect changes to bsp.am.
222
2232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
226
2272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Pickup files from ../../m68k/shared instead of
230        ../shared. Reformat.
231
2322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
235
2362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Distribute start/startfor340only.S.
239
2402004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
243        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
244        compilation rules.
245        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
246        timer/Makefile.am, wrapup/Makefile.am: Remove.
247        * configure.ac: Reflect changes above.
248
2492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Add PREINSTALL_DIRS.
252        * wrapup/Makefile.am: Reflect changes to libcpu.
253
2542004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
257        * README: Fix minor typo.
258        * wrapup/Makefile.am: Reflect changes to libcpu.
259
2602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
263        Add PRE/TMPINSTALL_FILES to CLEANFILES.
264        * startup/Makefile.am: Ditto.
265
2662004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * start/Makefile.am: Remove.
269        * Makefile.am: Merge-in start/Makefile.am.
270        * configure.ac: Reflect changes above.
271
2722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Eliminate $(LIB).
275        Use noinst_DATA to trigger building libbsp.a.
276
2772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
280        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
281
2822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
285        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286
2872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
290
2912003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * start/Makefile.am: Misc cleanups and fixes.
294        * startup/Makefile.am: Misc cleanups and fixes.
295        * wrapup/Makefile.am: Misc cleanups and fixes.
296
2972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Add preinstallation dirstamp support.
300        * clock/Makefile.am: Cosmetics.
301        * console/Makefile.am: Cosmetics.
302        * startup/Makefile.am: Cosmetics.
303        * timer/Makefile.am: Cosmetics.
304        * wrapup/Makefile.am: Cosmetics.
305
3062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * clock/Makefile.am: Remove all-local: $(ARCH).
309        * console/Makefile.am: Remove all-local: $(ARCH).
310        * start/Makefile.am: Remove all-local: $(ARCH).
311        * startup/Makefile.am: Remove all-local: $(ARCH).
312        * timer/Makefile.am: Remove all-local: $(ARCH).
313        * wrapup/Makefile.am: Remove all-local: $(ARCH).
314
3152003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Merge-in include/Makefile.am.
318        Reflect changes to bsp.am.
319        * include/Makefile.am: Remove.
320        * configure.ac: Reflect changes above.
321
3222003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * bsp_specs: Remove *lib:.
325
3262003-09-04      Joel Sherrill <joel@OARcorp.com>
327
328        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
329        console/m340uart.c, include/bsp.h, include/m340timer.h,
330        include/m340uart.h, start/start.S, start/startfor340only.S,
331        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
332        timer/timer.c: URL for license changed.
333
3342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Reflect having moved aclocal/.
337
3382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Reflect having moved automake/.
341        * clock/Makefile.am: Reflect having moved automake/.
342        * console/Makefile.am: Reflect having moved automake/.
343        * include/Makefile.am: Reflect having moved automake/.
344        * start/Makefile.am: Reflect having moved automake/.
345        * startup/Makefile.am: Reflect having moved automake/.
346        * timer/Makefile.am: Reflect having moved automake/.
347        * wrapup/Makefile.am: Reflect having moved automake/.
348
3492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        PR 452/bsps
352        * startup/Makefile.am: Remove USE_INIT_FINI.
353
3542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
357
3582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        PR 445/bsps
361        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
362        Remove cpp, old_cpp (now unused).
363
3642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Remove AC_CONFIG_AUX_DIR.
367
3682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
371
3722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: AC_PREREQ(2.57).
375
3762003-01-20      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/linkcmds*: Add FreeBSD sysctl() sections.
379
3802002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
383        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387
3882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * start/Makefile.am: Use install-data-local to install startfile.
391
3922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395
3962002-11-04      Joel Sherrill <joel@OARcorp.com>
397
398        * console/console.c, console/m340uart.c: Removed warnings.
399
4002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * .cvsignore: Reformat.
403        Add autom4te*cache.
404        Remove autom4te.cache.
405
4062002-08-21      Joel Sherrill <joel@OARcorp.com>
407
408        * wrapup/Makefile.am: PR217 required that the idle task be moved to
409        libcpu so it could be more acutely aware of the CPU model.  This
410        file was modified to pick up the idle task from there.
411
4122002-08-21      Joel Sherrill <joel@OARcorp.com>
413
414        * bsp_specs: Added support for -nostdlibs.
415
4162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
424
4252002-08-05      Joel Sherrill <joel@OARcorp.com>
426
427        * Per PR260 eliminate use of make-target-options.  This impacted
428        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
429        SuperCore and required that the m68k optimized memcpy be moved
430        to libcpu.
431        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
432
4332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * start/Makefile.am: Eliminate PGM.
436        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
437
4382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
441
4422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
445        Remove $(OBJS) from all-local.
446
4472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
450
4512001-05-09      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/linkcmds: In support of gcc 3.1, added one of more
454        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
455        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
456        and direction of segments to memory regions may also have been
457        addressed.  This was a sweep across all BSPs.
458 
4592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac:
462        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
463        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
464        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * include/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      Joel Sherrill <joel@OARcorp.com>
484
485        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
486
4872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
490
4912001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * include/Makefile.am: Fix typo in include_HEADERS.
494
4952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.in: Add bspopts.h.
498        * include/.cvsignore: Add bspopts.h*, stamp-h*.
499        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
500        * include/bsp.h: Include bspopts.h.
501
5022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
505
5062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
509
5102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
513
5142000-11-01      Joel Sherrill <joel@OARcorp.com>
515
516        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
517        and libcsupport.h moved from libc to lib/include/rtems and
518        now must be referenced as <rtems/XXX.h>.   Header file order
519        was cleaned up while doing this.
520
5212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
524        Switch to GNU canonicalization.
525
5262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
527
528        * startup/linkcmds: Added lines so DWARF debug information
529        would be available.  Otherwise gdb complains that the offsets
530        for the debug info are incorrect and doesn't load the files.
531
5322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
535        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
536        compile.am
537
5382000-08-10      Joel Sherrill <joel@OARcorp.com>
539
540        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.