diff options
Diffstat (limited to 'bfd/elf-hppa.h')
-rw-r--r-- | bfd/elf-hppa.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 9e95183..7138459 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -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) { |