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