[PATCH] D30699: [ELF] - Stop producing broken output for R_386_GOT32X relocation.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 10 11:06:57 PDT 2017
grimar added inline comments.
================
Comment at: ELF/Target.cpp:387
+ // These relocations can be calculated in a two different ways.
+ // Usual calculation is G + A - GOT what means an offset in GOT table
+ // (R_GOT_FROM_END). When instruction pointed by relocation has no base
----------------
ruiu wrote:
> This comment needs rewritten. I'll do that after you commit this.
Thanks in advance.
https://reviews.llvm.org/D30699
More information about the llvm-commits
mailing list