remove all .size and .type directives for functions from the asm
[musl] / src / internal / i386 / syscall.s
index 5b19a1b..083db1c 100644 (file)
@@ -1,5 +1,4 @@
 .global __syscall
-.type __syscall,%function
 __syscall:
        pushl %ebx
        pushl %esi
@@ -18,4 +17,3 @@ __syscall:
        popl %esi
        popl %ebx
        ret
-.size __syscall,.-__syscall