about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-02 22:11:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-02 22:11:21 +0000
commit0155d5b26e32b2012d9f1842c3b06324746d3087 (patch)
tree8411d5695acda18c48345da2b09578f2a7b1f7a7 /ChangeLog
parentb5dcacb4502be39d30efd2f928b9a30c91eeb0d3 (diff)
downloadglibc-0155d5b26e32b2012d9f1842c3b06324746d3087.tar.gz
glibc-0155d5b26e32b2012d9f1842c3b06324746d3087.tar.xz
glibc-0155d5b26e32b2012d9f1842c3b06324746d3087.zip
Make math.h FP_* macros usable in #if (bug 3439).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 798a816eba..c84a492cf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-11-02  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #3439]
+	* math/math.h (FP_NAN): Define macro to integer constant usable in
+	#if and use that to give value to enum constant.
+	(FP_INFINITE): Likewise.
+	(FP_ZERO): Likewise.
+	(FP_SUBNORMAL): Likewise.
+	(FP_NORMAL): Likewise.
+
 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.