forked from OSchip/llvm-project
Update code as this also handles GOT relocations.
llvm-svn: 321738
This commit is contained in:
parent
49422f341a
commit
7137b8c298
|
@ -908,7 +908,7 @@ static void scanRelocs(InputSectionBase &Sec, ArrayRef<RelTy> Rels) {
|
|||
|
||||
bool Preemptible = Sym.IsPreemptible;
|
||||
|
||||
// Strenghten or relax a PLT access.
|
||||
// Strenghten or relax relocations.
|
||||
//
|
||||
// GNU ifunc symbols must be accessed via PLT because their addresses
|
||||
// are determined by runtime.
|
||||
|
|
Loading…
Reference in New Issue