cleanup dynamic linker, removing some code duplication
[musl] / src / ldso / x86_64 / start.s
1 .text
2 .global _start
3 _start:
4         mov (%rsp),%rdi
5         lea 8(%rsp),%rsi
6         lea _GLOBAL_OFFSET_TABLE_(%rip),%rdx
7         call __dynlink
8         xor %edx,%edx
9         jmp *%rax