aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/fpu/setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/fpu/setjmp.S')
-rw-r--r--sysdeps/arm/fpu/setjmp.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/arm/fpu/setjmp.S b/sysdeps/arm/fpu/setjmp.S
index 6ee53c57b0..b72900c89c 100644
--- a/sysdeps/arm/fpu/setjmp.S
+++ b/sysdeps/arm/fpu/setjmp.S
@@ -22,9 +22,6 @@
#define _ASM
#include <bits/setjmp.h>
- /* Binary compatibility entry point. */
-ENTRY (__setjmp)
- mov r1, #0
ENTRY (__sigsetjmp)
/* Save registers */
sfmea f4, 4, [r0]!
@@ -35,4 +32,4 @@ ENTRY (__sigsetjmp)
/* Make a tail call to __sigjmp_save; it takes the same args. */
B PLTJMP(C_SYMBOL_NAME(__sigjmp_save))
-END (__setjmp)
+END (__sigsetjmp)