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