Re: [PATCH 06/21] linux-user/cris: Implement setup_sigtramp

2021-06-16 Thread Philippe Mathieu-Daudé
On 6/16/21 3:11 AM, Richard Henderson wrote: > Split out setup_sigreturn so that we can continue to > initialize the words on the stack, as documented. > However, use the off-stack trampoline. > > Cc: Edgar E. Iglesias > Signed-off-by: Richard Henderson > --- > linux-user/cris/target_signal.h |

[PATCH 06/21] linux-user/cris: Implement setup_sigtramp

2021-06-15 Thread Richard Henderson
Split out setup_sigreturn so that we can continue to initialize the words on the stack, as documented. However, use the off-stack trampoline. Cc: Edgar E. Iglesias Signed-off-by: Richard Henderson --- linux-user/cris/target_signal.h | 2 ++ linux-user/cris/signal.c| 29