summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/bsd-_setjmp.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-06 01:24:17 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-06 01:24:17 +0000
commit47b3efda36beee1ce272237f77b7c4cc62ed55a7 (patch)
tree917e36e253fee5b27c900b6a7d8ac05ea5176840 /libc/sysdeps/linux/x86_64/bsd-_setjmp.S
parent629ec28ed6473baf96d26fd1d395496c634bc921 (diff)
use % as the function marker instead of @
Diffstat (limited to 'libc/sysdeps/linux/x86_64/bsd-_setjmp.S')
-rw-r--r--libc/sysdeps/linux/x86_64/bsd-_setjmp.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/x86_64/bsd-_setjmp.S b/libc/sysdeps/linux/x86_64/bsd-_setjmp.S
index 89676bf5f..91c587988 100644
--- a/libc/sysdeps/linux/x86_64/bsd-_setjmp.S
+++ b/libc/sysdeps/linux/x86_64/bsd-_setjmp.S
@@ -25,10 +25,10 @@
#define _SETJMP_H
#include <bits/setjmp.h>
-.globl _setjmp;
-.type _setjmp,@function
-.align 16;
+.global _setjmp
+.type _setjmp,%function
+.align 16
_setjmp:
xorq %rsi, %rsi
- jmp __sigsetjmp
-.size _setjmp,.-_setjmp;
+ jmp __sigsetjmp@PLT
+.size _setjmp,.-_setjmp