Re: [PATCH 11/12] s390: make chkbss work with clang

2019-04-10 Thread Martin Schwidefsky
On Mon, 8 Apr 2019 23:26:24 +0200 Arnd Bergmann wrote: > llvm skips an empty .bss section entirely, which makes > the check fail with an unexpected error: > > /tmp/binutils-multi-test/bin/s390x-linux-gnu-objdump: section '.bss' > mentioned in a -j option, but not found in any input file >

[PATCH 11/12] s390: make chkbss work with clang

2019-04-08 Thread Arnd Bergmann
llvm skips an empty .bss section entirely, which makes the check fail with an unexpected error: /tmp/binutils-multi-test/bin/s390x-linux-gnu-objdump: section '.bss' mentioned in a -j option, but not found in any input file error: arch/s390/boot/compressed/decompressor.o .bss section is not empty