diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-17 21:51:26 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-17 21:51:26 -0400 |
commit | 75ea32abcde4e1699328354e1804ea94560d2950 (patch) | |
tree | e8a166eed29a24667460a4759ac4ae84fe95c3a6 /NEWS | |
parent | 94409c736b216c405c214c041a33b5fab58bd408 (diff) | |
download | glibc-75ea32abcde4e1699328354e1804ea94560d2950.tar glibc-75ea32abcde4e1699328354e1804ea94560d2950.tar.gz glibc-75ea32abcde4e1699328354e1804ea94560d2950.tar.bz2 glibc-75ea32abcde4e1699328354e1804ea94560d2950.zip |
Fix FPU context handling in getcontext on x86-64.
fnstenv on x86-64 seems to clear the state. Work around.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-4-16 +GNU C Library NEWS -- history of user-visible changes. 2011-4-17 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -18,8 +18,8 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12583, 12587, - 12597, 12631, 12650, 12655 + 11724, 12420, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12583, + 12587, 12597, 12631, 12650, 12655 Version 2.13 |