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

8 lines
85 B
ArmAsm
Raw Normal View History

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