clarify the purpose of this project
[nyanglibc.git] / stdlib / strtol.shared.s
blobc6f20a61234cf204b79c154076a5faf8d4576c46
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___strtol_internal
9 .hidden __GI___strtol_internal
10 .type __GI___strtol_internal, @function
11 __GI___strtol_internal:
12 movq __libc_tsd_LOCALE@gottpoff(%rip), %rax
13 movq %fs:(%rax), %r8
14 jmp __GI_____strtol_l_internal
15 .size __GI___strtol_internal, .-__GI___strtol_internal
16 .globl __strtol_internal
17 .set __strtol_internal,__GI___strtol_internal
18 .globl __GI___strtoll_internal
19 .set __GI___strtoll_internal,__strtol_internal
20 .globl __strtoll_internal
21 .set __strtoll_internal,__strtol_internal
22 .p2align 4,,15
23 .globl __strtol
24 .type __strtol, @function
25 __strtol:
26 movq __libc_tsd_LOCALE@gottpoff(%rip), %rax
27 xorl %ecx, %ecx
28 movq %fs:(%rax), %r8
29 jmp __GI_____strtol_l_internal
30 .size __strtol, .-__strtol
31 .weak __GI_strtol
32 .hidden __GI_strtol
33 .set __GI_strtol,__strtol
34 .weak strtol
35 .set strtol,__GI_strtol
36 .weak strtoimax
37 .set strtoimax,strtol
38 .globl __GI_strtoq
39 .set __GI_strtoq,strtol
40 .weak strtoq
41 .set strtoq,strtol
42 .globl __GI_strtoll
43 .set __GI_strtoll,strtol
44 .weak strtoll
45 .set strtoll,strtol