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

8 lines
90 B
ArmAsm
Raw Normal View History

.text
.globl bar
.type bar, @function
bar:
2017-04-10 11:32:00 +00:00
jmp foo@PLT
.size bar, .-bar
.hidden foo