Re: Some more GCC10 -fanalyzer inspired patches

2020-05-14 Thread Mark Wielaard
On Sun, 2020-05-10 at 21:53 +0200, Mark Wielaard wrote: > I did another build with the final GCC10 and -fanalyzer. The > -Wanalyzer-use-of-uninitialized-value option was removed, which caused > a lot of false positives. Without those it was easier to identify some > real issues. I also tried -fanal

[COMMITTED] size: Also obey radix printing for bsd format.

2020-05-14 Thread Mark Wielaard
eu-size already prints according to the given radix for sysv format, but not for the bsd format. Fix that. Reported-by: Ulrich Drepper Signed-off-by: Mark Wielaard --- src/ChangeLog | 4 src/size.c| 7 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog