diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2010-09-08 15:49:50 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-09-08 15:49:50 -0700 |
commit | c044aa75354b48d4b7aaffe465706282192e54c2 (patch) | |
tree | d4db9dff2adcafb09ad0d448d839c9df3fc9af1c /ChangeLog | |
parent | 389f72a5dad4ecd2e8d8ee62ce62c1d01f0a063f (diff) | |
download | glibc-c044aa75354b48d4b7aaffe465706282192e54c2.tar.gz glibc-c044aa75354b48d4b7aaffe465706282192e54c2.tar.xz glibc-c044aa75354b48d4b7aaffe465706282192e54c2.zip |
Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 608be4e124..9e7bbe28a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-09-08 Chung-Lin Tang <cltang@codesourcery.com> + Ulrich Drepper <drepper@redhat.com> + + [BZ #11968] + * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S + (____longjmp_chk): Use %ebx for saving value across system call. + Add unwind info. + 2010-09-06 Andreas Schwab <schwab@redhat.com> * manual/Makefile: Don't mix pattern rules with normal rules. |