From e6037d04c58284285726721d0d4741e1386594e9 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 16 Sep 2021 14:44:17 -0700 Subject: linux-user: Reorg handling for SIGSEGV Add stub host-signal.h for all linux-user hosts. Add new code replacing cpu_signal_handler. Full migration will happen one host at a time. Reviewed-by: Warner Losh Reviewed-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis Signed-off-by: Richard Henderson --- linux-user/host/arm/host-signal.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux-user/host/arm/host-signal.h (limited to 'linux-user/host/arm') diff --git a/linux-user/host/arm/host-signal.h b/linux-user/host/arm/host-signal.h new file mode 100644 index 0000000000..f4b4d65031 --- /dev/null +++ b/linux-user/host/arm/host-signal.h @@ -0,0 +1 @@ +#define HOST_SIGNAL_PLACEHOLDER -- cgit v1.2.3-55-g7522