Index: ELF/Writer.cpp =================================================================== --- ELF/Writer.cpp +++ ELF/Writer.cpp @@ -436,8 +436,7 @@ // ftp://www.linux-mips.org/pub/linux/mips/doc/ABI/mipsabi.pdf continue; - bool Dynrel = Config->Pic && !Target->isRelRelative(Type) && - !Target->isSizeRel(Type); + bool Dynrel = Config->Pic && !Target->isSizeRel(Type); if (Preemptible || Dynrel) { uint32_t DynType; if (Body.IsTls)