restore use of .type in asm, but use modern @function (vs %function)
[musl] / src / thread / x86_64 / __set_thread_area.s
index 75f19a8..99c5356 100644 (file)
@@ -1,6 +1,7 @@
 /* Copyright 2011 Nicholas J. Kain, licensed GNU LGPL 2.1 or later */
 .text
 .global __set_thread_area
+.type __set_thread_area,@function
 __set_thread_area:
         mov %rdi,%rsi           /* shift for syscall */
         movl $0x1002,%edi       /* SET_FS register */