forked from Imagelibrary/binutils-gdb
* coffcode.h (coff_rtype_to_howto): Initialise genrel.howto.
This commit is contained in:
@@ -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