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

6 lines
107 B
ArmAsm

.globl _start
.type _start, @function
_start:
movl __hidden_sym@GOT(%eax), %eax
.size _start, .-_start