Retro68/binutils/ld/testsuite/ld-ifunc/ifunc-14c.s
2017-04-10 13:32:00 +02:00

8 lines
90 B
ArmAsm

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