]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: Put back BFD_RELOC_X86_64_GOTPCREL
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 9 Dec 2018 15:22:14 +0000 (07:22 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 9 Dec 2018 15:34:33 +0000 (07:34 -0800)
commite8d7a880074c2fe2d552e850e7d53d492a9f4827
tree96974da26a90884a97abe578f09d724d30e8fcd2
parent3050b43068674882b01a51351c5c39e950f0ee41
x86: Put back BFD_RELOC_X86_64_GOTPCREL

Put back BFD_RELOC_X86_64_GOTPCREL in TC_FORCE_RELOCATION_LOCAL, which
was removed by

commit 56ceb5b5405af23eddd12e12d8ba849010120324
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Oct 22 04:49:20 2015 -0700

    Add R_X86_64_[REX_]GOTPCRELX support to gas and ld

by accident.

(cherry picked from commit 9f52eab6a7a69870c7b5907a20b0305f30dbf2ae)
gas/ChangeLog
gas/config/tc-i386.h
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-gotpcrel-2.s [new file with mode: 0644]