Retro68/binutils/ld/testsuite/ld-aarch64/gc-plt-main.s

9 lines
109 B
ArmAsm

.data
.global var
.text
.globl _start
.type _start, %function
_start:
bl foo
.size _start, . - _start