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

8 lines
86 B
ArmAsm
Raw Normal View History

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