diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-01 14:18:58 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-01 14:18:58 -0700 |
commit | 9663bb3e2cdbf63a187386ba5e94a6c4705c4377 (patch) | |
tree | 473dc5b79e88093e8d76c1da04e71fccc18335c3 | |
parent | bd03a1afa2445e5942e49c28ae1f7920b7f38a45 (diff) | |
download | glibc-9663bb3e2cdbf63a187386ba5e94a6c4705c4377.zip glibc-9663bb3e2cdbf63a187386ba5e94a6c4705c4377.tar.gz glibc-9663bb3e2cdbf63a187386ba5e94a6c4705c4377.tar.bz2 |
Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S b/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S index 87c728d..5e11540 100644 --- a/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S +++ b/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S @@ -106,4 +106,4 @@ ENTRY(____longjmp_chk) movq %r8,%rsp movq %r9,%rbp jmpq *%rdx -END (BP_SYM (____longjmp_chk)) +END (____longjmp_chk) |