Re: [PATCH] V2 Begin adding some docs to elfutils

2019-08-27 Thread Mark Wielaard
Hi Ben, On Fri, 2019-08-23 at 13:42 -0700, Ben Woodard wrote: > - Added doc/README I like this one. If only because it says we would like to move to sphinx :) I must admit I am not a fan of raw nroff. But of course it is better than nothing. > - Updated doc/ChangeLog Thanks. You don't really ha

[PATCH] readelf: Actually dump hex or strings when -p or -x get section number.

2019-08-27 Thread Mark Wielaard
The readelf code did parse section numbers, but then failed to actually dump the section found. Fixed by actually calling the dump function (either the hex or string variant). Add testcase for readelf -x num. Signed-off-by: Mark Wielaard --- src/ChangeLog | 5 + src/readelf.c

[PATCH] config: Add manpages to spec file.

2019-08-27 Thread Mark Wielaard
Now that we have manpages lets also package them. Signed-off-by: Mark Wielaard --- config/ChangeLog| 5 + config/elfutils.spec.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index 12a141b2..f4d80224 100644 --- a/config/ChangeLog +++ b/co