restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / setjmp / x86_64 / longjmp.s
index 70271bf..444076f 100644 (file)
@@ -1,6 +1,8 @@
 /* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
 .global _longjmp
 .global longjmp
 /* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
 .global _longjmp
 .global longjmp
+.type _longjmp,@function
+.type longjmp,@function
 _longjmp:
 longjmp:
        mov %rsi,%rax           /* val will be longjmp return */
 _longjmp:
 longjmp:
        mov %rsi,%rax           /* val will be longjmp return */