Re: [Qemu-devel] [PATCH for 2.13 3/5] linux-user: define TARGET_ARCH_HAS_SETUP_FRAME

2018-03-23 Thread Peter Maydell
On 22 March 2018 at 21:58, Laurent Vivier wrote: > instead of calling setup_frame() conditionnaly to a list of knowm targets, "Instead". "conditionally". "known". > define TARGET_ARCH_HAS_SETUP_FRAME if the target provides the function > and call it only if the macro is defined Trailing ".". >

[Qemu-devel] [PATCH for 2.13 3/5] linux-user: define TARGET_ARCH_HAS_SETUP_FRAME

2018-03-22 Thread Laurent Vivier
instead of calling setup_frame() conditionnaly to a list of knowm targets, define TARGET_ARCH_HAS_SETUP_FRAME if the target provides the function and call it only if the macro is defined Signed-off-by: Laurent Vivier --- linux-user/aarch64/signal.inc.c| 1 + linux-user/alpha/signal.inc.c