mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Fix relpp may be used uninitialized
* objdump.c (dump_relocs_in_section): Warning fix.
This commit is contained in:
@ -3632,7 +3632,7 @@ dump_relocs_in_section (bfd *abfd,
|
||||
asection *section,
|
||||
void *dummy ATTRIBUTE_UNUSED)
|
||||
{
|
||||
arelent **relpp;
|
||||
arelent **relpp = NULL;
|
||||
long relcount;
|
||||
long relsize;
|
||||
|
||||
|
Reference in New Issue
Block a user