arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-24-x86.s
1 .text
2 .type foo,%gnu_indirect_function
3 foo:
4 ret
5 .globl _start
6 _start:
7 call foo@PLT
8 .globl __start
9 __start:
10 .global _main
11 _main:
12 .data
13 .dc.a foo