Re: [PATCH 05/21] linux-user/alpha: Implement setup_sigtramp

2021-06-16 Thread Philippe Mathieu-Daudé
On 6/16/21 3:11 AM, Richard Henderson wrote: > Create and record the two signal trampolines. > Use them when the guest does not use ka_restorer. > > Signed-off-by: Richard Henderson > --- > linux-user/alpha/target_signal.h | 1 + > linux-user/alpha/signal.c| 34

[PATCH 05/21] linux-user/alpha: Implement setup_sigtramp

2021-06-15 Thread Richard Henderson
Create and record the two signal trampolines. Use them when the guest does not use ka_restorer. Signed-off-by: Richard Henderson --- linux-user/alpha/target_signal.h | 1 + linux-user/alpha/signal.c| 34 +++- 2 files changed, 21 insertions(+), 14