diff options
author | Alan Modra <amodra@gmail.com> | 2019-05-27 10:37:37 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-05-27 13:59:32 +0930 |
commit | 61dd8e19a8b43037125d4a767f27e98e9181521b (patch) | |
tree | 15ad6eb1ba85ba53b05985152f6bc95611e7c19f /binutils/ChangeLog | |
parent | ce5aecf87372749a5ec511f218956756aa185d0f (diff) | |
download | fsf-binutils-gdb-61dd8e19a8b43037125d4a767f27e98e9181521b.zip fsf-binutils-gdb-61dd8e19a8b43037125d4a767f27e98e9181521b.tar.gz fsf-binutils-gdb-61dd8e19a8b43037125d4a767f27e98e9181521b.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ef9fa5a..18ec182 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-05-27 Alan Modra <amodra@gmail.com> + + * readelf.c (process_section_groups): Continue processing groups + when sh_entsize exceeds group size. + 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com> * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS. |