* sysdeps/unix/sysv/linux/i386/makecontext.S: Initialize %fs, %gs,
	and floating-point status as well.
This commit is contained in:
Ulrich Drepper 2001-07-24 06:50:41 +00:00
parent 188356b8cc
commit 63825a6125
1 changed files with 3 additions and 0 deletions

View File

@ -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.