source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ 820d1ab0

4.104.115
Last change on this file since 820d1ab0 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 17.0 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
112008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/linkcmds: Do not specify architecture since the linker gets
14        it right even with multiple variants.
15
162008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am, preinstall.am: Use shared tm27.h stub.
19        * include/tm27.h: Removed.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
24        of building libbspstart.a, using automake-rules.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate *_SOURCES.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
33        components.
34
352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove noinst_PROGRAMS (Unused).
38
392008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
42
432008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * console/console-io.c: Add missing file and remove junk code.
46        * console/syscalls.S: New file.
47
482008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * startup/linkcmds: Simulator now appears to have 16M RAM support by
51        default in gdb 6.8.
52
532008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, console/console-io.c, include/bsp.h:
56
572008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * configure.ac: Make letting boot_card() handle work area allocation
60        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
61        BSP_BOOTCARD_OPTIONS.
62
632008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am: Split out bspstart contents. Use shared stub for
66        bsp_start.
67        * startup/h8bdinstallirq.c: New file.
68        * startup/bspstart.c: Removed.
69
702008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * include/bsp.h: Remove unnecessary boilerplate comments.
73
742008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, startup/linkcmds: Use top level shared
77        bsp_get_work_area() implementation.
78        * startup/bspgetworkarea.c: Removed.
79
802008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * startup/bspstart.c: Remove unnecessary includes of
83        rtems/libcsupport.h and rtems/libio.h.
84
852008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
88        Split out bsp_get_work_area() into its own file and user BSP
89        Framework to perform more initialization.
90        * startup/bspgetworkarea.c: New file.
91
922008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
95        phase, all prototypes were removed from bsp.h and empty
96        implementations were removed and made to use the shared stub.
97
982008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * startup/__main.c: Add missing prototypes.
101
1022008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
105        Framework to ask the BSP where it has memory for the RTEMS Workspace
106        and C Program Heap. These collectively are referred to as work area.
107        If the BSP supports this, then it does not have to include code to
108        split the available memory between the two areas. This reduces the
109        amount of code in the BSP specific bspstart.c file. Additionally, the
110        shared framework can initialize the C Library, call
111        rtems_debug_enable(), and dirty the work area memory. Until most/all
112        BSPs support this new capability, if the BSP supports this, it should
113        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
114        When the transition is complete, this autoconf macro can be removed.
115
1162008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am: Rework to avoid .rel files.
119
1202008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/bspstart.c: Refactored and renamed initialization routines to
123        rtems_initialize_data_structures, rtems_initialize_before_drivers,
124        rtems_initialize_device_drivers, and
125        rtems_initialize_start_multitasking. This opened the sequence up so
126        that bootcard() could provide a more robust and flexible framework
127        which is easier to explain and understand. This also lays the
128        groundwork for sharing the division of available memory between the
129        RTEMS workspace and heap and the C library initialization across all
130        BSPs.
131
1322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
135        Configuration Table. Use the RTEMS provided accessor macros to obtain
136        configuration fields.
137
1382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
141        Configuration Table. Eliminate CPU Table from all ports. Delete
142        references to CPU Table in all forms.
143
1442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
147        Table fields to the Configuration Table. This included
148        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
149        do_zero_of_workspace, extra_mpci_receive_server_stack,
150        stack_allocate_hook, and stack_free_hook. As a side-effect of this
151        effort some multiprocessing code was made conditional and some style
152        clean up occurred.
153
1542007-05-03      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds: Handle .data.* sections
157
1582007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * bsp_specs: Remove qrtems_debug.
161
1622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * configure.ac: New BUG-REPORT address.
165
1662006-11-15      Joel Sherrill <joel@OARcorp.com>
167
168        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
169        file and simplified initialization.
170
1712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Remove superfluous -DASM.
174
1752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * configure.ac: Require autoconf-2.60. Require automake-1.10.
178
1792006-02-08      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: Add sections required by newer gcc versions.
182
1832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Add preinstall.am.
186
1872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * include/bsp.h: New header guard.
190
1912005-05-11      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: Add .rodata.* sections.
194
1952005-03-07      Joel Sherrill <joel@OARcorp.com>
196
197        * Makefile.am: Add timerstub so more tests link.
198
1992005-03-07      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
202
2032005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
206
2072005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Remove build-variant support.
210
2112004-09-29      Joel Sherrill <joel@OARcorp.com>
212
213        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
214        removed.
215
2162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        * configure.ac: Require automake > 1.9.
219
2202004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
221
222        PR 610/bsps
223        * Makefile.am: Add include/tm27.h, Cosmetics.
224        * include/tm27.h: Final cosmetics.
225
2262004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * include/bsp.h: Split out tmtest27 support.
229        * include/tm27.h: New.
230
2312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
232
233        PR 613/bsps
234        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
235
2362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        PR 614/bsps
239        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
240
2412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
244        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
245        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
246
2472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
250        types.
251
2522004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Reflect changes to bsp.am.
255        Preinstall dist_project_lib*.
256
2572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect changes to bsp.am.
260
2612004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
264
2652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
268        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
269        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
270        startup/Makefile.am, wrapup/Makefile.am: Remove.
271        Use automake compilation rules.
272        * configure.ac: Reflect changes above.
273
2742004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Add PREINSTALL_DIRS.
277
2782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
281        Add PRE/TMPINSTALL_FILES to CLEANFILES.
282        * startup/Makefile.am: Ditto.
283
2842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Eliminate $(LIB).
287        Use noinst_DATA to trigger building libbsp.a.
288
2892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
292        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293
2942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
297        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
298
2992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
302
3032003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * clock/Makefile.am: Misc cleanups and fixes.
306        * start/Makefile.am: Misc cleanups and fixes.
307        * startup/Makefile.am: Misc cleanups and fixes.
308        * wrapup/Makefile.am: Misc cleanups and fixes.
309
3102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Add dirstamps to preinstallation.
313        * clock/Makefile.am: Cosmetics.
314        * console/Makefile.am: Cosmetics.
315        * startup/Makefile.am: Cosmetics.
316        * wrapup/Makefile.am: Cosmetics.
317
3182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Remove all-local: $(ARCH).
321        * console/Makefile.am: Remove all-local: $(ARCH).
322        * start/Makefile.am: Remove all-local: $(ARCH).
323        * startup/Makefile.am: Remove all-local: $(ARCH).
324        * wrapup/Makefile.am: Remove all-local: $(ARCH).
325
3262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Merge-in include/Makefile.am.
329        Reflect changes to bsp.am.
330        * include/Makefile.am: Remove.
331        * configure.ac: Reflect changes above.
332
3332003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * bsp_specs: Remove *lib:.
336
3372003-09-04      Joel Sherrill <joel@OARcorp.com>
338
339        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
340        license changed.
341
3422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved aclocal/.
345
3462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect having moved automake/.
349        * clock/Makefile.am: Reflect having moved automake/.
350        * console/Makefile.am: Reflect having moved automake/.
351        * include/Makefile.am: Reflect having moved automake/.
352        * start/Makefile.am: Reflect having moved automake/.
353        * startup/Makefile.am: Reflect having moved automake/.
354        * wrapup/Makefile.am: Reflect having moved automake/.
355
3562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
359
3602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        PR 445/bsps
363        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
364        Remove cpp, old_cpp (now unused).
365
3662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove AC_CONFIG_AUX_DIR.
369
3702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
373
3742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: AC_PREREQ(2.57).
377
3782003-01-20      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
381
3822002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388
3892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * start/Makefile.am: Use install-data-local to install startfile.
392
3932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396
3972002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
400        a routine to call.
401
4022002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * startup/bspstart.c: Remove ramStart to eliminate warning.
405
4062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * .cvsignore: Reformat.
409        Add autom4te*cache.
410        Remove autom4te.cache.
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        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
423
4242002-08-05      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
427        to avoid overlapping sections and reworked the way the heap and
428        workspace are calculated.
429
4302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * start/Makefile.am: Eliminate PGM.
433        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
434
4352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
438
4392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
442        Remove $(OBJS) from all-local.
443
4442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Add $(LIB) to all-local.
447
4482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
451
4522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac:
455        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
456        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
457        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
464
4652002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
468
4692001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
472        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
473
4742001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
477        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
478
4792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
482
4832001-10-12      Joel Sherrill <joel@OARcorp.com>
484
485        * console/console-io.c: Fixed typo.
486
4872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
490        * configure.in: Remove.
491        * configure.ac: New file, generated from configure.in by autoupdate.
492
4932001-09-27      Joel Sherrill <joel@OARcorp.com>
494
495        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
496
4972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * include/Makefile.am: Use 'CLEANFILES ='.
500        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
501
5022001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: Add bspopts.h.
505        * include/.cvsignore: Add bspopts.h*, stamp-h*.
506        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
507        * include/bsp.h: Include bspopts.h.
508
5092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
510
511        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
512
5132001-01-03      Joel Sherrill <joel@OARcorp.com>
514
515        * console/console-io.c: Added console_initialize_hardware().
516
5172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
520
5212000-11-09      Joel Sherrill <joel@OARcorp.com>
522
523        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
524        wrapup/Makefile.am: Added include of stub clock driver so ticker
525        would link.
526
5272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
530
5312000-11-01      Joel Sherrill <joel@OARcorp.com>
532
533        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
534        libcsupport.h moved from libc to lib/include/rtems and
535        now must be referenced as <rtems/XXX.h>.   Header file order
536        was cleaned up while doing this.
537
5382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
541        Switch to GNU canonicalization.
542
5432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
546        wrapup/Makefile.am: Include compile.am
547
5482000-08-10      Joel Sherrill <joel@OARcorp.com>
549
550        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.