aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/elf/setjmp.S2
-rw-r--r--sysdeps/i386/setjmp.S5
2 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/i386/elf/setjmp.S b/sysdeps/i386/elf/setjmp.S
index bf03e6561a..9cfa83dc31 100644
--- a/sysdeps/i386/elf/setjmp.S
+++ b/sysdeps/i386/elf/setjmp.S
@@ -35,10 +35,8 @@ ENTRY (BP_SYM (setjmp))
jmp .Linternal_sigsetjmp
END (BP_SYM (setjmp))
- /* Binary compatibility entry point. */
ENTRY (BP_SYM (_setjmp))
.weak C_SYMBOL_NAME (BP_SYM (_setjmp))
-ENTRY (BP_SYM (__setjmp))
PUSH_SIGNAL_MASK (0)
/* FALL THROUGH */
diff --git a/sysdeps/i386/setjmp.S b/sysdeps/i386/setjmp.S
index 673b7ab35b..0d26bc8f6c 100644
--- a/sysdeps/i386/setjmp.S
+++ b/sysdeps/i386/setjmp.S
@@ -25,11 +25,6 @@
#include "bp-sym.h"
#include "bp-asm.h"
- /* Binary compatibility entry point. */
-ENTRY (BP_SYM (__setjmp))
- PUSH_SIGNAL_MASK (0)
- /* FALL THROUGH */
-
#define PARMS LINKAGE /* no space for saved regs */
#define JMPBUF PARMS
#define SIGMSK JMPBUF+PTR_SIZE