restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / setjmp / i386 / longjmp.s
index b139d9f..772d28d 100644 (file)
@@ -1,5 +1,7 @@
 .global _longjmp
 .global longjmp
+.type _longjmp,@function
+.type longjmp,@function
 _longjmp:
 longjmp:
        mov  4(%esp),%edx