Re: [PATCH 2/2] link_map: Pull read_addrs() into file scope

2020-12-10 Thread Mark Wielaard
Hi Timm, On Mon, 2020-12-07 at 12:11 +0100, Timm Bäder via Elfutils-devel wrote: > Get rid of a nested function this way. The whole idea behind using nested functions is that we don't need to pass around 9 arguments... But ok, it looks harmless. Pushed. Cheers, Mark

[PATCH 2/2] link_map: Pull read_addrs() into file scope

2020-12-07 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 --- libdwfl/ChangeLog | 5 +++ libdwfl/link_map.c | 104 + 2 files changed, 62 insertions(+), 47 deletions(-) diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog ind