Re: [PATCH 2/5] readelf: Pull same_set() info file scope

2021-01-30 Thread Mark Wielaard
Hi Timm, On Fri, Jan 08, 2021 at 09:16:30AM +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way OK, with the 2 extra arguments this works identically. I did put one same_set call on its own line because it became too long. Added a ChangeLog entry and pushed. Thank

[PATCH 2/5] readelf: Pull same_set() info 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 | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/readelf.c b/src/readelf.c index a95fc0aa..0157f8a2 100644 --- a/src/readelf.c +++ b/src/readelf.