]> git.wh0rd.org Git - elf2flt.git/commitdiff
Merge pull request #3 from KirillSmirnov/uninitialized-var
authorMike Frysinger <vapier@gmail.com>
Tue, 13 Sep 2016 06:37:14 +0000 (02:37 -0400)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2016 06:37:14 +0000 (02:37 -0400)
My gcc is 5.4.0, target is m68k, binutils 2.26.

elf2flt.c: In function 'output_relocs':
elf2flt.c:1604:5: error: 'sym_reloc_size' may be used uninitialized in this function [-Werror=maybe-uninitialized]
printf(" RELOC[%d]: offset=0x%"BFD_VMA_FMT"x symbol=%s%s "


Trivial merge