Re: [PATCH 4/4] strip: Remove no_symtab_updates() function

2021-01-28 Thread Mark Wielaard
Hi Timm, On Fri, Jan 08, 2021 at 09:04:49AM +0100, Timm Bäder via Elfutils-devel wrote: > The no_symtab_updates() function was being called at the beginning of > all case labels in this switch, so we can just call it once before the > switch. Then it only has one call-site, so inline this short fu

[PATCH 4/4] strip: Remove no_symtab_updates() function

2021-01-08 Thread Timm Bäder via Elfutils-devel
From: Timm Bäder The no_symtab_updates() function was being called at the beginning of all case labels in this switch, so we can just call it once before the switch. Then it only has one call-site, so inline this short function there. Signed-off-by: Timm Bäder --- src/strip.c | 152 +++