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
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