* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
This commit is contained in:
parent
7e71daaa7b
commit
964597d07b
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -4950,6 +4950,7 @@ coff_rtype_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
|
|||
{
|
||||
arelent genrel;
|
||||
|
||||
genrel.howto = NULL;
|
||||
RTYPE2HOWTO (&genrel, rel);
|
||||
return genrel.howto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue