remove all .size and .type directives for functions from the asm
[musl] / src / thread / i386 / clone.s
1 .text
2 .global __uniclone
3 __uniclone:
4         movl    4(%esp),%ecx
5         subl    $24,%ecx
6         movl    8(%esp),%eax
7         movl    %eax,16(%ecx)
8         movl    12(%esp),%eax
9         movl    %eax,24(%ecx)
10         pushl   %ebx
11         pushl   %esi
12         pushl   %edi
13         pushl   %ebp
14         movl    %eax,8(%eax)
15         leal    20(%eax),%edx
16         leal    4(%eax),%esi
17         movl    %edx,%edi
18         movl    $0x7d0f00,%ebx
19         movl    $120,%eax
20         int     $128
21         popl    %ebp
22         popl    %edi
23         popl    %esi
24         popl    %ebx
25         ret