binutils-gdb/ld/testsuite/ld-ifunc/ifunc-14a.s

8 lines
90 B
ArmAsm

.text
.globl bar
.type bar, @function
bar:
jmp foo@PLT
.size bar, .-bar
.hidden foo