clarify the purpose of this project
[nyanglibc.git] / stdlib / atoi.shared.s
blobf6070a085da6358e39d2d152866315bfb0a04d58
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 __GI_atoi
9 .hidden __GI_atoi
10 .type __GI_atoi, @function
11 __GI_atoi:
12 subq $8, %rsp
13 movl $10, %edx
14 xorl %esi, %esi
15 call __GI_strtol
16 addq $8, %rsp
17 ret
18 .size __GI_atoi, .-__GI_atoi
19 .globl atoi
20 .set atoi,__GI_atoi