[PATCH] D21297: [ELF][MIPS] Support GOT entries for non-preemptible symbols with different addends
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 00:20:41 PDT 2016
atanasyan updated this revision to Diff 60654.
atanasyan added a comment.
- Moved MIPS specific code to the `GotSection::addMipsEntry`
- Simplified insertion into the `MipsLocalMap`
- Fixed comments formatting
- Fixed `SymbolKind` alignment
Repository:
rL LLVM
http://reviews.llvm.org/D21297
Files:
ELF/InputSection.cpp
ELF/OutputSections.cpp
ELF/OutputSections.h
ELF/Relocations.cpp
ELF/Symbols.cpp
ELF/Symbols.h
test/ELF/mips-64-disp.s
test/ELF/mips-64-got.s
test/ELF/mips-dynamic.s
test/ELF/mips-got16.s
test/ELF/mips-plt-copy.s
test/ELF/mips-sto-plt.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21297.60654.patch
Type: text/x-patch
Size: 28427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160614/b57e21b5/attachment-0001.bin>
More information about the llvm-commits
mailing list