clarify the purpose of this project
[nyanglibc.git] / stdlib / atoll.shared.s
blobf78c07f6bb6b866b4eb97c115ff8196b05d26599
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 atoll
9 .type atoll, @function
10 atoll:
11 movl $10, %edx
12 xorl %esi, %esi
13 jmp __GI_strtoll
14 .size atoll, .-atoll