source: rtems/cpukit/score/cpu/m68k/ChangeLog @ 6162bc2

4.104.115
Last change on this file since 6162bc2 was 6162bc2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/11/08 at 14:10:16

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

  • rtems/score/types.h: Do not define boolean, single_precision, double_precision unless RTEMS_DEPRECATED_TYPES is given.
  • Property mode set to 100644
File size: 17.0 KB
Line 
12008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Do not define boolean, single_precision,
4        double_precision unless RTEMS_DEPRECATED_TYPES is given.
5
62008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
9
102008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * rtems/score/types.h: Include stdbool.h.
13        Use bool as base-type for boolean.
14
152008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * rtems/score/cpu.h: Fix type when initializing FP context.
18
192008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * cpu.c, rtems/score/cpu.h: Add extern for bfffo table and rename it to
22        indicate that it is specific to this architecture.
23
242008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * rtems/score/cpu.h: Correct prototype of Idle threads.
27
282008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * rtems/m68k/m68360.h: added port b pin definitions for SPI
31
322008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * rtems/score/m68k.h: There is no point in defining the maximum
35        priorities to 255. priority.h will default it to this.
36
372008-06-10      Chris Johns <chrisj@rtems.org>
38
39        * cpu_asm.S: Add Coldfire FPU support.
40        * rtems/score/m68k.h: Change the Coldfire CPU defines to be based
41        on the instruction set. Add Tiny RTEMS support to the small memory
42        model RTEMS processors.
43        * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
44
452008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
48        parameter to indicate that the port uses the Simple Vectored
49        Interrupt model or the Programmable Interrupt Controller Model. The
50        PIC model is implemented primarily in the BSP and it is responsible
51        for all memory allocation.
52
532008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * cpu_asm.S: Spacing and comment alignment.
56
572007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
60
612007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * rtems/m68k/m68302.h, rtems/m68k/m68360.h: Sweep to make sure grep for
64        COPYRIGHT passes.
65
662007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
69        Table to Configuration Table. Eliminate CPU Table from all ports.
70        Delete references to CPU Table in all forms.
71
722007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
75        the Configuration Table. This included pretasking_hook,
76        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
77        extra_mpci_receive_server_stack, stack_allocate_hook, and
78        stack_free_hook. As a side-effect of this effort some multiprocessing
79        code was made conditional and some style clean up occurred.
80
812007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the
84        m68k CPU Table since it is never read.
85
862007-08-04      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * rtems/score/m68k.h: Add stubs for mcf5307, mcf5407, mcfv4e.
89
902007-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h:
93        Replace M68K_COLDFIRE_ARCH with __mcoldfire__.
94
952007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
98
992007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * cpu.c, rtems/score/cpu.h:
102          Use Context_Control_fp* instead of void* for fp_contexts.
103
1042006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * rtems/score/types.h: Remove unsigned64, signed64.
107
1082006-06-19 Till Straumann <strauman@slac.stanford.edu>
109
110        PR 1091/patch
111        * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
112        bits are used when calculating the exception vector.
113
1142006-02-28      Eric Norum <norume@aps.anl.gov>
115
116        PR 904/patch
117        * rtems/score/m68k.h: Just "cc" in the clobbered register list for
118        interrupt enable/disable/flash operations.  The "memory" barrier will
119        move the the generic interrupt enable/disable/flash macros.
120
1212006-02-24      Eric Norum <norume@aps.anl.gov>
122
123        PR 904/patch
124        * rtems/score/m68k.h: Add "memory" to the clobbered register list for
125        interrupt enable/disable/flash operations.  This is necessary to prevent
126        the compiler from hoisting/sinking other operations past the interrupt
127        enable/disable/flash operations.
128
1292006-01-16      Joel Sherrill <joel@OARcorp.com>
130
131        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
132        As a side-effect, grammar and spelling errors were corrected, spacing
133        errors were address, and some variable names were improved.
134
1352005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
138
1392005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * rtems/asm.h: Remove private version of CONCAT macros.
142        Include <rtems/concat.h> instead.
143
1442005-06-07      Brett Swimley <brett.swimley@aedbozeman.com>
145
146        PR 803/patch
147        * rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
148
1492005-05-20      Chris Johns <chrisj@rtems.org>
150
151        * rtems/score/cpu.h, rtems/score/m68k.h: Change declaration of _VBR.
152
1532005-05-04      Joel Sherrill <joel@OARcorp.com>
154
155        * rtems/score/m68k.h: Change _ColdFire_VBR to _VBR.
156
1572005-05-03      Joel Sherrill <joel@OARcorp.com>
158
159        * rtems/score/cpu.h: Change definition of _VBR to a simple pointer.
160        * rtems/score/m68k.h: Remove use of _Coldfire_VBR.
161
1622005-05-03      Joel Sherrill <joel@OARcorp.com>
163
164        * cpu.c: Remove warning.
165
1662005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Split out preinstallation rules.
169        * preinstall.am: New (Split out from Makefile.am).
170
1712005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
174        rtems/m68k/sim.h, rtems/score/m68k.h: Header guards cleanup.
175
1762005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        PR 754/rtems
179        * rtems/asm.h: New (relocated from .).
180        * asm.h: Remove (moved to rtems/asm.h).
181        * Makefile.am: Reflect changes above.
182
1832005-01-31      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        PR rtems/752
186        * rtems/m68k/m68302.h, rtems/m68k/m68360.h, rtems/m68k/qsm.h,
187        rtems/m68k/sim.h: New (relocated from .).
188        * m68302.h, m68360.h, qsm.h, sim.h: Remove.
189        * Makefile.am: Reflect changes above.
190
1912005-01-28      Eric Norum <norume@aps.anl.gov>
192
193        * rtems/score/cpu.h, rtems/score/m68k.h: ColdFire ISA A+ instructions
194
1952004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
196
197        * asm.h, rtems/score/cpu.h, rtems/score/m68k.h, rtems/score/types.h:
198        New header guards.
199
2002005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * rtems/score/types.h: Remove signed8, signed16, signed32,
203        unsigned8, unsigned16, unsigned32.
204
2052005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * rtems/score/m68k.h: *_swap_u32( uint32_t ).
208
2092005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * rtems/score/m68k.h: *_swap_u16( uint16_t ).
212
2132005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * rtems/score/types.h: #include <rtems/stdint.h>.
216
2172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
220
2212005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Remove build-variant support.
224
2252004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
228        guard.
229
2302004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * asm.h: Add doxygen preamble.
233
2342004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
237        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
238
2392004-11-02      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * rtems/score/cpu.h: Add doxygen preamble.
242        * rtems/score/m68k.h: Add doxygen preamble.
243        * rtems/score/types.h: Add doxygen preamble.
244
2452004-07-25      Joel Sherrill <joel@OARcorp.com>
246
247        * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
248        endian swapping routines.
249
2502004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
253        * Makefile.am: Don't include multilib.am.
254        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
255
2562004-04-03      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * Makefile.am: Install m68302.h m68360.h qsm.h sim.h
259        to $(includedir)/rtems/m68k.
260
2612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * Makefile.am: Install asm.h to $(includedir)/rtems.
264
2652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
268
2692004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
272        using c99 fixed size types.
273
2742004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * configure.ac: RTEMS_TOP([../../../..]).
277
2782004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        PR 561/rtems
281        * asm.h: Add CONCAT0, EVAL. Let SYM and REG use CONCAT0 and EVAL.
282
2832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Move RTEMS_TOP one subdir down.
286
2872004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Add PREINSTALL_DIRS.
290
2912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
294        Add PREINSTALL_FILES to CLEANFILES.
295
2962004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Requires automake >= 1.8.1.
299
3002004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Include compile.am, again.
303
3042004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Convert to using automake compilation rules.
307
3082004-01-07      Joel Sherrill <joel@OARcorp.com>
309
310        * qsm.h, sim.h: Remove efi68k and efi332 references as they are no
311        longer in the tree.
312
3132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
316
3172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
320
3212003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Remove TMPINSTALL_FILES.
324
3252003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Add $(dirstamp) to preinstallation rules.
328
3292003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Don't use gmake rules for preinstallation.
332
3332003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Remove RTEMS_CANONICAL_HOST.
336
3372003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Remove RTEMS_CHECK_CPU.
340
3412003-09-04      Joel Sherrill <joel@OARcorp.com>
342
343        * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
344        rtems/score/types.h: URL for license changed.
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-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Remove AC_CONFIG_AUX_DIR.
353
3542003-02-06      Ilya Alexeev <ilya@continuum.ru>
355
356        * m68360.h: Correct the order of fields in the ethernet structure
357        to account for the typo in MC68360UM (page 7-248).
358
3592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
362        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
363
3642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Fix package name.
367
3682002-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * cpu.c: Removed warnings.
371
3722002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
375
3762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Reformat.
379        Add autom4te*cache.
380        Remove autom4te.cache.
381
3822002-08-26      Eric Norum <eric.norum@usask.ca>
383
384        * cpu_asm.S: More PR267 tinkering which eliminates some conditional
385        compilation.
386
3872002-08-14      Brett Swimley <brett.swimley@aedinc.net>
388
389        * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying
390        _ISR_Nest_level, and _Watchdog_Insert() requires this variable
391        to be modified to determine if an interrupt may have modified
392        the watchdog chain.  Prior to modifying _ISR_Handler(), I had
393        a test that would fail if _ISR_Flash was not commented out in
394        _Watchdog_Insert().  After this modification was made, my test
395        ran flawlessly.
396
3972002-08-05      Joel Sherrill <joel@OARcorp.com>
398
399        * Per PR260 eliminate use of make-target-options.  This impacted
400        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
401        SuperCore and required that the m68k optimized memcpy be moved
402        to libcpu.
403        * memcpy.c: Moved to libcpu.
404        * Makefile.am: Modified to reflect above.
405
4062002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
409
4102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Use .$(OBJEXT) instead of .o.
413
4142002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: RTEMS_TOP(../../../..).
417
4182002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * rtems.S: Remove.
421        * Makefile.am: Reflect changes above.
422
4232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: Remove RTEMS_PROJECT_ROOT.
426
4272002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Add RTEMS_PROG_CCAS
430
4312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
434        Add AC_PROG_RANLIB.
435
4362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
439        Use ../../../aclocal.
440
4412002-05-28      Chris Johns <ccj@acm.org>
442
443        * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
444        since it is now multilib'ed.
445
4462001-04-03      Joel Sherrill <joel@OARcorp.com>
447
448        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
449        * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for
450        name change.
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        * Makefile.am: Remove AUTOMAKE_OPTIONS.
458
4592002-03-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * rtems/score/m68k.h: m68k_swap_u32 fix typo.
462
4632002-03-06      Victor V. Vengerov <vvv@oktet.ru>
464
465        * rtems/score/m68k.h [M68K_COLDFIRE_ARCH] (CPU_swap_u16, CPU_swap_u32):
466        Generic implementation of endian swap primitives added for Coldfire
467        family.
468
4692002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * rtems/Makefile.am: Removed.
472        * rtems/score/Makefile.am: Removed.
473        * configure.ac: Reflect changes above.
474        * Makefile.am: Reflect changes above.
475
4762001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Add multilib support.
479
4802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
483        * configure.in: Remove.
484        * configure.ac: New file, generated from configure.in by autoupdate.
485
4862001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
489        * Makefile.am: Use 'PREINSTALL_FILES ='.
490
4912001-08-09      Chris Johns <ccj@acm.org>
492
493        * cpu_asm.S: This patch was co-developed with Eric Norum
494        <eric.norum@usask.ca>.  It closes a one instruction window
495        on some m68k CPU cores.  It fixes symptoms seen as:
496            1) No more `interrupt handler invoked twice for
497               a single interrupt'.
498            2) No more `lockup when mc68360 CPM and PIT interrupts
499               are at different levels'.
500        It does insert a little more overhead on machines without hardware
501        interrupt stacks but correctness has a price.
502
5032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Makefile.am, rtems/score/Makefile.am:
506        Apply include_*HEADERS instead of H_FILES.
507
5082001-01-03      Joel Sherrill <joel@OARcorp.com>
509
510        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
511        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
512        now that it is dynamically allocated.
513
5142000-12-19      Joel Sherrill <joel@OARcorp.com>
515
516        * cpu.c: Do not read or write raw interrupt vector table if
517        we are on a CPU that does not have a %vbr register and the
518        BSP is configured as having the table in ROM.
519
5202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
523
5242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
527
5282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
531        Switch to GNU canonicalization.
532
5332000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
534
535        * rtems/score/cpu.h: define CPU_Exception_frame for rdbg.
536        * m68302.h: Make buffer pointer in m302_SCC_bd volatile.
537
5382000-10-12      John S Gwynne <jgwynne@mrcday.com>
539
540        * sim.h: These changes enable RTEMS to automatically generate
541        the ram_init file used by gdb with the BDM patches. The 332 has
542        on-board chip select lines (for RAM and FLASH) that must be
543        configured before use of these peripherals. These patches parse
544        data from start.c where the chip select lines are configured in
545        the runtime executable and automatically generates the gdb
546        initialization file using the same settings. A great time saver.
547        A similar file, ram_init_FW (flash writable), is also generated
548        that the flash programming tool uses.
549        * BSP/start/start.c: Must be modified to support above.
550        * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files.
551
5522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Include compile.am.
555
5562000-08-10      Joel Sherrill <joel@OARcorp.com>
557
558        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.