aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/bsd-_setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/bsd-_setjmp.S')
-rw-r--r--sysdeps/x86_64/bsd-_setjmp.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/bsd-_setjmp.S b/sysdeps/x86_64/bsd-_setjmp.S
index 0f32bf81a9..22b6eb423d 100644
--- a/sysdeps/x86_64/bsd-_setjmp.S
+++ b/sysdeps/x86_64/bsd-_setjmp.S
@@ -31,8 +31,8 @@
ENTRY (BP_SYM (_setjmp))
/* Set up arguments, we only need to set the second arg. */
xorq %rsi, %rsi
-#ifdef PIC
- jmp __GI___sigsetjmp
+#ifdef PIC
+ jmp HIDDEN_JUMPTARGET (__sigsetjmp)
#else
jmp BP_SYM (__sigsetjmp)
#endif