diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-24 12:06:55 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-24 12:06:55 -0700 |
commit | f0c281e072fd324261a51558284c04e230c0178d (patch) | |
tree | 1934177724689ef72853bdb7490648034eef7cb1 /ChangeLog | |
parent | 7b943af6cf2bfd4b94be271877a10128c32d03da (diff) | |
download | glibc-f0c281e072fd324261a51558284c04e230c0178d.tar glibc-f0c281e072fd324261a51558284c04e230c0178d.tar.gz glibc-f0c281e072fd324261a51558284c04e230c0178d.tar.bz2 glibc-f0c281e072fd324261a51558284c04e230c0178d.zip |
Fix overflow handling in fdim.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-08-24 Ulrich Drepper <drepper@redhat.com> + * math/s_fdim.c: In case of overflows set errno. + * math/s_fdimf.c: Likewise. + * math/s_fdiml.c: Likewise. + * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined. * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we are using the inline optimizations. |