diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 06:30:17 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-10 06:30:17 +0000 |
commit | cf6b0980cc2a914f0363ef63e9670cc530eedf2e (patch) | |
tree | 3010d8f374d4962b0e3fc9e2c1179db03504b043 /ChangeLog | |
parent | df7b6fea1396a0ff6e46ad8b2d40e4a15cbfd585 (diff) | |
download | glibc-cf6b0980cc2a914f0363ef63e9670cc530eedf2e.tar.gz glibc-cf6b0980cc2a914f0363ef63e9670cc530eedf2e.tar.xz glibc-cf6b0980cc2a914f0363ef63e9670cc530eedf2e.zip |
[BZ #3427]
* sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions in *envp. 2007-05-09 Jakub Jelinek <jakub@redhat.com> [BZ #3427] * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions in *envp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e410813f8f..6c3e082a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-09 Jakub Jelinek <jakub@redhat.com> + + [BZ #3427] + * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions + in *envp. + 2007-05-07 Ulrich Drepper <drepper@redhat.com> [BZ #4403] |