[PATCH] D38314: [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld

Nitesh Jain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 06:11:49 PDT 2017


nitesh.jain created this revision.
Herald added a subscriber: arichardson.

This patch add support for handling relocation of type R_MIPS_26 for N32/N64 ABI. This will fix the expression failures in LLDB where expression are compiled with flag "-fno-pic -mno-abicalls".

Contribution: Sagar Thakur


Repository:
  rL LLVM

https://reviews.llvm.org/D38314

Files:
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
  test/ExecutionEngine/RuntimeDyld/Mips/ELF_Mips64r2N64_PIC_relocations.s
  test/ExecutionEngine/RuntimeDyld/Mips/ELF_N32_relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38314.116800.patch
Type: text/x-patch
Size: 10902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170927/c57f45aa/attachment.bin>


More information about the llvm-commits mailing list