]> 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:30:58 +0000 (07:30 -0800)
commit66a4daef5d40076674ee4478c93bd76750114221
treed7aa5d4650b9108317f64bc058feab52f2086143
parent7b7dc363e5f0eadeba99a3d99c7253bd0e870a48
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]