summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-31 22:57:02 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-31 22:57:02 +0000
commitd55bf1777c59c6a1d05ccc3b9f7d54299da770a9 (patch)
treeedfddaca66dc7b3ca2b4439dd367d632efe0db07 /ChangeLog
parent69db4f8f463e509a3e5ccc00e70aa9f94c359d34 (diff)
downloadglibc-d55bf1777c59c6a1d05ccc3b9f7d54299da770a9.tar.gz
Always define float_t as float for PowerPC, SH and SPARC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ae7308223..a87f1e658d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-31 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
+ float.
+ * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
+ * sysdeps/sparc/bits/mathdef.h: Likewise.
+
2012-01-31 Marek Polacek <polacek@redhat.com>
* libio/libio.h: Don't define _PARAMS.