1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include/llvm/Object
Ulrich Weigand 29d82e6f00 [PowerPC] Add some missing PPC64 relocs
All R_PPC_... relocs should also be present (using the same number)
under the corresponding R_PPC64_... name.   The latter were missing
for a couple of cases, which this patch adds.

This is not a big problem when emitting the reloc, because we can
just use the R_PPC_... define instead.  But it is a problem when
*dumping* relocations e.g. using llvm-readobj, because this will
expect only R_PPC64_... values when inspecting a ppc64 ELF file.

llvm-svn: 181451
2013-05-08 17:50:57 +00:00
..
Archive.h [Object][Archive] Improve performance. 2013-02-03 10:48:50 +00:00
Binary.h At Jim Grosbach's request detemplate Object/MachO.h. 2013-04-18 18:08:55 +00:00
COFF.h Add interface for querying object files for symbol values. 2012-10-29 10:47:00 +00:00
ELF.h [PowerPC] Add some missing PPC64 relocs 2013-05-08 17:50:57 +00:00
Error.h Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
MachO.h Fix Addend computation for non external relocations on Macho. 2013-04-30 15:40:54 +00:00
MachOFormat.h [MC/Mach-O] Add support for linker options in Mach-O files. 2013-01-18 01:26:07 +00:00
ObjectFile.h Add getSymbolAlignment to the ObjectFile interface. 2013-04-29 22:24:22 +00:00
RelocVisitor.h [SystemZ] Add ELF relocation support 2013-05-03 11:11:15 +00:00