qemu-e2k/bsd-user
Warner Losh 835b04ed79 bsd-user: Add stubs for new signal routines
Until the signal support is merged from the bsd-user fork, we need stubs
for cpu_loop_exit_sigsegv and cpu_loop_exit_sigbus to link. These call
abort after logging a message. Since singals aren't supported here
yet, this is sufficient.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20211102225248.52999-2-imp@bsdimp.com>
Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-11-02 22:45:06 -04:00
..
arm
freebsd bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface 2021-10-18 12:51:39 -06:00
i386
mips
mips64
netbsd
openbsd
x86_64
bsdload.c
elfcore.c
elfload.c
errno_defs.h
main.c
meson.build bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface 2021-10-18 12:51:39 -06:00
mmap.c
qemu.h bsd-user/signal: Create a dummy signal queueing function 2021-10-18 12:51:39 -06:00
signal.c bsd-user: Add stubs for new signal routines 2021-11-02 22:45:06 -04:00
strace.c
syscall_defs.h
syscall.c bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface 2021-10-18 12:51:39 -06:00
uaccess.c