clarify the purpose of this project
[nyanglibc.git] / time / gmtime.shared.s
blob8e56cc47e299a3fce43e4b695f891d0d54331bc2
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___gmtime_r
9 .hidden __GI___gmtime_r
10 .type __GI___gmtime_r, @function
11 __GI___gmtime_r:
12 movq (%rdi), %rdi
13 movq %rsi, %rdx
14 xorl %esi, %esi
15 jmp __tz_convert
16 .size __GI___gmtime_r, .-__GI___gmtime_r
17 .globl __gmtime_r
18 .set __gmtime_r,__GI___gmtime_r
19 .weak gmtime_r
20 .set gmtime_r,__gmtime_r
21 .p2align 4,,15
22 .globl gmtime
23 .type gmtime, @function
24 gmtime:
25 movq (%rdi), %rdi
26 leaq _tmbuf(%rip), %rdx
27 xorl %esi, %esi
28 jmp __tz_convert
29 .size gmtime, .-gmtime
30 .hidden _tmbuf
31 .hidden __tz_convert