diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-22 19:56:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-22 19:56:47 +0000 |
commit | 0a42601f272ea962b200d452a54e0ca374163f60 (patch) | |
tree | 79f2d88d56d8c44a291ac0e235ace15b8a3cfe6d /ChangeLog | |
parent | 79c9b9feb45d175d4a394edd9ecf89cde97890c4 (diff) | |
download | glibc-0a42601f272ea962b200d452a54e0ca374163f60.tar.gz glibc-0a42601f272ea962b200d452a54e0ca374163f60.tar.xz glibc-0a42601f272ea962b200d452a54e0ca374163f60.zip |
Fix ldbl-128ibm atanl spurious underflows (bug 14871).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4a6eee20a7..56c1af121c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-11-22 Joseph Myers <joseph@codesourcery.com> + [BZ #14871] + * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the + input for small inputs. Return +/- pi/2 for large inputs. + * math/libm-test.inc (atan_test): Add more tests. + * sysdeps/generic/unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with __attribute__ ((unused)). |