about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-08 16:10:44 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-08 16:10:44 +0000
commita0d9f9d745b9181f64c31fec2d353717f2b8a9a3 (patch)
tree194d2be8a21185776c4bf7d4eb47835e490c06e3 /ChangeLog
parentae08db3ba01e797323a5941d469c8b001e9715bb (diff)
downloadglibc-a0d9f9d745b9181f64c31fec2d353717f2b8a9a3.tar.gz
glibc-a0d9f9d745b9181f64c31fec2d353717f2b8a9a3.tar.xz
glibc-a0d9f9d745b9181f64c31fec2d353717f2b8a9a3.zip
Factor out initializers for libm-test.inc constants.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e84dc042d..89e0f75e45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (PLUS_ZERO_INIT): New macro.
+	(MINUS_ZERO_INIT): Likewise.
+	(PLUS_INFTY_INIT): Likewise.
+	(MINUS_INFTY_INIT): Likewise.
+	(QNAN_VALUE_INIT): Likewise.
+	(MAX_VALUE_INIT): Likewise.
+	(MIN_VALUE_INIT): Likewise.
+	(MIN_SUBNORM_VALUE_INIT): Likewise.
+	(plus_zero): Initialize with PLUS_ZERO_INIT.
+	(minus_zero): Initialize with MINUS_ZERO_INIT.
+	(plus_infty): Initialize with PLUS_INFTY_INIT.
+	(minus_infty): Initialize with MINUS_INFTY_INIT.
+	(qnan_value): Initialize with QNAN_VALUE_INIT.
+	(max_value): Initialize with MAX_VALUE_INIT.
+	(min_value): Initialize with MIN_VALUE_INIT.
+	(min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
+
 	* math/libm-test.inc (RUN_TEST_if_f): New macro.
 	(jn_test): Use TEST_if_f instead of TEST_ff_f.
 	(ldexp_text): Use TEST_fi_i instead of TEST_ff_f.