diff options
author | Jeff Law <law@redhat.com> | 1999-09-08 01:00:12 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-08 01:00:12 +0000 |
commit | 084d930bff318d329e7b37d365e5ff14b95506e3 (patch) | |
tree | 01c7eb9d736f4e09a6c86d3523edc30e064b9731 /bfd/elf-hppa.h | |
parent | 11c19a4e3cdb4b3a4ebe40f3b5ca2c73801f3119 (diff) | |
download | gdb-084d930bff318d329e7b37d365e5ff14b95506e3.zip gdb-084d930bff318d329e7b37d365e5ff14b95506e3.tar.gz gdb-084d930bff318d329e7b37d365e5ff14b95506e3.tar.bz2 |
* elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F
relocs.
(elf_hppa_relocate_insn): Similarly.
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; |