source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 2c28ea2

4.104.114.84.95
Last change on this file since 2c28ea2 was 2c28ea2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/15/05 at 15:09:38

2005-02-15 Ralf Corsepius <ralf.corsepius@…>

  • rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
  • rtems/powerpc/registers.h (PPC_Get_timebase_register, PPC_Set_timebase_register): Remove.
  • rtems/score/cpu.h (PPC_Get_timebase_register, PPC_Set_timebase_register): New.
  • Property mode set to 100644
File size: 15.8 KB
Line 
12005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/old-exceptions/cpu.h (PPC_Get_timebase_register): Remove.
4        * rtems/powerpc/registers.h (PPC_Get_timebase_register,
5        PPC_Set_timebase_register): Remove.
6        * rtems/score/cpu.h (PPC_Get_timebase_register,
7        PPC_Set_timebase_register): New.
8
92005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/powerpc/registers.h (PPC_Set_decrementer,
12        PPC_Get_decrementer): Remove.
13        * rtems/old-exceptions/cpu.h (PPC_Set_decrementer): Remove.
14        * rtems/score/cpu.h (PPC_Set_decrementer, PPC_Get_decrementer): New.
15
162005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * rtems/old-exceptions/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
19        rtems_bsp_delay_in_bus_cycles): Remove.
20        * rtems/powerpc/registers.h (CPU_Get_timebase_low, rtems_bsp_delay,
21        rtems_bsp_delay_in_bus_cycles): Remove.
22        * rtems/score/cpu.h (CPU_Get_timebase_low, rtems_bsp_delay,
23        rtems_bsp_delay_in_bus_cycles): New.
24
252005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * rtems/new-exceptions/cpu.h
28        (rtems_cpu_configuration_get_clicks_per_usec,
29        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
30        * rtems/old-exceptions/cpu.h
31        (rtems_cpu_configuration_get_clicks_per_usec,
32        rtems_cpu_configuration_get_exceptions_in_ram): Remove.
33        * rtems/score/cpu.h
34        (rtems_cpu_configuration_get_clicks_per_usec,
35        rtems_cpu_configuration_get_exceptions_in_ram): New.
36
372005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/new-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
40        * rtems/old-exceptions/cpu.h (CPU_swap_u32, CPU_swap_u16): Remove.
41        * rtems/score/cpu.h (CPU_swap_u32, CPU_swap_u16): New.
42
432005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * rtems/old-exceptions/cpu.h: Add _CPU_MSG_GET
46        (old/new exception processing ABI compatibility).
47        * rtems/powerpc/registers.h: Use C99 fixed size types.
48
492005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * rtems/score/powerpc.h: Add __ALTIVEC__ support.
52
532005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/score/powerpc.h: Merge ppc603 and ppc603e
56        PPC_IRQ_*/PPC_TLB_* defines.
57
582005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
61
622005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
65
662005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
69
702005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
73
742005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
77
782005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
81
822005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
85
862005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
89
902005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
93
942005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
97        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
98        _disable_mask.
99
1002005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * cpu.c: New (Stub file for consistency with other ports).
103        * Makefile.am: Reflect changes above.
104
1052005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
108        Remove PPC_ABI_POWEROPEN.
109
1102005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
113        Tie PPC_HAS_FPU to _SOFT_FLOAT.
114
1152005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
118        Remove PPC_ABI_GCC27.
119
1202005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
123
1242005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Split out preinstallation rules.
127        * preinstall.am: New (Split out from Makefile.am).
128
1292005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        PR 754/rtems
132        * rtems/asm.h: New (relocated from .).
133        * asm.h: Remove (moved to rtems/asm.h).
134        * Makefile.am: Reflect changes above.
135
1362004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
137
138        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
139        rtems/powerpc/registers.h: New header guards.
140
1412004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
142
143        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
144        rtems/score/ppc.h, rtems/score/types.h: New header guards.
145
1462005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * rtems/score/types.h: Remove signed8, signed16, signed32,
149        unsigned8, unsigned16, unsigned32.
150
1512005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
154        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
155
1562005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * rtems/score/types.h: #include <rtems/stdint.h>.
159
1602004-11-22      Joel Sherrill <joel@OARcorp.com>
161
162        * rtems/old-exceptions/cpu.h: Make compile in assembly.
163
1642004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
167        guard.
168
1692004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * asm.h: Add doxygen preamble.
172
1732004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        * rtems/score/cpu.h: Add doxygen preamble.
176        * rtems/score/powerpc.h: Add doxygen preamble.
177        * rtems/score/ppc.h: Add doxygen preamble.
178        * rtems/score/types.h: Add doxygen preamble.
179
1802004-10-20      Eric Norum <norume@aps.anl.gov>
181
182        Add Kate Feng's MVME5500 BSP
183        * rtems/powerpc/registers.h, rtems/score/powerpc.h
184
1852004-09-29      Joel Sherrill <joel@OARcorp.com>
186
187        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
188        obsoleted and all references removed.
189
1902004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * asm.h: Include rtems/score/powerpc.h instead of
193        rtems/score/ppc.h.
194
1952004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
198        for consistency with other ports.
199        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
200        * Makefile.am: Reflect changes above.
201        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
202        rtems/score/ppc.h.
203
2042004-04-12      David Querbach <querbach@realtime.bc.ca>
205
206        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
207        MPC555 support as part of the addition of the SS555 BSP.
208
2092004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
212        * Makefile.am: Don't include multilib.am.
213        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
214
2152004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * Makefile.am: Install asm.h to $(includedir)/rtems.
218
2192004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
222        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
223
2242004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * configure.ac: RTEMS_TOP([../../../..]).
227
2282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Move RTEMS_TOP one subdir down.
231
2322004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Add PREINSTALL_DIRS.
235
2362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
239        Add PREINSTALL_FILES to CLEANFILES.
240
2412004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Requires automake >= 1.8.1.
244
2452004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Include compile.am, again.
248
2492004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Convert to using automake compilation rules.
252
2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
256
2572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
260
2612003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Add $(dirstamp) to preinstallation rules.
264
2652003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Remove all LIB-related rules.
268
2692003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Don't use gmake rules for preinstallation.
272
2732003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Remove RTEMS_CANONICAL_HOST.
276
2772003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_CHECK_CPU.
280
2812003-09-26      Joel Sherrill <joel@OARcorp.com>
282
283        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
284        PA-RISC port and removing all references.
285
2862003-09-04      Joel Sherrill <joel@OARcorp.com>
287
288        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
289        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
290        URL for license changed.
291
2922003-08-21      Till Straumann <strauman@slac.stanford.edu>
293
294        PR 457/bsps
295        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
296        thermal assistance unit.
297
2982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
301
3022003-07-18      Till Straumann <strauman@slac.stanford.edu>
303
304        PR 288/rtems
305        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
306        maintained and does not reside in SPRG0.
307
3082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Remove AC_CONFIG_AUX_DIR.
311
3122003-02-20      Till Straumann <strauman@slac.stanford.edu>
313
314        PR 349/bsps
315        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
316
3172002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
320        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
321
3222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Fix package name.
325
3262002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * rtems/new-exceptions/cpu.h: Remove sections on
329        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
330        * rtems/old-exceptions/cpu.h: Remove sections on
331        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
332        * rtems/score/cpu.h: Insert sections on
333        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
334
3352002-10-31      Joel Sherrill <joel@OARcorp.com>
336
337        * rtems/new-exceptions/cpu.h: Removed warnings.
338
339
3402002-10-31      Joel Sherrill <joel@OARcorp.com>
341
342        * rtems/new-exceptions/cpu.h: Removed warnings.
343
3442002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
347
3482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Reformat.
351        Add autom4te*cache.
352        Remove autom4te.cache.
353
3542002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
357
3582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Use .$(OBJEXT) instead of .o.
361
3622002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: RTEMS_TOP(../../../..).
365
3662002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove RTEMS_PROJECT_ROOT.
369
3702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Add RTEMS_PROG_CCAS
373
3742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
377        Add AC_PROG_RANLIB.
378
3792002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
382        Use ../../../aclocal.
383
3842002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
387
3882001-05-14      Till Straumann <strauman@slac.stanford.edu>
389
390        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
391        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
392        however.
3932002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * rtems/score/ppc.h: Remove rtems_multilib.
396        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
397        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
398        Remove _CPU_Data_Cache_Block_Invalidate.
399
4002002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * asm.h: Include cpuopts.h instead of targopts.h.
403        * rtems/new-exceptions/cpu.h: Relocated from
404        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
405        * rtems/old-exceptions/cpu.h: Relocated from
406        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
407        * rtems/powerpc/registers.h: Relocated and renamed from
408        libcpu/powerpc/shared/include/cpu.h.
409        * rtems/score/cpu.h: New.
410        * Makefile.am: Reflect changes above.
411
4122001-04-03      Joel Sherrill <joel@OARcorp.com>
413
414        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
415        * rtems/score/ppctypes.h: Removed.
416        * rtems/score/types.h: New file via CVS magic.
417        * Makefile.am, rtems/score/cpu.h: Account for name change.
418
4192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac:
422        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
423        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
424        * Makefile.am: Remove AUTOMAKE_OPTIONS.
425
4262002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Reflect changes from 2002-01-23.
429
4302002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * rtems/Makefile.am: Removed.
433        * rtems/score/Makefile.am: Removed.
434        * configure.ac: Reflect changes above.
435        AC_CONFIG_SRCDIR(asm.h).
436
4372002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * rtems/Makefile.am: New.
440        * rtems/.cvsignore: New.
441        * rtems/score/Makefile.am: New.
442        * rtems/score/.cvsignore: New.
443        * rtems/score/ppc.h: Relocated from shared/.
444        * rtems/score/ppctypes.h: Relocated from shared/.
445        * asm.h: Relocated from shared/.
446        * shared/Makefile.am: Removed.
447        * shared/asm.h: Removed.
448        * shared/ppc.h: Removed.
449        * shared/ppctypes.h: Removed.
450        * shared/.cvsignore: Removed.
451        * Makefile.am: Reflect changes above.
452        * configure.ac: Reflect changes above.
453
4542001-11-28      Joel Sherrill <joel@OARcorp.com>,
455
456        This was tracked as PR91.
457        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
458        is used to specify if the port uses the standard macro for this (FALSE).
459        A TRUE setting indicates the port provides its own implementation.
460
4612001-11-14      Joel Sherrill <joel@OARcorp.com>
462
463        * shared/ppc.h: The mpc8260 uses the new exception processing model
464        and thus does not need to define PPC_USE_SPRG.
465
4662001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
467
468        * shared/ppc.h: mpc8260 has double FPU not single FPU.
469
4702001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
471
472        This modification is part of the submitted modifications necessary to
473        support the IBM PPC405 family.  This submission was reviewed by
474        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
475        not negatively impact the ppc403 BSPs.  The submission and tracking
476        process was captured as PR50.
477        * shared/asm.h, shared/ppc.h: Added PPC405 support.
478
4792001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
480
481        * shared/ppc.h: Added mpc8260 support.
482
4832001-10-12      Joel Sherrill <joel@OARcorp.com>
484
485        * shared/ppctypes.h: Fixed typo.
486
4872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
490        * configure.in: Remove.
491        * configure.ac: New file, generated from configure.in by autoupdate.
492
4932001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
496
4972001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am, rtems/score/Makefile.am:
500        Apply include_*HEADERS instead of H_FILES.
501
5022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
505
5062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
509
5102000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
513        Switch to GNU canonicalization.
514
5152000-10-20      Joel Sherrill <joel@OARcorp.com>
516
517        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
518
5192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * 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.