]> granicus.if.org Git - strace/commit
aarch64: Fix decoding of arm struct stat64
authorElliott Hughes <enh@google.com>
Fri, 4 Apr 2014 00:50:14 +0000 (17:50 -0700)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Apr 2014 23:25:36 +0000 (23:25 +0000)
commit391c0d8cc5d78b20025355025ba43f0c9897126d
treed27c2bad9097838894e379b9427d4ddff686cef2
parent0160e161081c08480bb4fd63a292040c7611f6ec
aarch64: Fix decoding of arm struct stat64

We need to handle this situation more like x86-64.  32-bit arm and i386
actually have a common struct stat64, except the arm one must not be
packed.  Additionally, on aarch64 the 32-bit personality is personality 0.

Signed-off-by: Elliott Hughes <enh@google.com>
file.c