summary refs log tree commit diff stats
path: root/migration/unix.c
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2015-06-15 12:24:03 +0200
committerChristian Borntraeger <borntraeger@de.ibm.com>2015-06-15 13:31:33 +0200
commit8369e339d24f365750da456588e742674c153437 (patch)
tree5585cd4ff31f51647d4afb7649dee7887d0ceef1 /migration/unix.c
parent795dc6e46d953d70b4b7ddd3f4956f8f4b9d8565 (diff)
downloadfocaccia-qemu-8369e339d24f365750da456588e742674c153437.tar.gz
focaccia-qemu-8369e339d24f365750da456588e742674c153437.zip
s390/bios: build with -fdelete-null-pointer-checks
Starting with version 4.9, GCC assumes it can't safely dereference null
pointers, and uses this for some optimizations. On s390, the lowcore
memory is located at address 0, so this assumption is wrong and breaks
the s390-ccw firmware. Pass -fdelete-null-pointer-checks to avoid that.

Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Message-Id: <1434363843-14576-1-git-send-email-aurelien@aurel32.net>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'migration/unix.c')
0 files changed, 0 insertions, 0 deletions