remove all .size and .type directives for functions from the asm
[musl] / src / internal / x86_64 / syscall.s
1 .global __syscall
2 __syscall:
3         movq %rdi,%rax
4         movq %rsi,%rdi
5         movq %rdx,%rsi
6         movq %rcx,%rdx
7         movq %r8,%r10
8         movq %r9,%r8
9         movq 8(%rsp),%r9
10         syscall
11         ret