* 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

@ -1,3 +1,7 @@
2007-04-19 Nick Clifton <nickc@redhat.com>
* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
2007-04-19 Alan Modra <amodra@bigpond.net.au>
* bfd.c (bfd_demangle): New function.

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;
}