arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-14a.s
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 jmp foo@PLT
6 .size bar, .-bar
7 .hidden foo