qemu-e2k/linux-user
Alex Barcelo 32a2003af9 Bad zero comparison for sas_ss_flags on powerpc
All architectures work the same way, and all check for sas_ss_flags ==
0. The powerpc lines are wrong, and do the check the other way round
(it's a qemu internal check, which is done wrong only for this
architecture, it's more a typo than a bug). It's NOT ppc specific,
it's POSIX standard (sigaltstack) and qemu internal.

I have a test source that I will send in a follow-up (it's longer than
I would have wished, I'm sure that a better test case can be written
if needed)

Signed-off-by: Alex Barcelo <abarcelo@ac.upc.edu>
Signed-off-by: Alexander Graf <agraf@suse.de>
2012-03-15 13:12:10 +01:00
..
alpha
arm linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters 2011-12-06 10:05:01 +00:00
cris
i386
m68k linux-user: Don't overuse CPUState 2012-03-14 22:20:24 +01:00
microblaze
mips
mips64 linux-user: Define TARGET_QEMU_ESIGRETURN for mips64 2012-02-02 17:51:21 +02:00
mipsn32 linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32 2012-02-02 17:51:20 +02:00
ppc
s390x
sh4
sparc
sparc64
unicore32
x86_64 Fix spelling in comments, documentation and messages 2011-12-14 11:09:44 +00:00
cpu-uname.c linux-user/cpu-uname.c: Convert to UTF-8 2011-12-06 10:04:36 +00:00
cpu-uname.h
elfload.c Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c
m68k-sim.c
main.c Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
mmap.c
qemu-types.h
qemu.h Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
signal.c Bad zero comparison for sas_ss_flags on powerpc 2012-03-15 13:12:10 +01:00
socket.h
strace.c linux-user/strace.c: Correct errno printing for mmap etc 2012-02-02 17:51:20 +02:00
strace.list
syscall_defs.h linux-user: add SO_PEERCRED support for getsockopt 2012-02-02 17:51:20 +02:00
syscall_types.h
syscall.c Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
target_flat.h
uaccess.c
vm86.c