clarify the purpose of this project
[nyanglibc.git] / time / localtime.shared.s
blobcc3f8c26ad198cde1e45facca2d2360c75de1513
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 __localtime_r
9 .hidden __localtime_r
10 .type __localtime_r, @function
11 __localtime_r:
12 movq (%rdi), %rdi
13 movq %rsi, %rdx
14 movl $1, %esi
15 jmp __tz_convert
16 .size __localtime_r, .-__localtime_r
17 .weak localtime_r
18 .set localtime_r,__localtime_r
19 .p2align 4,,15
20 .globl __GI_localtime
21 .hidden __GI_localtime
22 .type __GI_localtime, @function
23 __GI_localtime:
24 movq (%rdi), %rdi
25 leaq _tmbuf(%rip), %rdx
26 movl $1, %esi
27 jmp __tz_convert
28 .size __GI_localtime, .-__GI_localtime
29 .globl localtime
30 .set localtime,__GI_localtime
31 .hidden _tmbuf
32 .comm _tmbuf,56,32
33 .hidden __tz_convert