]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Experimental implementation of RELR-style relocations. users/ccoutant/experimental-relr
authorCary Coutant <ccoutant@gmail.com>
Wed, 26 Apr 2017 02:21:57 +0000 (19:21 -0700)
committerCary Coutant <ccoutant@gmail.com>
Wed, 26 Apr 2017 03:07:52 +0000 (20:07 -0700)
commit8c13bcd2209cb776aa2cf7e5016b7884b0aecbf6
treedc131c444a7e2a372b057cca03b68bc21ae50f28
parent4658f12e9c5ec0d2efb04f1688f6cd6bd9f1a47d
Experimental implementation of RELR-style relocations.

For x86-64 only. Instead of R_X86_64_RELATIVE relocations, we
write the offsets of the relocation targets to a new section,
.relr.dyn, with section type SHT_RELR.
elfcpp/elfcpp.h
elfcpp/elfcpp_internal.h
gold/layout.cc
gold/layout.h
gold/options.h
gold/output.cc
gold/output.h
gold/reloc-types.h
gold/x86_64.cc