qemu-irix/linux-user
Vince Weaver 8b0ee8c576 alpha: fix stat64 issue
The stat64/fstat64 syscalls are broken for alpha linux-user.

This is because Alpha, even though it is native 64-bits, has a stat64
syscall that is different than regular stat.  This means that the
"TARGET_LONG_BITS==64" check in syscall.c isn't enough.  Below is
a patch that fixes things for me, although it might not be the cleanest
fix.

This issue keeps sixtrack and fma3d spec2k benchmarks from running.

Signed-off-by: Vince Weaver <vince@csl.cornell.edu>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-01-14 15:59:59 +01:00
..
alpha linux-user: Add aliases for some Alpha syscalls 2009-12-21 11:29:27 +01:00
arm
cris
i386
m68k
microblaze
mips
mips64
mipsn32
ppc
sh4
sparc
sparc64
x86_64
elfload.c linux-user: add core dump support for SH 2009-12-19 20:29:18 +01:00
elfload32.c
errno_defs.h
flat.h
flatload.c
ioctls.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
linux_loop.h
linuxload.c linux-user: don't zero a buffer twice 2009-10-16 14:36:36 +03:00
m68k-sim.c
main.c linux-user: fix build with gcc-4.1 2009-12-24 00:17:12 +01:00
mmap.c
qemu-types.h
qemu.h
signal.c linux-user: cleanup force_sig() calls 2009-12-19 19:45:27 +01:00
socket.h
strace.c
strace.list
syscall.c alpha: fix stat64 issue 2010-01-14 15:59:59 +01:00
syscall_defs.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
syscall_types.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
uaccess.c
vm86.c