forked from Imagelibrary/binutils-gdb
* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user