arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23194.s
1 .text
2 .symver foo,foo@FOO
3 .globl foo
4 .type foo, @function
5 foo:
6 movq foobar@GOTPCREL(%rip), %rax
7 .size foo, .-foo
8 .globl bar
9 .type bar, @function
10 bar:
11 jmp *foo@GOTPCREL(%rip)
12 .size bar, .-bar
13 .comm foobar,30,4