mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* 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