Re: [PATCH 8/8] linux-user/sparc64: Implement signals

2021-04-25 Thread Richard Henderson
On 4/25/21 8:57 AM, Richard Henderson wrote: We've been using the 32-bit sparc abi for 64-bit signals. There's a surprising amount of difference, beginning with the fact that 64-bit always uses rt signal frames. Signed-off-by: Richard Henderson --- linux-user/sparc/target_signal.h| 2 +

[PATCH 8/8] linux-user/sparc64: Implement signals

2021-04-25 Thread Richard Henderson
We've been using the 32-bit sparc abi for 64-bit signals. There's a surprising amount of difference, beginning with the fact that 64-bit always uses rt signal frames. Signed-off-by: Richard Henderson --- linux-user/sparc/target_signal.h| 2 + linux-user/sparc64/target_syscall.h | 14 +- l