diff options
Diffstat (limited to 'bfd/elf32-nds32.c')
-rw-r--r-- | bfd/elf32-nds32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index fc47c7f..0f2d6da 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -3046,6 +3046,7 @@ nds32_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); elf_tdata (abfd)->core->command = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); + break; default: return FALSE; |