Skip to content

Commit

Permalink
Remove leftover code from Linux/x86 ____longjmp_chk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 3, 2009
1 parent 5192104 commit 4a13776
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a13776

Please sign in to comment.