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