Stop readelf from returning an error status if asked to dump an emoty section.
authorNick Clifton <nickc@redhat.com>
Tue, 25 Jul 2017 08:35:36 +0000 (09:35 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 25 Jul 2017 08:37:34 +0000 (09:37 +0100)
commitc6b78c965a96fb152fbd58926edccb5dee2707a5
treeda79ee157fd070c1a2484338aae81e7a8d85390c
parentd4aaa2a0744a28143f0b923802b6d1fa8db15887
Stop readelf from returning an error status if asked to dump an emoty section.

PR 21820
* readelf.c (dump_section_as_strings): Do not fail if the section
was empty.
(dump_section_as_bytes): Likewise.
binutils/readelf.c