From: Ulrich Drepper Date: Sat, 1 Aug 2009 21:18:58 +0000 (-0700) Subject: Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64. X-Git-Tag: glibc-2.11~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9663bb3e2cdbf63a187386ba5e94a6c4705c4377;p=platform%2Fupstream%2Fglibc.git Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64. --- 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)