diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 06:50:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 06:50:41 +0000 |
commit | 63825a6125508cb289e76f906925af4d86f56590 (patch) | |
tree | 3db1acbbc2139bded04c2f06617f82f161ba60a2 | |
parent | 188356b8cca3cadc66664b8da11d342d45f95ff5 (diff) | |
download | glibc-63825a6125508cb289e76f906925af4d86f56590.tar glibc-63825a6125508cb289e76f906925af4d86f56590.tar.gz glibc-63825a6125508cb289e76f906925af4d86f56590.tar.bz2 glibc-63825a6125508cb289e76f906925af4d86f56590.zip |
Update.
* sysdeps/unix/sysv/linux/i386/makecontext.S: Initialize %fs, %gs,
and floating-point status as well.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-07-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/makecontext.S: Initialize %fs, %gs, + and floating-point status as well. + * libio/iofclose.c (_IO_new_fclose): Unlink descriptor first to avoid deadlock. * libio/oldiofclose.c (_IO_old_fclose): Likewise. |