diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-18 02:51:26 +0100 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2011-05-27 00:34:37 +0200 |
commit | 8277fdc1cd54428e54e112db7f5be89303951001 (patch) | |
tree | c57104842eda4298e94781c1c033823f120b0075 /ChangeLog | |
parent | fea332e16416691310088b5c0e6797694c88352b (diff) | |
download | glibc-8277fdc1cd54428e54e112db7f5be89303951001.tar.gz |
Fix FPU context handling in getcontext on x86-64.
fnstenv on x86-64 seems to clear the state. Work around.
(cherry picked from commit 75ea32abcde4e1699328354e1804ea94560d2950)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-04-17 Ulrich Drepper <drepper@gmail.com> + + [BZ #12420] + * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after + storing it. + * stdlib/bug-getcontext.c: New file. + * stdlib/Makefile: Add rules to build and run bug-getcontext. + 2011-04-10 Ulrich Drepper <drepper@gmail.com> [BZ #12650] |