diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-02 21:51:37 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-02 21:51:37 -0700 |
commit | 4a1377672ca5472fac9096b4da72d26226b4aa59 (patch) | |
tree | ad18c89529666b48e365be7609848fbcc52d2992 /sysdeps/unix/sysv | |
parent | 5192104773c6d2f0bee47fe55872ad12b77034a5 (diff) | |
download | glibc-4a1377672ca5472fac9096b4da72d26226b4aa59.tar glibc-4a1377672ca5472fac9096b4da72d26226b4aa59.tar.gz glibc-4a1377672ca5472fac9096b4da72d26226b4aa59.tar.bz2 glibc-4a1377672ca5472fac9096b4da72d26226b4aa59.zip |
Remove leftover code from Linux/x86 ____longjmp_chk.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 6 |
1 files changed, 0 insertions, 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) |