diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-10 19:11:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-10 19:11:30 +0000 |
commit | 6f10289efb65e97917ebe42686f492a0037ec129 (patch) | |
tree | 247f562abff14c8c7b1af9024e8041e204785b96 /ChangeLog | |
parent | 321e26847188300173a5dc0ca42c2ff7b9bf7a78 (diff) | |
download | glibc-6f10289efb65e97917ebe42686f492a0037ec129.tar.gz glibc-6f10289efb65e97917ebe42686f492a0037ec129.tar.xz glibc-6f10289efb65e97917ebe42686f492a0037ec129.zip |
Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 66780cbaa4..d7d764f886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-10-10 Joseph Myers <joseph@codsourcery.com> + + * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check + for NaNs before doing comparisons on argument. + * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): + Likewise. + 2013-10-10 Will Newton <will.newton@linaro.org> * malloc/hooks.c (memalign_check): Ensure the value of bytes |