diff options
Diffstat (limited to 'include/elf/hppa.h')
-rw-r--r-- | include/elf/hppa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/hppa.h b/include/elf/hppa.h index 116944764c..82b4db83d8 100644 --- a/include/elf/hppa.h +++ b/include/elf/hppa.h @@ -121,6 +121,9 @@ RELOC_NUMBER (R_PARISC_DIR17F, 4) RELOC_NUMBER (R_PARISC_DIR14R, 6) /* load/store (1) RR(symbol, addend) */ +RELOC_NUMBER (R_PARISC_DIR14F, 7) +/* load/store (1) symbol, addend */ + /* PC-relative relocation types Typically used for calls. Note PCREL17C and PCREL17F differ only in overflow handling. |