Re: [PATCH v2 21/23] linux-user/sparc: Implement setup_sigtramp

2021-07-02 Thread Philippe Mathieu-Daudé
On 6/18/21 9:29 PM, Richard Henderson wrote: > Create and record the two signal trampolines. > Use them when the guest does not use SA_RESTORER. > > Cc: Mark Cave-Ayland > Signed-off-by: Richard Henderson > --- > linux-user/sparc/target_signal.h | 4 > linux-user/sparc/signal.c| 3

[PATCH v2 21/23] linux-user/sparc: Implement setup_sigtramp

2021-06-18 Thread Richard Henderson
Create and record the two signal trampolines. Use them when the guest does not use SA_RESTORER. Cc: Mark Cave-Ayland Signed-off-by: Richard Henderson --- linux-user/sparc/target_signal.h | 4 linux-user/sparc/signal.c| 32 ++-- 2 files changed, 22 inser