* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.

This commit is contained in:
Nick Clifton 2007-04-19 13:36:41 +00:00
parent 7e71daaa7b
commit 964597d07b
2 changed files with 5 additions and 0 deletions

View file

@ -4950,6 +4950,7 @@ coff_rtype_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
{
arelent genrel;
genrel.howto = NULL;
RTYPE2HOWTO (&genrel, rel);
return genrel.howto;
}