Behold, more work on relocations. Things are looking pretty good now.
[oota-llvm.git] / lib / Target / PowerPC / PPCRelocations.h
index 21c688de2c57ff310f6ec8377c1d3e9c18c4e38a..261622f90511cc6bd9ff76beb64e669fcb91c6e7 100644 (file)
 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,