Re: [PATCH 17/23] Add ARM AArch64 sigcode setup function for bsd-user

2024-06-18 Thread Richard Henderson
On 6/17/24 11:57, Ajeet Singh wrote: From: Stacey Son signal trampoline function initializes a sequence of instructions to handle signal returns and exits, and copies this code to the target offset. Signed-off-by: Stacey Son Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_sigtr

[PATCH 17/23] Add ARM AArch64 sigcode setup function for bsd-user

2024-06-17 Thread Ajeet Singh
From: Stacey Son signal trampoline function initializes a sequence of instructions to handle signal returns and exits, and copies this code to the target offset. Signed-off-by: Stacey Son Signed-off-by: Ajeet Singh --- bsd-user/aarch64/target_arch_sigtramp.h | 48 + 1