diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-07-12 21:23:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-07-12 21:23:20 +0000 |
| commit | 5b17dee741f671440b7c799fe87a994d75271faf (patch) | |
| tree | 77cdc817aea68c117ced0f38b62347ad54551372 /llvm/lib/Target/PowerPC/PPCRelocations.h | |
| parent | 1ec5e73b328afbd57b5c954159251e876cd9ab71 (diff) | |
| download | bcm5719-llvm-5b17dee741f671440b7c799fe87a994d75271faf.tar.gz bcm5719-llvm-5b17dee741f671440b7c799fe87a994d75271faf.zip | |
Implement PPC64 relocations types
llvm-svn: 29125
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRelocations.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCRelocations.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRelocations.h b/llvm/lib/Target/PowerPC/PPCRelocations.h index 20d747b06d5..09115e3ebc1 100644 --- a/llvm/lib/Target/PowerPC/PPCRelocations.h +++ b/llvm/lib/Target/PowerPC/PPCRelocations.h @@ -34,9 +34,13 @@ namespace llvm { reloc_absolute_high, // reloc_absolute_low - Absolute relocation, for the la instruction (which - // is really an addi). Add the low 16-bits of teh specified global + // is really an addi). Add the low 16-bits of the specified global // address into the low 16-bits of the instruction. reloc_absolute_low, + + // reloc_absolute_low_ix - Absolute relocation for the 64-bit load/store + // instruction which have two implicit zero bits. + reloc_absolute_low_ix, // reloc_absolute_ptr_high - Absolute relocation for references to lazy // pointer stubs. In this case, the relocated instruction should be |

