mirror_qemu/linux-user/host
Richard Henderson 4aa3f4dd5b linux-user: Fix i386 safe-syscall.S
Clang insists that "cmp" is ambiguous with a memory destination,
requiring an explicit size suffix.

There was a true error in the use of .cfi_def_cfa_offset in the
epilogue, but changing to use the proper .cfi_adjust_cfa_offset
runs afoul of a clang bug wrt .cfi_restore_state.  Better to
fold the two epilogues so that we don't trigger the bug.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2016-07-07 21:39:22 -07:00
..
aarch64 linux-user: Provide safe_syscall for aarch64 2016-06-26 13:17:22 +03:00
arm linux-user: Provide safe_syscall for arm 2016-06-26 13:17:22 +03:00
i386 linux-user: Fix i386 safe-syscall.S 2016-07-07 21:39:22 -07:00
ia64 linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
mips linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
ppc linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
ppc64 linux-user: Provide safe_syscall for ppc64 2016-06-26 13:17:22 +03:00
s390 linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
s390x linux-user: Provide safe_syscall for s390x 2016-06-26 13:17:22 +03:00
sparc linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
sparc64 linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
x32 linux-user: Create a hostdep.h for each host architecture 2016-06-26 13:17:21 +03:00
x86_64 linux-user: fix x86_64 safe_syscall 2016-06-26 13:17:22 +03:00