Don't convert GOTPCREL relocation against large section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr20093-1.s
1 .section .lbss,"aw",@nobits
2 foo1:
3 .space 1073741824
4 .space 1073741824
5 .space 1073741824
6 .text
7 .globl _start
8 .type _start, @function
9 _start:
10 movq foo1@GOTPCREL(%rip), %rax
11 .size _start, .-_start
This page took 0.045043 seconds and 4 git commands to generate.