* elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F

relocs.
        (elf_hppa_relocate_insn): Similarly.
This commit is contained in:
Jeff Law 1999-09-08 01:00:12 +00:00
parent 11c19a4e3c
commit 084d930bff
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Tue Sep 7 17:25:12 1999 Jeffrey A Law (law@cygnus.com)
* elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14F
relocs.
(elf_hppa_relocate_insn): Similarly.
* elf-hppa.h (elf_hppa_final_link_relocate): Handle DLTREL14WR and
DLTREL14WD relocs.
(elf_hppa_relocate_insn): Similarly.

View File

@ -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;