diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-05-06 14:40:17 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-05-06 14:40:17 -0500 |
commit | 16e616a72f9ac247520c0c7da99b99e229facdf9 (patch) | |
tree | ebecfcd57f8fec0766600b1bcc1d037fdd83ed8a /ChangeLog | |
parent | d5e8275481e57cc7f3bd6ba435a7bbced9b97202 (diff) | |
download | glibc-16e616a72f9ac247520c0c7da99b99e229facdf9.zip glibc-16e616a72f9ac247520c0c7da99b99e229facdf9.tar.gz glibc-16e616a72f9ac247520c0c7da99b99e229facdf9.tar.bz2 |
PowerPC: fix hypot/hypof FP exceptions
This patch fixes hypot/hypotf spurious floating-point exceptions
generate by internal operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + [BZ #15418] + [BZ #15419] + * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by + internal tests. + * sysdeps/powerpc/fpu/e_hypotf.c: Likewise. + 2013-05-06 Roland McGrath <roland@hack.frob.com> * elf/dl-writev.h: New file. |