Re: [PATCH 4/5] readelf: Pull regname() into file scope

2021-01-30 Thread Mark Wielaard
Hi Timm, On Fri, Jan 08, 2021 at 09:16:32AM +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way. Right. Adding two arguments allows it as file scope function. Added a ChangeLog entry and pushed. Cheers, Mark

[PATCH 4/5] readelf: Pull regname() into file scope

2021-01-08 Thread Timm Bäder via Elfutils-devel
From: Timm Bäder Get rid of a nested function this way. Signed-off-by: Timm Bäder --- src/readelf.c | 42 -- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/src/readelf.c b/src/readelf.c index 99e90c34..e0163891 100644 --- a/src/readelf.c