[PATCH] D40147: [MIPS] Handle cross-mode (regular <-> microMIPS) jumps
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 22:07:04 PST 2018
atanasyan updated this revision to Diff 135197.
atanasyan edited the summary of this revision.
atanasyan added a comment.
Herald added subscribers: fedor.sergeev, kbarton, javed.absar, nhaehnle, nemanjai, dylanmckay, jyknight.
- Pass a pointer to relocatable symbol to the `relocateOne` method
- Move handling of the less-significant bit from `relocateNonAlloc` and `relocateAlloc` to `MIPS::relocateOne`
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D40147
Files:
ELF/Arch/AArch64.cpp
ELF/Arch/AMDGPU.cpp
ELF/Arch/ARM.cpp
ELF/Arch/AVR.cpp
ELF/Arch/Mips.cpp
ELF/Arch/PPC.cpp
ELF/Arch/PPC64.cpp
ELF/Arch/SPARCV9.cpp
ELF/Arch/X86.cpp
ELF/Arch/X86_64.cpp
ELF/InputSection.cpp
ELF/SyntheticSections.cpp
ELF/Target.h
ELF/Writer.cpp
test/ELF/mips-micro-bad-cross-calls.s
test/ELF/mips-micro-cross-calls.s
test/ELF/mips-micro-plt.s
test/ELF/mips-micro-relocs.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40147.135197.patch
Type: text/x-patch
Size: 24816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180221/324ca34c/attachment.bin>
More information about the llvm-commits
mailing list