From: Ulrich Drepper Date: Mon, 3 Aug 2009 04:51:37 +0000 (-0700) Subject: Remove leftover code from Linux/x86 ____longjmp_chk. X-Git-Tag: fedora/glibc-2.10.90-12~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a1377672ca5472fac9096b4da72d26226b4aa59;p=thirdparty%2Fglibc.git Remove leftover code from Linux/x86 ____longjmp_chk. --- diff --git a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S index 65c7bae9f2f..a07e6c8edf1 100644 --- a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S +++ b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S @@ -39,12 +39,6 @@ longjmp_msg: call __fortify_fail #endif -#define CHECK_ESP(reg) \ - cmpl reg, %esp; \ - jbe .Lok; \ - CALL_FAIL; \ -.Lok: - .text ENTRY (____longjmp_chk)