clarify the purpose of this project
[nyanglibc.git] / stdlib / strtol.s
blobe4b3eb2d0e33498901acc3b81bae8067902c230b
1 .text
2 .p2align 4,,15
3 .globl __strtol_internal
4 .hidden __strtol_internal
5 .type __strtol_internal, @function
6 __strtol_internal:
7 movq __libc_tsd_LOCALE@gottpoff(%rip), %rax
8 movq %fs:(%rax), %r8
9 jmp ____strtol_l_internal
10 .size __strtol_internal, .-__strtol_internal
11 .globl __strtoll_internal
12 .set __strtoll_internal,__strtol_internal
13 .p2align 4,,15
14 .globl __strtol
15 .type __strtol, @function
16 __strtol:
17 movq __libc_tsd_LOCALE@gottpoff(%rip), %rax
18 xorl %ecx, %ecx
19 movq %fs:(%rax), %r8
20 jmp ____strtol_l_internal
21 .size __strtol, .-__strtol
22 .weak strtol
23 .hidden strtol
24 .set strtol,__strtol
25 .weak strtoimax
26 .set strtoimax,strtol
27 .weak strtoq
28 .set strtoq,strtol
29 .weak strtoll
30 .set strtoll,strtol
31 .hidden ____strtol_l_internal