source: rtems/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @ adf81e9

4.104.115
Last change on this file since adf81e9 was adf81e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 06:19:21

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • clock/clock.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 16.8 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate *_SOURCES.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
18        components.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Remove noinst_PROGRAMS (Unused).
23
242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * configure.ac: Make letting boot_card() handle work area allocation
27        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
28        BSP_BOOTCARD_OPTIONS.
29
302008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, console/debugio.c: Split out bspstart contents. Use
33        shared stub for bsp_start.
34        * startup/bsppretaskinghook.c: New file.
35        * startup/bspstart.c: Removed.
36
372008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * include/bsp.h: Remove unnecessary boilerplate comments.
40
412008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.am, startup/linkcmds: Use top level shared
44        bsp_get_work_area() implementation.
45        * startup/bspgetworkarea.c: Removed.
46
472008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * clock/clock.c, startup/bspstart.c, startup/linkcmds: Add use of
50        bsp_get_work_area() in its own file and rely on BSP Framework to
51        perform more initialization.
52        * startup/bspgetworkarea.c: New file.
53
542008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
57        phase, all prototypes were removed from bsp.h and empty
58        implementations were removed and made to use the shared stub.
59
602008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * timer/timer.c: Convert to "bool".
63
642008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * timer/timer.c: Eliminate empty function from every benchmark timer
67        driver. Fix spelling.
68
692008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * timer/timer.c: Rename timer driver methods to follow RTEMS
72        programming conventions.
73
742008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
77        Framework to ask the BSP where it has memory for the RTEMS Workspace
78        and C Program Heap. These collectively are referred to as work area.
79        If the BSP supports this, then it does not have to include code to
80        split the available memory between the two areas. This reduces the
81        amount of code in the BSP specific bspstart.c file. Additionally, the
82        shared framework can initialize the C Library, call
83        rtems_debug_enable(), and dirty the work area memory. Until most/all
84        BSPs support this new capability, if the BSP supports this, it should
85        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
86        When the transition is complete, this autoconf macro can be removed.
87
882008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am: Rework to avoid .rel files.
91
922008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/bspstart.c: Refactored and renamed initialization routines to
95        rtems_initialize_data_structures, rtems_initialize_before_drivers,
96        rtems_initialize_device_drivers, and
97        rtems_initialize_start_multitasking. This opened the sequence up so
98        that bootcard() could provide a more robust and flexible framework
99        which is easier to explain and understand. This also lays the
100        groundwork for sharing the division of available memory between the
101        RTEMS workspace and heap and the C library initialization across all
102        BSPs.
103
1042007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
107        the Configuration Table. Use the RTEMS provided accessor macros to
108        obtain configuration fields.
109
1102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
113        from CPU Table to Configuration Table. Eliminate CPU Table from all
114        ports. Delete references to CPU Table in all forms.
115
1162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
119        Table fields to the Configuration Table. This included
120        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
121        do_zero_of_workspace, extra_mpci_receive_server_stack,
122        stack_allocate_hook, and stack_free_hook. As a side-effect of this
123        effort some multiprocessing code was made conditional and some style
124        clean up occurred.
125
1262007-05-11      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * clock/clock.c: include <tic4x/c4xio.h>.
129
1302007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * bsp_specs: Remove qrtems_debug.
133
1342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: New BUG-REPORT address.
137
1382006-11-15      Joel Sherrill <joel@OARcorp.com>
139
140        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
141        file and simplified initialization.
142
1432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Remove superfluous -DASM.
146
1472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: Require autoconf-2.60. Require automake-1.10.
150
1512006-05-31      Joel Sherrill <joel@OARcorp.com>
152
153        * clock/clock.c: Switch to using shared clock driver shell.
154
1552006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Add preinstall.am.
158
1592005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * include/bsp.h: New header guard.
162
1632005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
166        instead of <rtems/tic4x/c4xio.h>.
167
1682005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
171
1722005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Remove build-variant support.
175
1762004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * configure.ac: Require automake > 1.9.
179
1802004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        PR 610/bsps
183        * Makefile.am: Add include/tm27.h, Cosmetics.
184        * include/tm27.h: Final cosmetics.
185
1862004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * include/bsp.h: Split out tmtest27 support.
189        * include/tm27.h: New.
190
1912004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        PR 613/bsps
194        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
195
1962004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        PR 614/bsps
199        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
200
2012004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * clock/clock.c, include/bsp.h, timer/timer.c: Include
204        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
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        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
215        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-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Reflect changes to bsp.am.
229
2302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
233
2342004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Pickup files from ../../c4x/shared instead of
237        ../shared. Reformat.
238
2392004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
242        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
243        wrapup/Makefile.am.
244        Use automake compilation rules.
245        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
246        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
247        Remove.
248        * configure.ac: Reflect changes above.
249
2502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
253        Add RTEMS_PROG_CCAS.
254
2552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add PREINSTALL_DIRS.
258
2592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
262        Add PRE/TMPINSTALL_FILES to CLEANFILES.
263        * start/Makefile.am: Ditto.
264        * startup/Makefile.am: Ditto.
265
2662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Eliminate $(LIB).
269        Use noinst_DATA to trigger building libbsp.a.
270
2712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
274        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
275
2762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
279        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
280
2812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
284
2852003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Misc cleanups and fixes.
288        * startup/Makefile.am: Misc cleanups and fixes.
289        * wrapup/Makefile.am: Misc cleanups and fixes.
290
2912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Add preinstallation dirstamp support.
294        * clock/Makefile.am: Cosmetics.
295        * console/Makefile.am: Cosmetics.
296        * startup/Makefile.am: Cosmetics.
297        * timer/Makefile.am: Cosmetics.
298        * wrapup/Makefile.am: Cosmetics.
299
3002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * clock/Makefile.am: Remove all-local: $(ARCH).
303        * console/Makefile.am: Remove all-local: $(ARCH).
304        * start/Makefile.am: Remove all-local: $(ARCH).
305        * startup/Makefile.am: Remove all-local: $(ARCH).
306        * timer/Makefile.am: Remove all-local: $(ARCH).
307        * wrapup/Makefile.am: Remove all-local: $(ARCH).
308
3092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Merge-in include/Makefile.am.
312        Reflect changes to bsp.am.
313        * include/Makefile.am: Remove.
314        * configure.ac: Reflect changes above.
315
3162003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * bsp_specs: Remove *lib:.
319
3202003-09-04      Joel Sherrill <joel@OARcorp.com>
321
322        * clock/clock.c, console/console.c, console/consolereserveresources.c,
323        console/debugio.c, include/bsp.h, startup/bspstart.c,
324        startup/spurious.c, timer/timer.c: URL for license changed.
325
3262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved aclocal/.
329
3302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Reflect having moved automake/.
333        * clock/Makefile.am: Reflect having moved automake/.
334        * console/Makefile.am: Reflect having moved automake/.
335        * include/Makefile.am: Reflect having moved automake/.
336        * start/Makefile.am: Reflect having moved automake/.
337        * startup/Makefile.am: Reflect having moved automake/.
338        * timer/Makefile.am: Reflect having moved automake/.
339        * wrapup/Makefile.am: Reflect having moved automake/.
340
3412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        PR 452/bsps
344        * startup/Makefile.am: Remove USE_INIT_FINI.
345
3462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
349
3502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        PR 445/bsps
353        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
354        Remove cpp, old_cpp (now unused).
355
3562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Remove AC_CONFIG_AUX_DIR.
359
3602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
363
3642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: AC_PREREQ(2.57).
367
3682003-01-20      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
371
3722002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
379
3802002-12-13      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-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
399        changes.
400
4012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * .cvsignore: Reformat.
404        Add autom4te*cache.
405        Remove autom4te.cache.
406
4072002-09-14      Joel Sherrill <joel@OARcorp.com>
408
409        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
410        c4x variant should use c4x_set_iie().
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-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * start/Makefile.am: Eliminate PGM.
428        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
429
4302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
433
4342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
437        Remove $(OBJS) from all-local.
438
4392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
442
4432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac:
446        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
447        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
448        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
456
4572002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
460        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
461
4622001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
465        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
466
4672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
470
4712001-10-12      Joel Sherrill <joel@OARcorp.com>
472
473        * console/console.c: Fixed typo.
4742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
477        * configure.in: Remove.
478        * configure.ac: New file, generated from configure.in by autoupdate.
479
4802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * include/Makefile.am: Use 'CLEANFILES ='.
483        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
484
4852001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.in: Add bspopts.h, fix PACKAGE.
488        * include/.cvsignore: Add bspopts.h*, stamp-h*.
489        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
490        * include/bsp.h: Include bspopts.h.
491
4922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
493
494        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
495
4962000-12-06      Joel Sherrill <joel@OARcorp.com>
497
498        * console/consolereserveresources.c: Removed code NOT file (YET).
499
5002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
503
5042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
507
5082000-11-01      Joel Sherrill <joel@OARcorp.com>
509
510        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
511        and libcsupport.h moved from libc to lib/include/rtems and
512        now must be referenced as <rtems/XXX.h>.   Header file order
513        was cleaned up while doing this.
514
5152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
518        Switch to GNU canonicalization.
519
5202000-09-22      Joel Sherrill <joel@OARcorp.com>
521
522        * startup/linkcmds: Use default object format to avoid name
523        changes in object format due to tool version changes.
524
5252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
528        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
529        Include compile.am
530
5312000-08-10      Joel Sherrill <joel@OARcorp.com>
532
533        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.