diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-09 22:23:39 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-09 22:23:39 +0000 |
commit | f1226a2ae370b1412b5e31a8535ad58a9174dd0a (patch) | |
tree | b1c7487efb9d519a2661c86d26aa2b152bcef64c /ChangeLog | |
parent | 06d97e5e6100641df2c379459e41b26bb4d7648b (diff) | |
download | glibc-f1226a2ae370b1412b5e31a8535ad58a9174dd0a.tar.gz glibc-f1226a2ae370b1412b5e31a8535ad58a9174dd0a.tar.xz glibc-f1226a2ae370b1412b5e31a8535ad58a9174dd0a.zip |
Fix llrint, llround missing exceptions for ARM (bug 15470).
Similar to the recent fix for MIPS, ARM is also missing correct exceptions on overflow from llrint and llround functions because casts from floating-point types to long long do not result in correct exceptions on overflow. This patch enables the fix for this for ARM. Tested for ARM. [BZ #15470] * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1e9a477895..3026cd6f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-10-09 Joseph Myers <joseph@codesourcery.com> + [BZ #15470] + * sysdeps/arm/fix-fp-int-convert-overflow.h: New file. + [BZ #16399] * sysdeps/generic/fix-fp-int-convert-overflow.h: New file. * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h> |