Home
last modified time | relevance | path

Searched hist:"7 b3da903041eae8e756d5dd29c492e5f043c9954" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure7b3da903041eae8e756d5dd29c492e5f043c9954 Mon Apr 04 09:32:11 CDT 2011 Alexander Graf <agraf@suse.de> s390x: set alignment for long to 8

The alignment for longs on s390x is 8. That's the only place where it differs
from the default alignments found in configure already. The example alignment
program from Laurent printed the following on a real s390x:

alignof(short) 2
alignof(int) 4
alignof(long) 8
alignof(long long) 8

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>