From: Alan Modra Date: Mon, 27 May 2019 01:07:37 +0000 (+0930) Subject: readelf group errors/warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61dd8e19a8b43037125d4a767f27e98e9181521b;p=binutils-gdb.git 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ef9fa5ac712..18ec1826c16 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-05-27 Alan Modra + + * readelf.c (process_section_groups): Continue processing groups + when sh_entsize exceeds group size. + 2019-05-24 Szabolcs Nagy * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS. diff --git a/binutils/readelf.c b/binutils/readelf.c index 23ffd866003..424624e0e4d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -6875,7 +6875,7 @@ process_section_groups (Filedata * filedata) printable_section_name (filedata, section), (unsigned long) section->sh_entsize, (unsigned long) section->sh_size); - break; + continue; } start = (unsigned char *) get_data (NULL, filedata, section->sh_offset,