diff options
author | Nick Clifton <nickc@redhat.com> | 2017-12-19 09:48:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-12-19 09:48:40 +0000 |
commit | bef7475fbda88374ca488b0acbbfe1d3d4ab3e5f (patch) | |
tree | 18db482179474668dc0a04bcbac7cd33a74e06bc /binutils/ChangeLog | |
parent | be62dcaa1771b5f2a47f0cfd78f89828f087efff (diff) | |
download | gdb-bef7475fbda88374ca488b0acbbfe1d3d4ab3e5f.zip gdb-bef7475fbda88374ca488b0acbbfe1d3d4ab3e5f.tar.gz gdb-bef7475fbda88374ca488b0acbbfe1d3d4ab3e5f.tar.bz2 |
Stop readelf from complaining about relocation sections with an sh_info field of 0 in dynamic executables.
PR 22587
* readelf.c (process_section_headers): Do not complain about an
sh_info field of 0 in relocation sections of ET_EXEC or ET_DYN
type executables.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f83aa5c..714b20d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2017-12-19 Nick Clifton <nickc@redhat.com> + + PR 22587 + * readelf.c (process_section_headers): Do not complain about an + sh_info field of 0 in relocation sections of ET_EXEC or ET_DYN + type executables. + 2017-12-19 Alan Modra <amodra@gmail.com> * testsuite/binutils-all/ar.exp (unique_symbol): Don't run AR |