[PATCH] D11186: [mips][mcjit] Calculate correct addend for R_MIPS_HI16 and R_MIPS_PCHI16 relocations.
Vladimir Radosavljevic
vladimir.radosavljevic at rt-rk.com
Tue Jul 14 06:41:47 PDT 2015
vradosavljevic created this revision.
vradosavljevic added reviewers: dsanders, petarj.
vradosavljevic added a subscriber: llvm-commits.
vradosavljevic set the repository for this revision to rL LLVM.
So far, for O32 ABI we didn't calculate correct addend for R_MIPS_HI16 and R_MIPS_PCHI16 relocations. This patch fixes that.
Repository:
rL LLVM
http://reviews.llvm.org/D11186
Files:
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11186.29673.patch
Type: text/x-patch
Size: 7547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150714/c37f0c2f/attachment.bin>
More information about the llvm-commits
mailing list