Re: [PATCH 3/4] strip: Pull update_section_size() into file scope

2021-01-28 Thread Mark Wielaard
Hi Timm, On Fri, Jan 08, 2021 at 09:04:48AM +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way. OK, it is a little messy IMHO that we have to pass 4 extra arguments to the function now, but it seems straightforward. Added a ChangeLog entry and pushed. Thanks, Ma

[PATCH 3/4] strip: Pull update_section_size() 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/strip.c | 51 --- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/src/strip.c b/src/strip.c index 71913fac..e608dc5e 100644 --- a/src/strip.