Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Aug 2009 21:18:58 +0000 (14:18 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Aug 2009 21:18:58 +0000 (14:18 -0700)
sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S

index 87c728d..5e11540 100644 (file)
@@ -106,4 +106,4 @@ ENTRY(____longjmp_chk)
        movq    %r8,%rsp
        movq    %r9,%rbp
        jmpq    *%rdx
-END (BP_SYM (____longjmp_chk))
+END (____longjmp_chk)