source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 5c9be63

4.104.114.95
Last change on this file since 5c9be63 was 5c9be63, checked in by Joel Sherrill <joel.sherrill@…>, on 06/20/08 at 14:58:59

2008-06-20 Matthew Riek <matthew.riek@…>

  • Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU support.
  • mcf532x/include/mcf532x.h: New file.
  • Property mode set to 100644
File size: 16.0 KB
Line 
12008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
2
3        * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU
4        support.
5        * mcf532x/include/mcf532x.h: New file.
6
72008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
8
9        * mcf52235/include/mcf52235.h: Removed. Moved to the more generic
10        mcf5223x.h.
11        * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h.
12        * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235
13        to mcf5223x.
14
152008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
16
17        * mcf52235/include/mcf52235.h: New.
18        * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
19
202007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of
23        the Configuration Table. Use the RTEMS provided accessor macros to
24        obtain configuration fields.
25
262007-11-22      Chris Johns <chrisj@rtems.org>
27
28        * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
29       
302007-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am: Now use the m68k memcpy and memset recently added to
33        newlib instead of our own.
34        * shared/misc/memcpy.c: Removed.
35
362007-03-12      Joel Sherrill <joel@OARcorp.com>
37
38        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
39        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL
40        and/or fix mistake in copyright notice. Both of these mistakes appear
41        to be from code submitted after these changes were made previously.
42
432006-12-14      Till Straumann <strauman@slac.stanford.edu>
44
45        * m68k/mcf5282/include/mcf5282.h: added __may_alias__
46        attribute to low-level scalar type definitions and
47        removed intermediate (void*) cast.
48
492006-12-14      Till Straumann <strauman@slac.stanford.edu>
50
51        * m68k/mcf5282/include/mcf5282.h: fixed wrong value
52        of MCF5282_QSPI_QDLYR_SPE.
53
542006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: New BUG-REPORT address.
57
582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * configure.ac: Require autoconf-2.60. Require automake-1.10.
61
622006-09-11      Chris Johns <chrisj@rtems.org>
63
64        * m68k/mcf5282/include/mcf5282.h: Remove extra CRLF.
65       
662006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Use RTEMS_AMPOLISH3.
69
702005-07-27      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Fix broken patch to mcf5235.
73
742005-07-08      Joel Sherrill <joel@OARcorp.com>
75
76        * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
77
782005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
79
80        * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
81        mcf5235 support.
82        * mcf5235/include/mcf5235.h: New file.
83
842005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
85
86        * Makefile.am, configure.ac, preinstall.am: Addition of mcf5235
87        support.
88
892005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Merge-in mcf5282/Makefile.am.
92        * preinstall.am: Regenerate.
93        * mcf5282/Makefile.am: Remove.
94        * configure.ac: Remove mcf5282/Makefile.
95
962005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Merge-in mcf5272/Makefile.am.
99        * preinstall.am: Regenerate.
100        * mcf5272/Makefile.am: Remove.
101        * configure.ac: Remove mcf5272/Makefile.
102
1032005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Merge-in mcf5206/Makefile.am.
106        * preinstall.am: Regenerate.
107        * mcf5206/Makefile.am: Remove.
108        * configure.ac: Remove mcf5206/Makefile.
109
1102005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Merge-in m68040/Makefile.am.
113        * m68040/Makefile.am: Remove.
114        * configure.ac: Remove m68040/Makefile.
115
1162005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Merge-in shared/Makefile.am.
119        * preinstall.am: New.
120        * shared/Makefile.am: Remove.
121        * configure.ac: Remove shared/Makefile.
122        Add AMPOLISH3.
123
1242005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * mcf5282/include/Makefile.am: Remove (unused).
127
1282005-04-26      Joel Sherrill <joel@OARcorp.com>
129
130        * mcf5206/include/mcfuart.h: Reformatted.
131
1322005-02153      Eric Norum <norume@aps.anl.gov>
133
134        * shared/cache/cache_.h: Remove development warning.
135
1362005-02-03      Eric Norum <norume@aps.anl.gov>
137
138        * shared/misc/memProbe.c: Memory probe support
139
1402005-02-01      Joel Sherrill <joel@OARcorp.com>
141
142        * mcf5282/.cvsignore: New file.
143
1442005-01-28      Eric Norum <norume@aps.anl.gov>
145
146        * shared/cache/cache_.h: Add ColdFire entries
147
1482005-01-28      Eric Norum <norume@aps.anl.gov>
149
150        * Makefile.am, configure.ac, mcf5282/Makefile.am,
151          mcf5282/include/Makefile.am, mcf5282/include/mcf5282.h: New BSP/CPU
152
1532005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
156        shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
157
1582005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
161        shared/Makefile.am: Remove build-variant support.
162
1632005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * ChangeLog: Merge-in mcf5272/ChangeLog.
166        * mcf5272/ChangeLog: Remove.
167
1682004-11-25      Joel Sherrill <joel@OARcorp.com>
169
170        * mcf5272/timer/timerisr.S: Include rtems/asm.h not asm.h
171
1722004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * shared/cache/cache.c, shared/cache/cache_.h: Use
175        (defined(__mc68020__) && !defined(__mcpu32__)) instead of
176        defined(__mc68020__) to reflect GCC-3.4's expectations.
177
1782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h,
181        mcf5272/timer/timer.c: Use POSIX fixed-size types.
182
1832004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * configure.ac: Remove RTEMS_ENABLE_BARE.
186
1872004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * configure.ac: Require automake > 1.9.
190
1912004-08-02      Jay Monkman <jtm@lopingdog.com>
192
193        * Makefile.am, configure.ac: Added CSB360 BSP
194        * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am,
195        mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c,
196        mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h,
197        mcf5272/timer/.cvsignore, mcf5272/timer/timer.c,
198        mcf5272/timer/timerisr.S, mcf5272/.cvsignore, mcf5272/ChangeLog,
199        mcf5272/Makefile.am, mcf5272/clock/.cvsignore,
200        mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore,
201        mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore,
202        mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.
203
2042004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of
207        <asm.h>.
208
2092004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of
212        <asm.h>.
213
2142004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h: Cosmetics.
217
2182004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * m68040/fpsp/rtems_fpsp.c, mcf5206/clock/ckinit.c,
221        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
222        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
223        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c: Convert to using c99
224        fixed size types.
225
2262004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
229
2302004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Index: m68040/Makefile.am, mcf5206/Makefile.am,
233        shared/Makefile.am: Don't include lib.am.
234
2352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * mcf5206/Makefile.am: Rename console.rel to mcfuart.rel.
238
2392004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * ChangeLog: Merge-in mcf5206/ChangeLog.
242        * mcf5206/ChangeLog: Remove.
243
2442004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
247        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
248        * shared/Makefile.am: Use automake compilation rules.
249        * mcf5206/.cvsignore: Reflect changes above.
250        * mcf5206/Makefile.am: Convert to automake compilation rules.
251        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
252        * m68040/fpsp/Makefile.am, mcf5206/configure.ac: Remove.
253        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
254        automake-compilation rules.
255
2562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * shared/Makefile.am, mcf5206/Makefile.am: Re-add dirstamps to
259        PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
260
2612003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
264
2652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate
268        VPATH.
269        * shared/cache/Makefile.am, mcf5206/Makefile.am: Use mkdir_p. Remove
270        dirs from PRE/TMPINSTALL_FILES.
271        * configure.ac, mcf5206/configure.ac: Require automake >= 1.8,
272        autoconf >= 2.59.
273        * configure.ac: Reflect changes above.
274        * shared/cache/Makefile.am, shared/misc/Makefile.am: Remove.
275
2762003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * mcf5206/configure.ac: Cosmetics.
279        * mcf5206/configure.ac: Reflect changes above.
280        * mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
281        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
282        mcf5206/timer/Makefile.am: Remove.
283        * mcf5206/Makefile.am: Merge-in former clock/Makefile.am,
284        console/Makefile.am, include/Makefile.am, mbus/Makefile.am,
285        timer/Makefile.am.
286
2872003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * mcf5206/clock/Makefile.am, mcf5206/mbus/Makefile.am,
290        mcf5206/timer/Makefile.am: Cosmetics.
291
2922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * m68040/fpsp/Makefile.am: Remove all-local,
295        shared/cache/Makefile.am: Remove all-local, shared/misc/Makefile.am:
296        Remove all-local, mcf5206/console/Makefile.am: Remove all-local:
297        $(ARCH).
298
2992003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * m68040/Makefile.am, m68040/fpsp/Makefile.am, shared/Makefile.am,
302        shared/misc/Makefile.am, mcf5206/Makefile.am,
303        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
304        mcf5206/timer/Makefile.am: Reformat.
305        * shared/cache/Makefile.am, mcf5206/include/Makefile.am: Reformat.
306        Use dirstamps for preinstallation.
307
3082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CANONICAL_HOST.
311
3122003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_CPU.
315
3162003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * shared/cache/cache.c (m68030): fix prototype mismatch of
319        _CPU_cache_flush_entire_data.
320
3212003-09-04      Joel Sherrill <joel@OARcorp.com>
322
323        * shared/misc/m68kidle.c, mcf5206/clock/ckinit.c,
324        mcf5206/console/mcfuart.c, mcf5206/include/mcf5206e.h,
325        mcf5206/include/mcfmbus.h, mcf5206/include/mcfuart.h,
326        mcf5206/mbus/mcfmbus.c, mcf5206/timer/timer.c,
327        mcf5206/timer/timerisr.S: URL for license changed.
328
3292003-08-20      Joel Sherrill <joel@OARcorp.com>
330
331        * mcf5206/clock/ckinit.c, mcf5206/console/mcfuart.c,
332        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S: Correct copyright
333        statements.
334
3352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am, mcf5206/Makefile.am: Reflect having moved aclocal/.
338
3392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am, m68040/Makefile.am, m68040/fpsp/Makefile.am,
342        shared/Makefile.am, shared/cache/Makefile.am,
343        shared/misc/Makefile.am, mcf5206/Makefile.am,
344        mcf5206/clock/Makefile.am, mcf5206/console/Makefile.am,
345        mcf5206/include/Makefile.am, mcf5206/mbus/Makefile.am,
346        mcf5206/timer/Makefile.am: Reflect having moved automake/.
347
3482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac, mcf5206/configure.ac: Use rtems-bugs@rtems.com as
351        bug report email address.
352
3532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac, mcf5206/configure.ac: Remove AC_CONFIG_AUX_DIR.
356
3572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac, mcf5206/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
360        * configure.ac, mcf5206/configure.ac: AC_PREREQ(2.57).
361
3622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * mcf5206/clock/Makefile.am: Eliminate *_O_FILES. Don't include
365        @RTEMS_BSP@.cfg.
366        * mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
367        mcf5206/timer/Makefile.am: Likewise.
368
3692003-01-03      Victor V. Vengerov <vvv@oktet.ru>
370
371        * mcf5206/mbus/mcfmbus.c: Per PR323, move the mbus_send command on
372        line 232 to after the state has been set.
373
3742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac, mcf5206/configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
377
3782002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac, mcf5206/configure.ac: Add RTEMS_PROG_CCAS.
381
3822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * .cvsignore, mcf5206/.cvsignore: Reformat. Add autom4te*cache.
385        Remove autom4te.cache.
386
3872002-08-21      Joel Sherrill <joel@OARcorp.com>
388
389        * shared/misc/m68kidle.c: New file.
390        * configure.ac, shared/misc/Makefile.am: PR217 required that the
391        idle task be moved to libcpu so it could be more acutely aware of
392        the CPU model.  This file was modified to pick up the idle task from
393        there.
394
3952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * m68040/fpsp/Makefile.am, mcf5206/clock/Makefile.am,
398        mcf5206/console/Makefile.am, mcf5206/mbus/Makefile.am,
399        mcf5206/timer/Makefile.am, shared/cache/Makefile.am,
400        shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
401
4022002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
405        * configure.ac: Replace mcpu32 by mcpu32p conditional.
406
4072002-08-06      Joel Sherrill <joel@OARcorp.com>
408
409        * configure.ac: Be more specific about looking at CPU32 and CPU32+
410        CPU model names so we can turn on the best compile of memcpy.c.
411
4122002-08-05      Joel Sherrill <joel@OARcorp.com>
413
414        * Per PR260 eliminate use of make-target-options.  This impacted
415        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
416        SuperCore and required that the m68k optimized memcpy be moved to
417        libcpu.
418        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
419        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
420        * configure.ac, shared/Makefile.am: Modified to reflect new
421        directory.
422
4232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * m68040/fpsp/Makefile.am, m68040/Makefile.am, Makefile.am,
426        shared/cache/Makefile.am, shared/Makefile.am,
427        mcf5206/clock/Makefile.am, mcf5206/Makefile.am,
428        mcf5206/console/Makefile.am, mcf5206/include/Makefile.am,
429        mcf5206/mbus/Makefile.am, mcf5206/timer/Makefile.am: Remove
430        AUTOMAKE_OPTIONS.
431        * configure.ac, mcf5206/configure.ac:
432        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
433        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
434
4352002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
438        *_O_FILES.
439        * shared/cache/Makefile.am, shared/misc/Makefile.am: Ditto.
440
4412001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * mcf5206/include/Makefile.am: Fix TMPINSTALL_FILES to make
444        automake-1.5 happy.
445
4462001-10-29      Joel Sherrill <joel@OARcorp.com>
447
448        * mcf5206/.cvsignore: Add more entries.
449
4502001-10-26      Victor V. Vengerov <vvv@oktet.ru>
451
452        * New libcpu support for mcf5206e.
453        * mcf5206/ChangeLog, mcf5206/clock/ckinit.c,
454        mcf5206/clock/.cvsignore, mcf5206/configure.ac,
455        mcf5206/console/mcfuart.c, mcf5206/console/.cvsignore,
456        mcf5206/include/mcf5206e.h, mcf5206/include/mcfmbus.h,
457        mcf5206/include/mcfuart.h, mcf5206/include/.cvsignore,
458        mcf5206/mbus/mcfmbus.c, mcf5206/mbus/.cvsignore,
459        mcf5206/timer/timer.c, mcf5206/timer/timerisr.S,
460        mcf5206/timer/.cvsignore, mcf5206/.cvsignore: New files.
461
4622001-10-26      Joel Sherrill <joel@OARcorp.com>
463
464        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
465
4662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
469        * configure.ac: New file, generated from configure.in by autoupdate.
470        * configure.in: Remove.
471
4722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
475        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
476
4772001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
480        include_*HEADERS instead of H_FILES.
481
4822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
485
4862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
489        $(RTEMS_TOPdir)/aclocal.
490
4912000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
494        GNU canonicalization.
495
4962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
499        compile.am.
500
5012000-08-10      Joel Sherrill <joel@OARcorp.com>
502
503        * ChangeLog: New file.
504
Note: See TracBrowser for help on using the repository browser.