diff options
author | Andreas Tobler <andreast@FreeBSD.org> | 2013-11-21 21:25:58 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@FreeBSD.org> | 2013-11-21 21:25:58 +0000 |
commit | d2ef321a59c8121f97c30155bd38e06a9eb441e7 (patch) | |
tree | 366d8180456720ddc0a9d3562c7413bda57970e1 /lib/libc/amd64/gen/_setjmp.S | |
parent | 1e7652cc762c1f195ccb6a362f887c981dafebb0 (diff) |
Notes
Diffstat (limited to 'lib/libc/amd64/gen/_setjmp.S')
-rw-r--r-- | lib/libc/amd64/gen/_setjmp.S | 3 |
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. */ |