clarify the purpose of this project
[nyanglibc.git] / libio / vwprintf.shared.s
blobc15efce1d3e21999a624ede8f99beadd9a93b50d
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl __vwprintf
9 .type __vwprintf, @function
10 __vwprintf:
11 movq stdout@GOTPCREL(%rip), %rax
12 movq %rsi, %rdx
13 movq %rdi, %rsi
14 xorl %ecx, %ecx
15 movq (%rax), %rdi
16 jmp __vfwprintf_internal
17 .size __vwprintf, .-__vwprintf
18 .globl vwprintf
19 .set vwprintf,__vwprintf
20 .hidden __vfwprintf_internal