diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-19 17:09:02 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-05-24 15:37:49 -0500 |
commit | 7cfcb778c9cc6ad3c3b5ac2dbb2308e81ba3235b (patch) | |
tree | de6220c2ac49d5d6f549cff814afabf8860545f7 /ChangeLog | |
parent | 7e9ae8292fd57ea8947a7e6009538e181a9d7923 (diff) | |
download | glibc-7cfcb778c9cc6ad3c3b5ac2dbb2308e81ba3235b.tar.gz glibc-7cfcb778c9cc6ad3c3b5ac2dbb2308e81ba3235b.tar.xz glibc-7cfcb778c9cc6ad3c3b5ac2dbb2308e81ba3235b.zip |
Fixup usage of MIN_EXP in libm-test.inc
Make MANT_DIG shadow the types *_MIN_EXP macro. Replace calls sites with (MIN_EXP - 1), and simplify.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e44e50432d..f327aa8a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-05-24 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * math/libm-test.inc (MIN_EXP): Directly define as + (DBL|LDBL|FLT)_MIN_EXP and fixup usage. + +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. |