Remove leftover code from Linux/x86 ____longjmp_chk.
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 Aug 2009 04:51:37 +0000 (21:51 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 Aug 2009 04:51:37 +0000 (21:51 -0700)
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S

index 65c7bae..a07e6c8 100644 (file)
@@ -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)