qemu/linux-user
Riku Voipio b545f63fa9 linux-user: use TARGET_SA_ONSTACK in get_sigframe
As reported by Laurent, which should use TARGET_SA_ONSTACK
on arm, microblaze and openrisc targets like we do on all
others. Practical matter is minimal as for almost all archs
SA_ONSTACK is 0x08000000:

http://lxr.free-electrons.com/ident?i=SA_ONSTACK

Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-07-15 17:08:41 +03:00
..
aarch64
alpha
arm Add support for the arm breakpoint syscall 2014-06-24 20:01:24 +04:00
cris
i386
m68k
microblaze
mips target-mips: implement UserLocal Register 2014-06-18 18:10:47 +02:00
mips64
openrisc
ppc
s390x
sh4
sparc
sparc64
unicore32
x86_64
Makefile.objs
elfload.c linux-user: Support HWCAP2 in PowerPC 2014-06-27 13:48:22 +02:00
errno_defs.h
flat.h
flatload.c
ioctls.h SIOCGIFINDEX: fix typo 2014-07-15 16:26:31 +03:00
linux_loop.h
linuxload.c
m68k-sim.c
main.c target-ppc: Change default cpu for ppc64le-linux-user 2014-07-08 12:10:36 +02:00
mmap.c
qemu.h
signal.c linux-user: use TARGET_SA_ONSTACK in get_sigframe 2014-07-15 17:08:41 +03:00
socket.h linux-user: support SO_PASSSEC setsockopt option 2014-06-29 14:19:59 +03:00
strace.c
strace.list linux-user: support strace of epoll_create1 2014-06-29 14:19:59 +03:00
syscall.c alloca one extra byte sockets 2014-07-15 16:28:36 +03:00
syscall_defs.h linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr 2014-07-15 16:28:25 +03:00
syscall_types.h
target_flat.h
uaccess.c
uname.c
uname.h
vm86.c