clarify the purpose of this project
[nyanglibc.git] / nptl / sendmsg.shared.s
blob71244b18cbcdba71fb2f3cc1f09e21e7da50709b
1 .text
2 .p2align 4,,15
3 .globl __libc_sendmsg
4 .type __libc_sendmsg, @function
5 __libc_sendmsg:
6 #APP
7 # 28 "../sysdeps/unix/sysv/linux/sendmsg.c" 1
8 movl %fs:24,%eax
9 # 0 "" 2
10 #NO_APP
11 testl %eax, %eax
12 jne .L2
13 movl $46, %eax
14 #APP
15 # 28 "../sysdeps/unix/sysv/linux/sendmsg.c" 1
16 syscall
18 # 0 "" 2
19 #NO_APP
20 cmpq $-4096, %rax
21 ja .L9
22 rep ret
23 .p2align 4,,10
24 .p2align 3
25 .L2:
26 pushq %r12
27 pushq %rbp
28 movl %edx, %r12d
29 pushq %rbx
30 movq %rsi, %rbp
31 movl %edi, %ebx
32 subq $16, %rsp
33 call __pthread_enable_asynccancel
34 movl %r12d, %edx
35 movl %eax, %r8d
36 movq %rbp, %rsi
37 movl %ebx, %edi
38 movl $46, %eax
39 #APP
40 # 28 "../sysdeps/unix/sysv/linux/sendmsg.c" 1
41 syscall
43 # 0 "" 2
44 #NO_APP
45 cmpq $-4096, %rax
46 ja .L10
47 .L4:
48 movl %r8d, %edi
49 movq %rax, 8(%rsp)
50 call __pthread_disable_asynccancel
51 movq 8(%rsp), %rax
52 addq $16, %rsp
53 popq %rbx
54 popq %rbp
55 popq %r12
56 ret
57 .p2align 4,,10
58 .p2align 3
59 .L9:
60 movq errno@gottpoff(%rip), %rdx
61 negl %eax
62 movl %eax, %fs:(%rdx)
63 movq $-1, %rax
64 ret
65 .L10:
66 movq errno@gottpoff(%rip), %rdx
67 negl %eax
68 movl %eax, %fs:(%rdx)
69 movq $-1, %rax
70 jmp .L4
71 .size __libc_sendmsg, .-__libc_sendmsg
72 .weak __sendmsg
73 .hidden __sendmsg
74 .set __sendmsg,__libc_sendmsg
75 .weak sendmsg
76 .set sendmsg,__libc_sendmsg
77 .hidden __pthread_disable_asynccancel
78 .hidden __pthread_enable_asynccancel