]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Fix snafu with booleans in readelf patch - lack of a program header is not a reason...
authorNick Clifton <nickc@redhat.com>
Fri, 24 Feb 2017 18:15:12 +0000 (18:15 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 24 Feb 2017 18:15:12 +0000 (18:15 +0000)
commit6b4bf3bc355bea57be3c0f6f61008a23b9067a11
tree26f5a74b183ed1f14dca3b7f04079f567cf0a129
parent34e4bae972e66c0bcbd382478bbcaffc9b45ac05
Fix snafu with booleans in readelf patch - lack of a program header is not a reason for a function to return false.

(process_program_headers): Fix snafu - if the program headers are
not available then this is not a cause to fail.
(process_corefile_note_segments): Likewise.
binutils/ChangeLog
binutils/readelf.c