diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-06-18 20:51:17 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-06-18 20:51:17 +0000 |
commit | a1ee4fd1062adf4ab8100bc1839ac5a40502879f (patch) | |
tree | deed41c8b2dd884b820e6d46de14686e09ded89a /ChangeLog | |
parent | d1ac55d89023f86a34e46e9f064746334014ae28 (diff) | |
download | glibc-a1ee4fd1062adf4ab8100bc1839ac5a40502879f.tar.gz glibc-a1ee4fd1062adf4ab8100bc1839ac5a40502879f.tar.xz glibc-a1ee4fd1062adf4ab8100bc1839ac5a40502879f.zip |
Remove stray spurious-underflow markings from cexp test.
I noticed that I'd left a spurious-underflow allowance behind in auto-libm-test-in for a bug that was fixed some time ago. This patch removes it. Tested for x86_64 and x86. * math/auto-libm-test-in: Remove spurious underflow allowance for tests of cexp. * math/auto-libm-test-out: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9931dd1308..34de35ecf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2015-06-18 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Remove spurious underflow allowance for + tests of cexp. + * math/auto-libm-test-out: Regenerated. + [BZ #18558] * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove unconditional definition. |