From 4a1377672ca5472fac9096b4da72d26226b4aa59 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 2 Aug 2009 21:51:37 -0700 Subject: Remove leftover code from Linux/x86 ____longjmp_chk. --- sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S index 65c7bae9f2..a07e6c8edf 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) -- cgit 1.4.1