source: rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 16.3 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-06-24      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add .rela.dyn sections.
8
92006-06-22      Joel Sherrill <joel@OARcorp.com>
10
11        PR 1100/bsps
12        * console/debugputs.c: Remove redundant return.
13
142006-03-08      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Add .gnu.linkonce.b.* section.
17
182006-02-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add sections required by newer gcc versions.
21
222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Remove explicit ampolish3 support (now in
25        RTEMS_BSP_CONFIGURE).
26
272006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Add ampolish3 support.
30        * Makefile.am: Add preinstall.am.
31
322006-01-10      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
35        works.
36
372006-01-10      Joel Sherrill <joel@OARcorp.com>
38
39        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
40
412005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * include/bsp.h: New header guard.
44
452005-01-20      Joel Sherrill <joel@OARcorp.com>
46
47        * bsp_specs: Conditionalize inclusion of crtend/crtn.
48
492005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
52
532005-01-06      Joel Sherrill <joel@OARcorp.com>
54
55        * Makefile.am: Fix typo.
56
572005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Remove build-variant support.
60
612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * configure.ac: Require automake > 1.9.
64
652004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 610/bsps
68        * Makefile.am: Add include/tm27.h, Cosmetics.
69        * include/tm27.h: Final cosmetics.
70
712004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * include/bsp.h: Split out tmtest27 support.
74        * include/tm27.h: New.
75
762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        PR 613/bsps
79        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
80
812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        PR 614/bsps
84        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
85
862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
89        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
90        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
91        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
92        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
93
942004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * clock/ckinit.c, console/console.c, console/debugputs.c,
97        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
98        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
99        using c99 fixed size types.
100
1012004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect changes to bsp.am.
104        Preinstall dist_project_lib*.
105
1062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect changes to bsp.am.
109
1102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
113
1142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Pickup files from ../../sparc/shared instead of
117        ../shared. Reformat.
118
1192004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Cosmetics.
122
1232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Cosmetics.
126
1272004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
130        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
131        timer/Makefile.am, wrapup/Makefile.am.
132        Use automake compilation rules.
133        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
134        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
135        wrapup/Makefile.am: Remove.
136        * configure.ac: Reflect changes above.
137
1382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add PREINSTALL_DIRS.
141
1422004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Reflect changes to libcpu.
145
1462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
149        Add PRE/TMPINSTALL_FILES to CLEANFILES.
150        * startup/Makefile.am: Ditto.
151
1522004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * gnatsupp/Makefile.am: Eliminate VPATH.
155
1562004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/.cvsignore: Remove.
159
1602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: Remove.
163        * Makefile.am: Merge-in start/Makefile.am.
164        * configure.ac: Reflect changes above.
165
1662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Eliminate $(LIB).
169        Use noinst_DATA to trigger building libbsp.a.
170
1712003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Eliminate VPATH.
174
1752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
184        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
185
1862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
189
1902003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * start/Makefile.am: Misc cleanups and fixes.
193        * startup/Makefile.am: Misc cleanups and fixes.
194        * wrapup/Makefile.am: Misc cleanups and fixes.
195
1962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Add dirstamp support to preinstallation.
199        * clock/Makefile.am: Cosmetics.
200        * console/Makefile.am: Cosmetics.
201        * erc32sonic/Makefile.am: Cosmetics.
202        * gnatsupp/Makefile.am: Cosmetics.
203        * start/Makefile.am: Cosmetics.
204        * startup/Makefile.am: Cosmetics.
205        * timer/Makefile.am: Cosmetics.
206        * wrapup/Makefile.am: Cosmetics.
207
2082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * clock/Makefile.am: Remove all-local: $(ARCH).
211        * console/Makefile.am: Remove all-local: $(ARCH).
212        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
213        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
214        * start/Makefile.am: Remove all-local: $(ARCH).
215        * startup/Makefile.am: Remove all-local: $(ARCH).
216        * timer/Makefile.am: Remove all-local: $(ARCH).
217        * wrapup/Makefile.am: Remove all-local: $(ARCH).
218
2192003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Fix preinstallation of include/coverhd.h.
222
2232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Merge-in include/Makefile.am.
226        Reflect changes to bsp.am.
227        * include/Makefile.am: Remove.
228        * configure.ac: Reflect changes above.
229
2302003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * bsp_specs: Remove *lib:.
233
2342003-09-04      Joel Sherrill <joel@OARcorp.com>
235
236        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
237        console/debugputs.c, include/bsp.h, include/coverhd.h,
238        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
239        URL for license changed.
240
2412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Reflect having moved aclocal/.
244
2452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect having moved automake/.
248        * clock/Makefile.am: Reflect having moved automake/.
249        * console/Makefile.am: Reflect having moved automake/.
250        * erc32sonic/Makefile.am: Reflect having moved automake/.
251        * gnatsupp/Makefile.am: Reflect having moved automake/.
252        * include/Makefile.am: Reflect having moved automake/.
253        * start/Makefile.am: Reflect having moved automake/.
254        * startup/Makefile.am: Reflect having moved automake/.
255        * timer/Makefile.am: Reflect having moved automake/.
256        * wrapup/Makefile.am: Reflect having moved automake/.
257
2582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        PR 452/bsps
261        * startup/Makefile.am: Remove USE_INIT_FINI.
262
2632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
266
2672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        PR 445/bsps
270        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
271        Remove cpp, old_cpp (now unused).
272
2732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Remove AC_CONFIG_AUX_DIR.
276
2772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
280
2812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: AC_PREREQ(2.57).
284
2852003-01-20      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/linkcmds*: Add FreeBSD sysctl() sections.
288
2892002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
297        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298
2992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * start/Makefile.am: Use install-data-local to install startfile.
302
3032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306
3072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore: Reformat.
310        Add autom4te*cache.
311        Remove autom4te.cache.
312
3132002-08-21      Joel Sherrill <joel@OARcorp.com>
314
315        * bsp_specs: Added support for -nostdlibs.
316
3172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
321
3222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
331
3322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/Makefile.am: Eliminate PGM.
335        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
336
3372002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
340
3412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
344        Remove $(OBJS) from all-local.
345
3462002-07-01      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/erc32mec.c: New file.
349        * startup/Makefile.am: Reflect above.
350        * include/erc32.h: Converted SCORE_EXTERN to extern.
351        * tools/runtest.in: Lengthened timeout on test runs.
352
3532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
356
3572001-05-09      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds: In support of gcc 3.1, added one of more
360        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
361        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
362        and direction of segments to memory regions may also have been
363        addressed.  This was a sweep across all BSPs.
364 
3652001-04-26      Joel Sherrill <joel@OARcorp.com>
366
367        * include/bsp.h: Change SIS to ERC32_BSP.
368 
3692002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
372        Remove BSPOPTS_*(FPU_REVB).
373        * wrapup/Makefile.am: Remove tbr.
374
3752002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
378        Add BSPOPTS_*(FPU_REVB).
379        * wrapup/Makefile.am: Add tbr.
380
3812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac:
384        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
385        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
386        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
396
3972001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
400        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
401        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
402        * include/bsp.h: include bspopts.h.
403
4042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
407
4082001-11-08      Jiri Gaisler <jiri@gaisler.com>
409
410        This fix is in response to test results reported by Jerry Needell
411        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
412        * include/bsp.h: TM27 was not running properly because the ERC32
413        and LEON cannot nest interrupts at the same level.  The BSP test support
414        had to be modified to support using two different interrupt sources.
415
4162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
419        * configure.in: Remove.
420        * configure.ac: New file, generated from configure.in by autoupdate.
421
4222001-09-27      Joel Sherrill <joel@OARcorp.com>
423
424        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
425
4262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
429
4302001-08-16      Joel Sherrill <joel@OARcorp.com>
431
432        * tools/runtest.in: Recognize debug variant of monitor test.
433
4342001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.in: Add bspopts.h.
437        * include/.cvsignore: Add bspopts.h*, stamp-h*.
438        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
439        * include/bsp.h: Include bspopts.h.
440
4412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
442
443        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
444
4452000-04-23      Jiri Gaisler <jiri@gaisler.com>
446
447        * console/debugputs.c: Switched to unsigned characters.
448
4492000-12-06      Joel Sherrill <joel@OARcorp.com>
450
451        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
452
4532000-11-30      Joel Sherrill <joel@OARcorp.com>
454
455        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
456
4572000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
458
459        * erc32sonic/erc32sonic.c: Minor modifications which enable
460        network interface to come up and work for some time before
461        getting an error in the SONIC driver.  The error is a bit random,
462        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
463        available ram (and traps) while sometimes there is a panic due
464        to RBAE/RXEN.
465
4662000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Cleanup.
469
4702000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
471
472        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
473        up .o's instead of .rel's from libcpu.
474
4752000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
476
477        * Makefile.am, configure.in, gnatsupp/Makefile.am,
478        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
479        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
480        wrapup/Makefile.am:
481        * erc32sonic: New directory.
482        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
483        erc32sonic/.cvsignore: New files.
484        * include/erc32.h: New file.
485        * startup/boardinit.S: New file.
486        Big update of SPARC support for ERC32 and LEON.
487        Added support for ERC32 without floating point.
488        Added SONIC support as configured on Tharsys ERC32 board.
489        The bsp's share various code in the shared directory:
490           gnat-support, start-up code, etc.
491        To decrease the foot-print, I removed the 16 kbyte start-up
492        stack that was put in .bss and never reused once the system
493        was up. The stack is now put between the heap and the
494        workspace. To reclaim it, the user can do a rtems_region_extend
495        to merge the stack to the heap region once the system is up.
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        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
515        Switch to GNU canonicalization.
516
5172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
520        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
521        wrapup/Makefile.am: Include compile.am
522
5232000-08-10      Joel Sherrill <joel@OARcorp.com>
524
525        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.