clarify the purpose of this project
[nyanglibc.git] / stdlib / strtod.s
blobafb29dd5841637aae77f3b9ed7e5e62f822ae1ac
1 .text
2 .p2align 4,,15
3 .globl __strtod_internal
4 .hidden __strtod_internal
5 .type __strtod_internal, @function
6 __strtod_internal:
7 movq __libc_tsd_LOCALE@gottpoff(%rip), %rax
8 movq %fs:(%rax), %rcx
9 jmp ____strtod_l_internal
10 .size __strtod_internal, .-__strtod_internal
11 .p2align 4,,15
12 .weak strtod
13 .hidden strtod
14 .type strtod, @function
15 strtod:
16 movq __libc_tsd_LOCALE@gottpoff(%rip), %rax
17 xorl %edx, %edx
18 movq %fs:(%rax), %rcx
19 jmp ____strtod_l_internal
20 .size strtod, .-strtod
21 .weak strtof32x
22 .set strtof32x,strtod
23 .weak strtof64
24 .set strtof64,strtod
25 .hidden ____strtod_l_internal