summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/_setjmp.S
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@FreeBSD.org>2013-11-21 21:25:58 +0000
committerAndreas Tobler <andreast@FreeBSD.org>2013-11-21 21:25:58 +0000
commitd2ef321a59c8121f97c30155bd38e06a9eb441e7 (patch)
tree366d8180456720ddc0a9d3562c7413bda57970e1 /lib/libc/amd64/gen/_setjmp.S
parent1e7652cc762c1f195ccb6a362f887c981dafebb0 (diff)
Notes
Diffstat (limited to 'lib/libc/amd64/gen/_setjmp.S')
-rw-r--r--lib/libc/amd64/gen/_setjmp.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/amd64/gen/_setjmp.S b/lib/libc/amd64/gen/_setjmp.S
index 9035632b37766..57079a1d4d86f 100644
--- a/lib/libc/amd64/gen/_setjmp.S
+++ b/lib/libc/amd64/gen/_setjmp.S
@@ -63,8 +63,7 @@ ENTRY(_setjmp)
ret
END(_setjmp)
- .weak CNAME(_longjmp)
- .set CNAME(_longjmp),CNAME(___longjmp)
+ WEAK_REFERENCE(___longjmp, _longjmp)
ENTRY(___longjmp)
movq %rdi,%rdx
/* Restore the mxcsr, but leave exception flags intact. */