Re: [PATCH 2/4] elfcompress: Pull get_section() into file scope
Hi Timm, On Wed, 2021-02-17 at 09:45 +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way. Added a ChangeLog entry and pushed. Thanks, Mark
[PATCH 2/4] elfcompress: Pull get_section() into file scope
From: Timm Bäder Get rid of a nested function this way. Signed-off-by: Timm Bäder --- src/elfcompress.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/elfcompress.c b/src/elfcompress.c index 65a922a7..2dc74a0c 100644 --- a/src/elfcompress.c +++ b/src/elfc