arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / nogot1.s
1 .type bar, @function
2 bar:
3 ret
4 .size bar, .-bar
5 .globl foo
6 .type foo, @function
7 foo:
8 leaq bar(%rip), %rax
9 ret
10 .size foo, .-foo