9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
160 B
ArmAsm
9 lines
160 B
ArmAsm
.section .text
|
|
.global _start
|
|
_start:
|
|
mov %rsp, %rdi
|
|
mov main@GOTPCREL(%rip), %rsi
|
|
call *__mlibc_entry@GOTPCREL(%rip)
|
|
|
|
.section .note.GNU-stack,"",%progbits
|