This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] Show contents NT_FILE core note in readelf


On Fri, 2013-09-27 at 17:03 +0200, Petr Machata wrote:
> Signed-off-by: Petr Machata <pmachata@redhat.com>
> ---
>  src/ChangeLog                       |    5 +++
>  src/readelf.c                       |   67 ++++++++++++++++++++++++++++++++--
>  tests/ChangeLog                     |    5 +++
>  tests/run-readelf-mixed-corenote.sh |   11 ++++++
>  4 files changed, 84 insertions(+), 4 deletions(-)
> 
> diff --git a/src/ChangeLog b/src/ChangeLog
> index 9d4c2e2..e538a57 100644
> --- a/src/ChangeLog
> +++ b/src/ChangeLog
> @@ -1,5 +1,10 @@
>  2013-09-26  Petr Machata  <pmachata@redhat.com>
>  
> +	* readelf.c (handle_file_note): New function.
> +	(handle_notes_data): Call it to handle NT_FILE notes.

Looks fine.

Thanks,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]