80c1d08d9963f574bc0bca52514d54f9e2d887a8
[musl] / src / ldso / x86_64 / start.s
1 .text
2 .global _start
3 _start:
4         mov (%rsp),%rdi
5         lea 8(%rsp),%rsi
6         call __dynlink
7         pop %rdi
8 1:      dec %edi
9         pop %rsi
10         cmp $-1,%rsi
11         jz 1b
12         inc %edi
13         push %rsi
14         push %rdi
15         xor %edx,%edx
16         jmp *%rax