Re: [PATCH 18/21] linux-user/sh4: Implement setup_sigtramp

2021-06-16 Thread Philippe Mathieu-Daudé
On 6/16/21 3:12 AM, Richard Henderson wrote: > Create and record the two signal trampolines. > Use them when the guest does not use SA_RESTORER. > > Cc: Yoshinori Sato > Signed-off-by: Richard Henderson > --- > linux-user/sh4/target_signal.h | 2 ++ > linux-user/sh4/signal.c| 40 ++

[PATCH 18/21] linux-user/sh4: Implement setup_sigtramp

2021-06-15 Thread Richard Henderson
Create and record the two signal trampolines. Use them when the guest does not use SA_RESTORER. Cc: Yoshinori Sato Signed-off-by: Richard Henderson --- linux-user/sh4/target_signal.h | 2 ++ linux-user/sh4/signal.c| 40 +++--- 2 files changed, 24 insertions(