reinstate uin_reloc_p

This commit is contained in:
Nick Clifton 1999-05-16 14:16:52 +00:00
parent 49e315b1a1
commit 1349dd650d
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-05-16 Nick Clifton <nickc@cygnus.com>
* coff-mcore.c (in_reloc_p): Reinstate.
1999-05-15 Nick Clifton <nickc@cygnus.com>
* reloc.c (BFD_RELOC_MCORE_RVA): Define.

View File

@ -339,6 +339,17 @@ coff_mcore_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
return howto;
}
/* Return true if this relocation should appear in the output .reloc section.
This function is referenced in pe_mkobject in peicode.h. */
static boolean
in_reloc_p (abfd, howto)
bfd * abfd;
reloc_howto_type * howto;
{
return ! howto->pc_relative && howto->type != IMAGE_REL_MCORE_RVA;
}
/* The reloc processing routine for the optimized COFF linker. */
static boolean