summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-01 14:18:58 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-01 14:18:58 -0700
commit9663bb3e2cdbf63a187386ba5e94a6c4705c4377 (patch)
tree473dc5b79e88093e8d76c1da04e71fccc18335c3
parentbd03a1afa2445e5942e49c28ae1f7920b7f38a45 (diff)
Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S2
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 87c728d03b..5e11540fd4 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)