Don't convert GOTPCREL relocation against large section
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 13 May 2016 17:59:32 +0000 (10:59 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 13 May 2016 18:07:02 +0000 (11:07 -0700)
commit2168b2688ae343a61c467450068503295a5e3deb
tree5ea6df0bc1d59129657f33172000d30e91cad252
parentd2edc834f769d9d05756c66f01c3bf05349a7fb7
Don't convert GOTPCREL relocation against large section

bfd/

PR ld/20093
* elf64-x86-64.c (elf_x86_64_convert_load_reloc): Don't convert
GOTPCREL relocation against large section.

ld/

PR ld/20093
* testsuite/ld-x86-64/pr20093-1.d: New file.
* testsuite/ld-x86-64/pr20093-1.s: Likewise.
* testsuite/ld-x86-64/pr20093-2.d: Likewise.
* testsuite/ld-x86-64/pr20093-2.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run pr20093-1 and pr20093-2.
bfd/ChangeLog
bfd/elf64-x86-64.c
ld/ChangeLog
ld/testsuite/ld-x86-64/pr20093-1.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr20093-1.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr20093-2.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr20093-2.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/x86-64.exp
This page took 0.029346 seconds and 4 git commands to generate.