mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 21:48:26 +00:00
Handle more hunk types containing raw relocation data.
* bfd/amigaos.c (howto_for_raw_reloc): Handle HUNK_RELRELOC32 and HUNK_RELRELOC26.
This commit is contained in:
@ -289,6 +289,10 @@ howto_for_raw_reloc (type)
|
|||||||
return &howto_table[R_SD8];
|
return &howto_table[R_SD8];
|
||||||
case HUNK_RELOC32SHORT:
|
case HUNK_RELOC32SHORT:
|
||||||
return &howto_table[R_ABS32SHORT];
|
return &howto_table[R_ABS32SHORT];
|
||||||
|
case HUNK_RELRELOC32:
|
||||||
|
return &howto_table[R_PC32];
|
||||||
|
case HUNK_RELRELOC26:
|
||||||
|
return &howto_table[R_PC26];
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user