diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-28 16:37:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-28 16:37:29 +0000 |
commit | ebef0bd6aa6e4293dd3947ca468d454057f350d0 (patch) | |
tree | 4132cc1a3d295199325d1bde2d45b022d6931a78 | |
parent | ff8fecbe4269061dac905a895e1796112297a6fa (diff) | |
download | glibc-ebef0bd6aa6e4293dd3947ca468d454057f350d0.tar glibc-ebef0bd6aa6e4293dd3947ca468d454057f350d0.tar.gz glibc-ebef0bd6aa6e4293dd3947ca468d454057f350d0.tar.bz2 glibc-ebef0bd6aa6e4293dd3947ca468d454057f350d0.zip |
* sysdeps/x86_64/__longjmp.S: Don't confuse unwinder by loading
mangled values in %rbp and %rsp registers and by wrong cfi.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-12-27 Roland McGrath <roland@redhat.com> + * sysdeps/x86_64/__longjmp.S: Don't confuse unwinder by loading + mangled values in %rbp and %rsp registers and by wrong cfi. + * config.make.in (c++-sysincludes): New substituted variable. * configure.in (CXX_SYSINCLUDES): New substituted variable. * configure: Regenerated. |