Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall_defs.hdiff 1ab2aea2489f34a05dabfe5bd91a76d89dd8c922 Fri Jan 30 09:08:05 CST 2015 Leon Alrae <leon.alrae@imgtec.com> linux-user: correct stat structure in MIPS N32

Simple "hello world" MIPS N32 userland program crashes with segfault due to
incorrectly defined stat structure in QEMU.

Correct "target_stat" definition to match kernel's "stat64" as in MIPS N32
there are only plain "stat" syscalls using 64-bit structure.

Reported-by: Daniel Sanders <daniel.sanders@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Tested-by: Daniel Sanders <daniel.sanders@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>