linux-user: AArch64: define TARGET_CLONE_BACKWARDS
commit749c7970d00cdb2be71ce66d65b9eb2ade668832
authorClaudio Fontana <claudio.fontana@linaro.org>
Sat, 4 Jan 2014 22:15:47 +0000 (4 22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 19:18:05 +0000 (7 19:18 +0000)
tree0a18ff97547bc5361146c75a15a6eab6927234bd
parent2df7566445c8b0934030627dff2c2417ec6d8e27
linux-user: AArch64: define TARGET_CLONE_BACKWARDS

The AArch64 linux-user support was written before but merged after
commit 4ce6243dc621 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>
linux-user/aarch64/syscall.h