Re: [PATCH v2 07/17] bsd-user: Add RISC-V signal trampoline setup function

2024-08-18 Thread Richard Henderson
On 8/17/24 03:09, Ajeet Singh wrote: From: Mark Corbin Implemented the `setup_sigtramp` function for setting up the signal trampoline code in the RISC-V architecture. Signed-off-by: Mark Corbin Signed-off-by: Ajeet Singh Reviewed-by: Richard Henderson --- bsd-user/riscv/target_arch_sigtra

[PATCH v2 07/17] bsd-user: Add RISC-V signal trampoline setup function

2024-08-16 Thread Ajeet Singh
From: Mark Corbin Implemented the `setup_sigtramp` function for setting up the signal trampoline code in the RISC-V architecture. Signed-off-by: Mark Corbin Signed-off-by: Ajeet Singh Reviewed-by: Richard Henderson --- bsd-user/riscv/target_arch_sigtramp.h | 46 +++ 1