We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a24d0 commit e8fba7fCopy full SHA for e8fba7f
binutils/ChangeLog
@@ -1,3 +1,7 @@
1
+2019-03-26 Alan Modra <amodra@gmail.com>
2
+
3
+ * objdump.c (dump_relocs_in_section): Warning fix.
4
5
2019-03-25 Tamar Christina <tamar.christina@arm.com>
6
7
* testsuite/binutils-all/arm/in-order-all.d: New test.
binutils/objdump.c
@@ -3632,7 +3632,7 @@ dump_relocs_in_section (bfd *abfd,
3632
asection *section,
3633
void *dummy ATTRIBUTE_UNUSED)
3634
{
3635
- arelent **relpp;
+ arelent **relpp = NULL;
3636
long relcount;
3637
long relsize;
3638
0 commit comments