diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-10-27 13:46:08 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-27 13:46:08 -0700 |
commit | 98363ded87633c2bb91140d115cbd7b449634038 (patch) | |
tree | cd8a3cd0f54f60c01c7d9ebe8def71c0e0c85e86 /ChangeLog | |
parent | 823bc6da658301e546c0650104e7428b8c636873 (diff) | |
download | glibc-98363ded87633c2bb91140d115cbd7b449634038.tar glibc-98363ded87633c2bb91140d115cbd7b449634038.tar.gz glibc-98363ded87633c2bb91140d115cbd7b449634038.tar.bz2 glibc-98363ded87633c2bb91140d115cbd7b449634038.zip |
Fix range checks in coshl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-10-27 Jakub Jelinek <jakub@redhat.com> + + [BZ #10817] + * math/w_coshl.c (__coshl): Use __finitel instead of __finite. + Reported by Ray Chason. + 2009-10-21 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add |