mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
gas/SH: support BFD_RELOC_RVA in the PE/COFF case
This is just so the target won't need excluding in a forthcoming new testcase, which uses the .rva directive.
This commit is contained in:
@@ -3602,6 +3602,9 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
|
||||
|
||||
case BFD_RELOC_32:
|
||||
case BFD_RELOC_32_PCREL:
|
||||
#if defined (OBJ_COFF) && defined (TE_PE)
|
||||
case BFD_RELOC_RVA:
|
||||
#endif
|
||||
apply_full_field_fix (fixP, buf, val, 4);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user