diff options
author | Andrew Stubbs <ams@codesourcery.com> | 2010-05-12 10:18:26 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-12 10:18:26 -0700 |
commit | 21a2b1aeeb9bbf49d76bac632327c19bc937d2d7 (patch) | |
tree | 7698b90ba32bb9a48b7c43c5e27ee6007ebec123 /ChangeLog | |
parent | 3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9 (diff) | |
download | glibc-21a2b1aeeb9bbf49d76bac632327c19bc937d2d7.tar.gz glibc-21a2b1aeeb9bbf49d76bac632327c19bc937d2d7.tar.xz glibc-21a2b1aeeb9bbf49d76bac632327c19bc937d2d7.zip |
Fix FP exception control.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 952952ab68..c8b7c0afe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-12 Andrew Stubbs <ams@codesourcery.com> + + * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all + exceptions. Return 0. + 2010-05-07 Roland McGrath <roland@redhat.com> * elf/ldconfig.c (main): Add a const. |