diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-19 17:01:16 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-24 15:35:39 -0500 |
commit | 7e9ae8292fd57ea8947a7e6009538e181a9d7923 (patch) | |
tree | 90a8f49d3f6f64e588c007f36ab6cecc4d89b19f /ChangeLog | |
parent | 118fbf0e1cae103b7e1287bc4b6a929fdf4c000e (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |