Re: [PATCH 2/4] strip: Pull relocate() info file scope

2021-01-28 Thread Mark Wielaard
Hi Timm, On Fri, Jan 08, 2021 at 09:04:47AM +0100, Timm Bäder via Elfutils-devel wrote: > Pull relocate() info file scope and get rid of a nested function this > way. Refactor remove_debug_relocations() to minimize the parameters we > need to pass to relocate(). OK. The diff makes it slightly har

[PATCH 2/4] strip: Pull relocate() info file scope

2021-01-08 Thread Timm Bäder via Elfutils-devel
From: Timm Bäder Pull relocate() info file scope and get rid of a nested function this way. Refactor remove_debug_relocations() to minimize the parameters we need to pass to relocate(). Signed-off-by: Timm Bäder --- src/strip.c | 347 1 file