[PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 05:40:44 PDT 2016
On 30 August 2016 at 08:23, Eugene Leviant <evgeny.leviant at gmail.com> wrote:
> Rafael, it splits relocation process into two phases. The first one is
> applying relative relocs in a tight loop and
> the second one handles all other reloc types. Without DT_REL(A)COUNT tag it
> simply ignores all relative relocations,
> Unfortunately I can't change the dynamic linker sources, but it works fine
> with images linked with gold and ld.
That is fine.
This LGTM, but wait to see if Rui is OK with omitting the entry when it is 0.
Cheers,
Rafael
More information about the llvm-commits
mailing list