N32 relocations are only correct for individual relocations at the moment.
Support for relocation composition will follow in a later patch.
Patch By: Daniel Sanders
Paths
| Differential D27467
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations ClosedPublic Authored by sdardis on Dec 6 2016, 9:27 AM.
Details Summary N32 relocations are only correct for individual relocations at the moment. Patch By: Daniel Sanders
Diff Detail
Event Timelinesdardis added a parent revision: D27460: [mips][rtdyld] Merge code to write relocated values to the section. NFC.Dec 6 2016, 9:28 AM
sdardis edited edge metadata. sdardis marked 2 inline comments as done. Comment ActionsAddressed review comments.
atanasyan edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Dec 12 2016, 12:52 PM Closed by commit rL289532: [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32… (authored by sdardis). · Explain WhyDec 13 2016, 3:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81211 llvm/trunk/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
|