| commit | 7b3da903041eae8e756d5dd29c492e5f043c9954 | [log] [tgz] |
|---|---|---|
| author | Alexander Graf <[email protected]> | Mon Apr 04 16:32:11 2011 +0200 |
| committer | Aurelien Jarno <[email protected]> | Sun Apr 10 21:23:33 2011 +0200 |
| tree | 45ea6ae1d0eabf590db61a93ca73510ef0783834 | |
| parent | d04fba948fb945e467f263e820b1100d657c533d [diff] |
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 <[email protected]> Signed-off-by: Aurelien Jarno <[email protected]>