[PATCH] D17593: [ELF][MIPS] Add STO_MIPS_PLT flag to the symbols require pointer equality

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 21:16:17 PST 2016


atanasyan created this revision.
atanasyan added reviewers: ruiu, rafael.
atanasyan added a subscriber: llvm-commits.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.

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.

https://sourceware.org/ml/binutils/2008-07/txt00000.txt

Repository:
  rL LLVM

http://reviews.llvm.org/D17593

Files:
  ELF/OutputSections.cpp
  ELF/Target.cpp
  test/ELF/mips-sto-plt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17593.49006.patch
Type: text/x-patch
Size: 3854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/4d193041/attachment.bin>


More information about the llvm-commits mailing list