summaryrefslogtreecommitdiff
path: root/arch/s390/net
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-04-09 00:26:24 +0300
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-04-11 14:36:52 +0300
commit9a0ceb9cfbee7da4a005135c620603ea837878a9 (patch)
treea33ac528857d40e24ba64ff9a2cd10f591373393 /arch/s390/net
parent0a113efc3b48e9a8952e3c6e19dfdcc48b62226f (diff)
downloadlinux-9a0ceb9cfbee7da4a005135c620603ea837878a9.tar.xz
s390: make chkbss work with clang
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 ../arch/s390/scripts/Makefile.chkbss:20: recipe for target 'arch/s390/boot/compressed/decompressor.o.chkbss' failed Change the check so we first see if a .bss section exists before trying to read its size. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/net')
0 files changed, 0 insertions, 0 deletions