mbox series

[0/3] Fix Travis-CI / compiling with older versions of Clang

Message ID 20210512171550.476130-1-thuth@redhat.com (mailing list archive)
Headers show
Series Fix Travis-CI / compiling with older versions of Clang | expand

Message

Thomas Huth May 12, 2021, 5:15 p.m. UTC
My last pull request enabled compiling the s390-ccw bios with Clang.
However, I only tested it with Clang version 11, and older versions
of Clang are a little bit more picky. Fix those issues now, too, so
that the corresponding job with Clang on s390x in the Travis-CI works
correctly again.

Thomas Huth (3):
  pc-bios/s390-ccw: Fix inline assembly for older versions of Clang
  pc-bios/s390-ccw/Makefile: Check more compiler flags for Clang
  pc-bios/s390-ccw: Add a proper prototype for main()

 pc-bios/s390-ccw/Makefile   | 7 ++++---
 pc-bios/s390-ccw/helper.h   | 2 +-
 pc-bios/s390-ccw/jump2ipl.c | 4 ++--
 pc-bios/s390-ccw/main.c     | 3 +--
 pc-bios/s390-ccw/menu.c     | 8 ++++----
 pc-bios/s390-ccw/s390-ccw.h | 1 +
 pc-bios/s390-ccw/virtio.c   | 2 +-
 7 files changed, 14 insertions(+), 13 deletions(-)