summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-08 15:02:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-08 15:02:25 +0000
commit0c5b59de85a73578abb53c4f062efa8b4e547d5c (patch)
tree8eb1c6c6b9cb56b1c4c38920412c27b3b357a4a3 /cpukit/ChangeLog
parent2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0c5b59de85a73578abb53c4f062efa8b4e547d5c.tar.bz2
2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft float should be IEEE format.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 368c2cd89d..03c711d314 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft
+ float should be IEEE format.
+
+2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/src/objectextendinformation.c: Fold two paths into one.
2009-01-06 Ralf Corsépius <ralf.corsepius@rtems.org>