mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
X
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle R_PCREL_CALL with 22bit format.
This commit is contained in:
@ -480,6 +480,17 @@ _bfd_elf_hppa_gen_reloc_type (abfd, base_type, format, field, ignore, sym)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 22:
|
||||||
|
switch (field)
|
||||||
|
{
|
||||||
|
case e_fsel:
|
||||||
|
final_type = R_PARISC_PCREL22F;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case 21:
|
case 21:
|
||||||
switch (field)
|
switch (field)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user