2018-12-28 16:25:28 +01:00

6 lines
112 B
ArmAsm

.globl _start
.type _start, @function
_start:
movq __hidden_sym@GOTPCREL(%rip), %rax
.size _start, .-_start