Re: [PATCH 1/5] unstrip: Pull adjust_reloc() into file scope

2021-03-01 Thread Mark Wielaard
Hi Timm, On Wed, 2021-02-17 at 09:43 +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 1/5] unstrip: Pull adjust_reloc() into file scope

2021-02-17 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/unstrip.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/unstrip.c b/src/unstrip.c index 85803295..6e874c3a 100644 --- a/src/unstrip.c +++ b/src/uns