summaryrefslogtreecommitdiff
path: root/src/ldso/x86_64/start.s
blob: efb274545a4da2c0d799c700ef55738ddf4e5408 (plain) (blame)
1
2
3
4
5
6
7
8
.text
.global _start
_start:
	mov (%rsp),%rdi
	lea 8(%rsp),%rsi
	lea _GLOBAL_OFFSET_TABLE_(%rip),%rdx
	call __dynlink
	jmp *%rax