about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-24 06:50:41 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-24 06:50:41 +0000
commit63825a6125508cb289e76f906925af4d86f56590 (patch)
tree3db1acbbc2139bded04c2f06617f82f161ba60a2 /ChangeLog
parent188356b8cca3cadc66664b8da11d342d45f95ff5 (diff)
downloadglibc-63825a6125508cb289e76f906925af4d86f56590.tar.gz
glibc-63825a6125508cb289e76f906925af4d86f56590.tar.xz
glibc-63825a6125508cb289e76f906925af4d86f56590.zip
Update.
	* sysdeps/unix/sysv/linux/i386/makecontext.S: Initialize %fs, %gs,
	and floating-point status as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd0e0c72d1..776acd7d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.