diff options
Diffstat (limited to 'bfd/elf-hppa.h')
-rw-r--r-- | bfd/elf-hppa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index ab683f0..e03cb93 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -1065,6 +1065,7 @@ elf_hppa_final_link_relocate (howto, input_bfd, output_bfd, case R_PARISC_PCREL22F: case R_PARISC_PCREL17F: + case R_PARISC_14F: { bfd_vma location; r_field = e_fsel; @@ -1254,6 +1255,7 @@ elf_hppa_relocate_insn (abfd, input_sect, insn, address, sym_value, } case R_PARISC_DLTREL14R: + case R_PARISC_DLTREL14F: { int w; |