6 lines
105 B
ArmAsm
Raw Normal View History

2017-04-10 13:32:00 +02:00
.globl _start
.type _start, @function
_start:
movq _text@GOTPCREL(%rip), %rax
.size _start, .-_start