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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/ppc/host-signal.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux-user/host/ppc/host-signal.h (limited to 'linux-user/host/ppc') diff --git a/linux-user/host/ppc/host-signal.h b/linux-user/host/ppc/host-signal.h new file mode 100644 index 0000000..f4b4d65 --- /dev/null +++ b/linux-user/host/ppc/host-signal.h @@ -0,0 +1 @@ +#define HOST_SIGNAL_PLACEHOLDER -- cgit v1.1