aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-19 17:01:16 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-24 15:35:39 -0500
commit7e9ae8292fd57ea8947a7e6009538e181a9d7923 (patch)
tree90a8f49d3f6f64e588c007f36ab6cecc4d89b19f /ChangeLog
parent118fbf0e1cae103b7e1287bc4b6a929fdf4c000e (diff)
downloadglibc-7e9ae8292fd57ea8947a7e6009538e181a9d7923.tar
glibc-7e9ae8292fd57ea8947a7e6009538e181a9d7923.tar.gz
glibc-7e9ae8292fd57ea8947a7e6009538e181a9d7923.tar.bz2
glibc-7e9ae8292fd57ea8947a7e6009538e181a9d7923.zip
Fixup usage of MANT_DIG in libm-test.inc
Make MANT_DIG shadow the types *_MANT_DIG macro. Replace calls sites with (MANT_DIG - 1), and simplify.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c81fda1d55..e44e50432d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2016-05-24 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+ * math/libm-test.inc (MANT_DIG): Directly define as
+ (DBL|LDBL|FLT)_MANT_DIG and fixup usage.
+
+2016-05-24 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+
* stdlib/gen-tst-strtod-round.c (main):
Change usage to more closely match the generated
output. Add usage and compilation instructions.