qemu-e2k/linux-user/aarch64
Claudio Fontana 1b69f006bf linux-user: AArch64: define TARGET_CLONE_BACKWARDS
The AArch64 linux-user support was written before but merged after
commit 4ce6243dc6 which cleaned up the handling of the clone()
syscall argument order, so we failed to notice that AArch64 also needs
TARGET_CLONE_BACKWARDS to be defined. Add this define so that clone
and fork syscalls work correctly.

Signed-off-by: Claudio Fontana <claudio.fontana@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
2014-01-08 19:07:20 +00:00
..
syscall.h linux-user: AArch64: define TARGET_CLONE_BACKWARDS 2014-01-08 19:07:20 +00:00
syscall_nr.h linux-user: Add syscall number definitions for AArch64 2013-09-10 19:11:28 +01:00
target_cpu.h target-arm: Widen thread-local register state fields to 64 bits 2014-01-07 19:17:59 +00:00
target_signal.h linux-user: Add signal handling for AArch64 2013-09-10 19:11:28 +01:00
target_structs.h linux-user: create target_structs header to place ipc_perm and shmid_ds 2013-11-29 11:42:04 +02:00
termbits.h linux-user: Add AArch64 termbits.h definitions 2013-09-10 19:11:29 +01:00