diff options
-rw-r--r-- | lld/ELF/Relocations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Relocations.cpp b/lld/ELF/Relocations.cpp index ea30662d382..2c020be063e 100644 --- a/lld/ELF/Relocations.cpp +++ b/lld/ELF/Relocations.cpp @@ -509,7 +509,6 @@ static void replaceWithDefined(Symbol &sym, SectionBase *sec, uint64_t value, sym.pltIndex = old.pltIndex; sym.gotIndex = old.gotIndex; sym.verdefIndex = old.verdefIndex; - sym.ppc64BranchltIndex = old.ppc64BranchltIndex; sym.exportDynamic = true; sym.isUsedInRegularObj = true; } |