On MIPS we need to mark symbol which has a PLT entry and requires pointer equality by STO_MIPS_PLT flag. That is necessary to help dynamic linker distinguish such symbols and MIPS lazy-binding stubs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
lld/trunk/ELF/OutputSections.cpp | ||
---|---|---|
1519 ↗ | (On Diff #49068) | I think you can remove "ELF::" |