Re: [PATCH 12/21] linux-user/mips: 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. > > Cc: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > linux-user/mips/target_signal.h | 1 + > linux-user/mips64/target_signal.h | 2 ++ > linux-user/mips/signal.c | 39

[PATCH 12/21] linux-user/mips: Implement setup_sigtramp

2021-06-15 Thread Richard Henderson
Create and record the two signal trampolines. Cc: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/mips/target_signal.h | 1 + linux-user/mips64/target_signal.h | 2 ++ linux-user/mips/signal.c | 39 --- 3 files changed, 28 insertio