readelf group errors/warnings
authorAlan Modra <amodra@gmail.com>
Mon, 27 May 2019 01:07:37 +0000 (10:37 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 27 May 2019 04:29:32 +0000 (13:59 +0930)
commit61dd8e19a8b43037125d4a767f27e98e9181521b
tree15ad6eb1ba85ba53b05985152f6bc95611e7c19f
parentce5aecf87372749a5ec511f218956756aa185d0f
readelf group errors/warnings

I noticed that one of the readelf errors stopped processing of further
group sections.  This patch makes readelf continue on to other groups,
like it does with the other errors.

* readelf.c (process_section_groups): Continue processing groups
when sh_entsize exceeds group size.
binutils/ChangeLog
binutils/readelf.c