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