Re: [PATCH 14/18] bsd-user: Define RISC-V signal handling structures and constants

2024-08-02 Thread Richard Henderson
On 8/2/24 18:34, Ajeet Singh wrote: From: Mark Corbin Added definitions for RISC-V signal handling, including structures and constants for managing signal frames and context Signed-off-by: Mark Corbin Signed-off-by: Ajeet Singh Co-authored-by: Warner Losh --- bsd-user/riscv/target_arch_signal

[PATCH 14/18] bsd-user: Define RISC-V signal handling structures and constants

2024-08-02 Thread Ajeet Singh
From: Mark Corbin Added definitions for RISC-V signal handling, including structures and constants for managing signal frames and context Signed-off-by: Mark Corbin Signed-off-by: Ajeet Singh Co-authored-by: Warner Losh --- bsd-user/riscv/target_arch_signal.h | 75 +++