]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Stop readelf from complaining about out of order PT_LOAD segments.
authorNick Clifton <nickc@redhat.com>
Wed, 30 Nov 2016 11:06:42 +0000 (11:06 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 30 Nov 2016 11:06:42 +0000 (11:06 +0000)
commit502d895cd1ca5d4abf4ef55984cbf5239aeaef0c
tree41121d44d426d7b3f26d05a9ec89540d610ccfb2
parentea3d7d1cab4221ab729327bb4d957352c79d05f0
Stop readelf from complaining about out of order PT_LOAD segments.

PR ld/20815
* readelf.c (process_program_headers): Do not warn about out of
order PT_LOAD segments.
binutils/ChangeLog
binutils/readelf.c