On Fri, 2013-09-27 at 17:03 +0200, Petr Machata wrote: > Signed-off-by: Petr Machata <[email protected]> > --- > 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 <[email protected]> > > + * readelf.c (handle_file_note): New function. > + (handle_notes_data): Call it to handle NT_FILE notes.
Looks fine. Thanks, Mark
