source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 16.7 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/linkcmds: Add wildcard to gcc_except_table section so
20        programs compiled with gcc 4.3.x can link.
21
222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
25        Configuration Table. Use the RTEMS provided accessor macros to obtain
26        configuration fields.
27
282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
31        from CPU Table to Configuration Table. Eliminate CPU Table from all
32        ports. Delete references to CPU Table in all forms.
33
342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
37        Table fields to the Configuration Table. This included
38        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
39        do_zero_of_workspace, extra_mpci_receive_server_stack,
40        stack_allocate_hook, and stack_free_hook. As a side-effect of this
41        effort some multiprocessing code was made conditional and some style
42        clean up occurred.
43
442007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
47        SuperH CPU Table and define another mechanism for drivers to obtain
48        this information.
49
502007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * Makefile.am: Separate debug IO from console so console driver is not
53        linked in all the time. This manaifested itself when the IO manager
54        optional manager stub dropped some symbols.
55
562007-05-03      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Handle .data.* sections
59
602007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * bsp_specs: Remove qrtems_debug.
63
642007-04-02      Joel Sherrill <joel@OARcorp.com>
65
66        * Makefile.am: Add dummy printk support so all tests link.
67
682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: New BUG-REPORT address.
71
722006-11-15      Joel Sherrill <joel@OARcorp.com>
73
74        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
75        file and simplified initialization.
76
772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Remove superfluous -DASM.
80
812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Require autoconf-2.60. Require automake-1.10.
84
852006-06-24      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
88        .rela.dyn sections.
89
902006-03-08      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
93        .gnu.linkonce.b.* section.
94
952006-02-08      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
98        sections required by newer gcc versions.
99
1002006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Add preinstall.am.
103
1042005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * include/bsp.h: New header guard.
107
1082005-05-11      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: Add .rodata.* sections.
111
1122005-05-03      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
115        overflow of _CPU_Interrupt_stack_high calculation.
116
1172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
120
1212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Remove build-variant support.
124
1252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: Require automake > 1.9.
128
1292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        PR 610/bsps
132        * Makefile.am: Add include/tm27.h, Cosmetics.
133        * include/tm27.h: Final cosmetics.
134
1352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * include/bsp.h: Split out tmtest27 support.
138        * include/tm27.h: New.
139
1402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        PR 613/bsps
143        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
144
1452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        PR 614/bsps
148        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
149
1502004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
153
1542004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
157        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
158        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
159
1602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
163        using c99 fixed size types.
164
1652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect changes to bsp.am.
168        Preinstall dist_project_lib*.
169
1702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect changes to bsp.am.
173
1742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
177
1782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Pickup files from ../../sh/shared instead of
181        ../shared. Reformat.
182
1832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
186        startup/Makefile.am, wrapup/Makefile.am.
187        Use automake compilation rules.
188        * console/Makefile.am, scitab/Makefile.am,
189        startup/Makefile.am, wrapup/Makefile.am: Remove.
190        * configure.ac: Reflect changes above.
191
1922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
195        Add RTEMS_PROG_CCAS.
196
1972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Add PREINSTALL_DIRS.
200        * wrapup/Makefile.am: Reflect changes to libcpu.
201
2022004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Reflect changes to libcpu.
205
2062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
209        Add PRE/TMPINSTALL_FILES to CLEANFILES.
210        * startup/Makefile.am: Ditto.
211
2122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * start/Makefile.am: Remove.
215        * Makefile.am: Merge-in start/Makefile.am.
216        * configure.ac: Reflect changes above.
217
2182004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Eliminate $(LIB).
221        Use noinst_DATA to trigger building libbsp.a.
222
2232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
226        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
227
2282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
231        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
232
2332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
236
2372003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Misc cleanups and fixes.
240        * startup/Makefile.am: Misc cleanups and fixes.
241
2422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Add preinstallation dirstamp support.
245        * console/Makefile.am: Cosmetics.
246        * startup/Makefile.am: Cosmetics.
247        * wrapup/Makefile.am: Cosmetics.
248
2492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * console/Makefile.am: Remove all-local: $(ARCH).
252        * scitab/Makefile.am: Remove all-local: $(ARCH).
253        * start/Makefile.am: Remove all-local: $(ARCH).
254        * startup/Makefile.am: Remove all-local: $(ARCH).
255        * wrapup/Makefile.am: Remove all-local: $(ARCH).
256
2572003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Merge-in include/Makefile.am.
260        Reflect changes to bsp.am.
261        * include/Makefile.am: Remove.
262        * configure.ac: Reflect changes above.
263
2642003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * bsp_specs: Remove *lib:.
267
2682003-09-04      Joel Sherrill <joel@OARcorp.com>
269
270        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
271        start/start.ram, start/start.rom, startup/bspclean.c,
272        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
273        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
274
2752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Reflect having moved aclocal/.
278
2792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Reflect having moved automake/.
282        * console/Makefile.am: Reflect having moved automake/.
283        * include/Makefile.am: Reflect having moved automake/.
284        * scitab/Makefile.am: Reflect having moved automake/.
285        * start/Makefile.am: Reflect having moved automake/.
286        * startup/Makefile.am: Reflect having moved automake/.
287        * wrapup/Makefile.am: Reflect having moved automake/.
288
2892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
292
2932003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        PR 445/bsps
296        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
297        Remove cpp, old_cpp (now unused).
298
2992003-06-13      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/linkcmds: Removed warnings.
302
3032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Remove AC_CONFIG_AUX_DIR.
306
3072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
310
3112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: AC_PREREQ(2.57).
314
3152003-01-28      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
318        work around truncated section names.
319
3202003-01-20      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
323        FreeBSD sysctl() sections.
324
3252003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
328
3292003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
335
3362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * start/Makefile.am: Use install-data-local to install startfile.
339
3402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343
3442002-11-07      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/linkcmds: Include all .rodata* sections.
347
3482002-11-01      Joel Sherrill <joel@OARcorp.com>
349
350        * start/start.S, startup/hw_init.c: Removed warnings.
351
3522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * .cvsignore: Reformat.
355        Add autom4te*cache.
356        Remove autom4te.cache.
357
3582002-09-14      Joel Sherrill <joel@OARcorp.com>
359
360        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
361        of all calls to bsp_libc_init() resulted in some cleanup here.
362
3632002-08-21      Joel Sherrill <joel@OARcorp.com>
364
365        * bsp_specs: Added support for -nostdlibs.
366
3672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
370
3712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
376        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
377
3782002-07-25      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
381        to remove problems linking empty main(){} with BSP.
382
3832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * start/Makefile.am: Eliminate PGMS.
386        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
387
3882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
391
3922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
395        Remove $(OBJS) from all-local.
396
3972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
400
4012001-05-09      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/linkcmds: In support of gcc 3.1, added one of more
404        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
405        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
406        and direction of segments to memory regions may also have been
407        addressed.  This was a sweep across all BSPs.
408 
4092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac:
412        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
413        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
414        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
421
4222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
425
4262001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
429        RTEMS_BSPOPTS_*(START_HW_INIT),
430        RTEMS_BSPOPTS_*(STANDALONE_EVB).
431        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
432
4332001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
436
4372001-10-12      Joel Sherrill <joel@OARcorp.com>
438
439        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
440        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
441        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
442
4432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
446        * configure.in: Remove.
447        * configure.ac: New file, generated from configure.in by autoupdate.
448
4492001-09-27      Joel Sherrill <joel@OARcorp.com>
450
451        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
452
4532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
456        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
457
4582001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
461
4622001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
463
464        * include/bsp.h: Disabled redefinition of
465        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
466        * console/config.c: New file. Definitions of externs referenced
467        from libbsp/shared/console.c.
468        * console/Makefile.am: Changed VPATH to point to
469        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
470
4712001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.in: Add bspopts.h.
474        * include/.cvsignore: Add bspopts.h*, stamp-h*.
475        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
476        * include/bsp.h: Include bspopts.h.
477        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
478
4792001-06-19      Joel Sherrill <joel@OARcorp.com>
480
481        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
482        it is called in configure.in instead of HZ.
483
4842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
485
486        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
487        bspopts.h.     
488        * include/.cvsignore: Add stamp-h*, bspopts.h*.
489        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
490        * include/bsp.h: Add bspopts.h.
491        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
492
4932001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * startup/linkcmds: Remove OUTPUT_FORMAT.
496
4972001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
498
499        * README.EVB7045F: New file.
500        * README: Additions and corrections.
501        * include/bsp.h: Switch console to sci0.
502
5032001-01-05      Joel Sherrill <joel@OARcorp.com>
504
505        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
506        the movement of this component to libmisc.
507        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
508
5092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
512
5132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
516
5172000-11-01      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
520        and libcsupport.h moved from libc to lib/include/rtems and
521        now must be referenced as <rtems/XXX.h>.   Header file order
522        was cleaned up while doing this.
523
5242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
527        Switch to GNU canonicalization.
528
5292000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * scitab/Makefile.am: PROJECT_TOPdir.
532
5332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
536        startup/Makefile.am, wrapup/Makefile.am: Include 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.