This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Commit: Tidy up readelf's use of boolean values
- From: Nick Clifton <nickc at redhat dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Fri, 24 Feb 2017 18:17:57 +0000
- Subject: Re: Commit: Tidy up readelf's use of boolean values
- Authentication-results: sourceware.org; auth=none
- References: <874lzjy7af.fsf@redhat.com> <CAMe9rOopj9d5uaXnp7kEbLLmB99H32fGOM40nS883Q5E=EFyPA@mail.gmail.com>
Hi H.J.
> UNRESOLVED: objcopy (ELF group)
> UNRESOLVED: objcopy (ELF group)
> UNRESOLVED: objcopy (ELF group)
> UNRESOLVED: objcopy (ELF group)
Oops - sorry - I forgot to check for new UNRESOLVED results in the binutils subdirectory.
> on Linux/x86. The difference is the extra
>
> There is no dynamic section in this file.
Actually the problem was that the note processing functions were returning a FALSE
result because they could not load the program headers.
I have checked in a patch to fix this.
Cheers
Nick