Re: [PATCH v4 10/25] linux-user/i386: Implement setup_sigtramp

2021-09-27 Thread Philippe Mathieu-Daudé
On 9/28/21 04:00, Richard Henderson wrote: > Create and record the two signal trampolines. > Use them when the guest does not use SA_RESTORER. > Note that x86_64 does not use this code. > > Signed-off-by: Richard Henderson > --- > linux-user/i386/target_signal.h | 2 ++ > linux-user/x86_64/ta

[PATCH v4 10/25] linux-user/i386: Implement setup_sigtramp

2021-09-27 Thread Richard Henderson
Create and record the two signal trampolines. Use them when the guest does not use SA_RESTORER. Note that x86_64 does not use this code. Signed-off-by: Richard Henderson --- linux-user/i386/target_signal.h | 2 ++ linux-user/x86_64/target_signal.h | 3 ++ linux-user/i386/signal.c |