x86-64: Restore PIC check for PCREL reloc against protected symbol
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr17618.s
CommitLineData
ab7fede8
L
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 call bar@PLT
6 .size foo, .-foo
7
8 .globl gap
9 .type gap, @function
10gap:
11 jmp .L0
12 .space 0x40000000, 0x90
13.L0:
14 jmp .L2
15 .space 0x3fdfff14, 0x90
16.L2:
17 .size gap, .-gap
18 .section .note.GNU-stack,"",@progbits
This page took 0.322637 seconds and 4 git commands to generate.