On 10/24/24 20:59, Ilya Leoshkevich wrote:
gdbstub needs target_to_host_signal(), so move its declaration to a
public header.
Signed-off-by: Ilya Leoshkevich<i...@linux.ibm.com>
---
bsd-user/signal-common.h | 1 -
bsd-user/signal.c | 1 +
include/user/signal.h | 23 +++++++++++++++++++++++
linux-user/signal-common.h | 1 -
linux-user/signal.c | 1 +
linux-user/syscall.c | 1 +
6 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 include/user/signal.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~