arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19636-2.s
1 .text
2 .weak func1
3 .weak func2
4 .weak func3
5 .globl _start
6 _start:
7 cmp func1@GOTPCREL(%rip),%rax
8 jmp *func2@GOTPCREL(%rip)
9 call func3@PLT