clarify the purpose of this project
[nyanglibc.git] / stdlib / seed48.s
blob987e72074ec90476f394d582dae66171a8cfa51f
1 .text
2 .p2align 4,,15
3 .globl seed48
4 .type seed48, @function
5 seed48:
6 leaq __libc_drand48_data(%rip), %rsi
7 subq $8, %rsp
8 call __seed48_r
9 leaq 6+__libc_drand48_data(%rip), %rax
10 addq $8, %rsp
11 ret
12 .size seed48, .-seed48
13 .hidden __seed48_r
14 .hidden __libc_drand48_data