diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-05 02:14:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-05 02:14:38 +0000 |
commit | de98ed8b0138865c3e1b323abef7f0180cf31f69 (patch) | |
tree | 1485c849a9cdf087e9387b25e3c6fb6a27ecca0f /include/elf/hppa.h | |
parent | 7faed10febfd0cda542ed949cfd9e10f45f05811 (diff) | |
download | gdb-de98ed8b0138865c3e1b323abef7f0180cf31f69.zip gdb-de98ed8b0138865c3e1b323abef7f0180cf31f69.tar.gz gdb-de98ed8b0138865c3e1b323abef7f0180cf31f69.tar.bz2 |
Add some reloc types.
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r-- | include/elf/hppa.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h index 2d8b86d..1169447 100644 --- a/include/elf/hppa.h +++ b/include/elf/hppa.h @@ -135,6 +135,9 @@ RELOC_NUMBER (R_PARISC_DIR14R, 6) addend being zero. A consequence of this limitation is GAS can not perform relocation reductions for function symbols. */ +RELOC_NUMBER (R_PARISC_PCREL12F, 8) +/* op & branch (17) symbol - PC - 8 + addend */ + RELOC_NUMBER (R_PARISC_PCREL32, 9) /* 32-bit word symbol - PC - 8 + addend */ @@ -229,7 +232,7 @@ RELOC_NUMBER (R_PARISC_SEGBASE, 48) /* none no relocation; SB := sym */ RELOC_NUMBER (R_PARISC_SEGREL32, 49) -/* 32-bit word symbol - SB + addend */ +/* 32-bit word symbol - SB + addend */ /* Offsets from the PLT. */ @@ -471,6 +474,9 @@ RELOC_NUMBER (R_PARISC_LTOFF_TP16WF, 230) RELOC_NUMBER (R_PARISC_LTOFF_TP16DF, 231) /* load/store doubleword (3) ltoff(symbol - TP + addend) */ +RELOC_NUMBER (R_PARISC_GNU_VTENTRY, 232) +RELOC_NUMBER (R_PARISC_GNU_VTINHERIT, 233) + END_RELOC_NUMBERS (R_PARISC_UNIMPLEMENTED) #ifndef RELOC_MACROS_GEN_FUNC |