[PATCH] D19844: ELF: Forbid all relative relocations to absolute symbols in PIC, except for weak undefined.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 17:50:36 PDT 2016
pcc added a comment.
Isn't a DefinedRegular with a null input section an absolute symbol? What we need here is an image base relative symbol.
http://reviews.llvm.org/D19844
More information about the llvm-commits
mailing list