diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCRelocations.h')
-rw-r--r-- | lib/Target/PowerPC/PPCRelocations.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCRelocations.h b/lib/Target/PowerPC/PPCRelocations.h index 21c688d..261622f 100644 --- a/lib/Target/PowerPC/PPCRelocations.h +++ b/lib/Target/PowerPC/PPCRelocations.h @@ -25,6 +25,10 @@ namespace llvm { namespace PPC { enum RelocationType { + // reloc_vanilla - A standard relocation, where the address of the + // relocated object completely overwrites the address of the relocation. + reloc_vanilla, + // reloc_pcrel_bx - PC relative relocation, for the b or bl instructions. reloc_pcrel_bx, |