Re: [PATCH] elflint, readelf: enhance error diagnostics
On Mon, Sep 30, 2019 at 02:39:50PM +0300, Dmitry V. Levin wrote: > When an input file cannot be opened, include its name > into the error diagnostics. Looks very sensible. Pushed to master. Thanks, Mark
[PATCH] elflint, readelf: enhance error diagnostics
When an input file cannot be opened, include its name into the error diagnostics. Signed-off-by: Dmitry V. Levin --- src/ChangeLog | 6 ++ src/elflint.c | 6 +++--- src/readelf.c | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3007c