* od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization.
This commit is contained in:
parent
f64e188b58
commit
4e3272393f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-12-09 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
|
||||
|
||||
* od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization.
|
||||
|
||||
2014-12-09 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/17512
|
||||
|
|
|
@ -181,7 +181,7 @@ elf32_avr_dump_mem_usage (bfd *abfd)
|
|||
char *description = NULL;
|
||||
bfd_size_type note_section_size = 0;
|
||||
|
||||
deviceinfo device = {0};
|
||||
deviceinfo device = { 0, 0, 0, 0, 0, 0, NULL };
|
||||
device.name = "Unknown";
|
||||
|
||||
bfd_size_type data_usage = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue