clarify the purpose of this project
[nyanglibc.git] / stdlib / erand48.shared.s
blob07153cfa10928ca31060eb46b66a2fcf50afe9dc
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 erand48
9 .type erand48, @function
10 erand48:
11 subq $24, %rsp
12 leaq __libc_drand48_data(%rip), %rsi
13 leaq 8(%rsp), %rdx
14 call __erand48_r
15 movsd 8(%rsp), %xmm0
16 addq $24, %rsp
17 ret
18 .size erand48, .-erand48
19 .hidden __erand48_r
20 .hidden __libc_drand48_data