| commit | 3c8cc677e6dbf29e59343142a5f1627427f58844 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Mon Oct 12 20:56:18 2015 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Mon Oct 12 20:56:18 2015 +0000 |
| tree | a33979d5409d76991c01301c1a9e50111f6dfae1 | |
| parent | 3bae2d87330f88b4ced7519da1c23f5450db08fd [diff] |
[ELF2] Add a base set of PPC64 relocations This is mostly an adaptation of the code in LLVM's lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp, and handles a sufficient number of relocations to link a 'hello world' program on big-Endian PPC64/Linux (ELF v1 ABI). llvm-svn: 250101