[RuntimeDyld] Adapt PPC64 relocations to PPC32
authorHal Finkel <hfinkel@anl.gov>
Tue, 4 Aug 2015 15:29:00 +0000 (15:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 4 Aug 2015 15:29:00 +0000 (15:29 +0000)
commit2cbb48f2e3b12c50563cc47a1de342e57ae7a561
treebcd78ec65c8489ba2dd8b7c2280084cdf2135ee0
parent91add497c683abdfa428686780d81124f3f07b53
[RuntimeDyld] Adapt PPC64 relocations to PPC32

Begin adapting some of the implemented PPC64 relocations for PPC32 (with a
test case).

Patch by Pierre-Andre Saulais!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243991 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc32_elf_rel_addr16.s [new file with mode: 0644]