On 10/25/19 1:39 PM, Richard Henderson wrote:
We will need a target-specific hook for adjusting registers
in the parent during clone.  Add an empty inline function for
each target, and invoke it from the proper places.

Reviewed-by: Laurent Vivier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
  linux-user/aarch64/target_cpu.h    | 4 ++++
  linux-user/alpha/target_cpu.h      | 4 ++++
  linux-user/arm/target_cpu.h        | 4 ++++
  linux-user/cris/target_cpu.h       | 4 ++++
  linux-user/hppa/target_cpu.h       | 4 ++++
  linux-user/i386/target_cpu.h       | 4 ++++
  linux-user/m68k/target_cpu.h       | 4 ++++
  linux-user/microblaze/target_cpu.h | 4 ++++
  linux-user/mips/target_cpu.h       | 4 ++++
  linux-user/nios2/target_cpu.h      | 4 ++++
  linux-user/openrisc/target_cpu.h   | 4 ++++
  linux-user/ppc/target_cpu.h        | 4 ++++
  linux-user/riscv/target_cpu.h      | 4 ++++
  linux-user/s390x/target_cpu.h      | 4 ++++
  linux-user/sh4/target_cpu.h        | 4 ++++
  linux-user/sparc/target_cpu.h      | 4 ++++
  linux-user/tilegx/target_cpu.h     | 4 ++++
  linux-user/xtensa/target_cpu.h     | 4 ++++
  linux-user/syscall.c               | 2 ++
  19 files changed, 74 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to