* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL
        with 22bit format.
This commit is contained in:
Jeff Law 1999-07-01 13:02:50 +00:00
parent 17bb48e0f2
commit 341362b58e

View File

@ -480,6 +480,17 @@ _bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym)
}
break;
case 22:
switch (field)
{
case e_fsel:
final_type = R_PARISC_PCREL22F;
break;
default:
return NULL;
}
break;
case 21:
switch (field)
{