Update code as this also handles GOT relocations.

llvm-svn: 321738
This commit is contained in:
Rafael Espindola 2018-01-03 16:54:18 +00:00
parent 49422f341a
commit 7137b8c298
1 changed files with 1 additions and 1 deletions

View File

@ -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.