qemu-patch-raspberry4/linux-user/x86_64
Laurent Vivier cb6ac802ef linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Instead of calling setup_frame() conditionally to a list of known targets,
define TARGET_ARCH_HAS_SETUP_FRAME if the target provides the function
and call it only if the macro is defined.

Move declarations of setup_frame() and setup_rt_frame() to
linux-user/signal-common.h

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180424192635.6027-21-laurent@vivier.eu>
2018-04-30 09:47:47 +02:00
..
signal.c linux-user: move i386/x86_64 signal.c parts to i386 directory 2018-04-30 09:47:47 +02:00
syscall_nr.h linux-user: correct timerfd_create syscall numbers 2016-02-23 21:25:10 +02:00
target_cpu.h linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user 2013-07-09 21:20:28 +02:00
target_elf.h linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
target_signal.h linux-user: define TARGET_ARCH_HAS_SETUP_FRAME 2018-04-30 09:47:47 +02:00
target_structs.h linux-user: Fix target_semid_ds structure definition 2016-08-04 16:36:53 +03:00
target_syscall.h linux-user: Clean up target_syscall.h header guards 2016-07-12 16:19:16 +02:00
termbits.h linux-user: Implement ioctl cmd TIOCGPTPEER 2018-02-18 18:52:32 +01:00