Re: [PATCH v2 07/23] linux-user/cris: Implement setup_sigtramp

2021-06-19 Thread Philippe Mathieu-Daudé
On 6/19/21 2:55 PM, Richard Henderson wrote: > On 6/19/21 2:33 AM, Philippe Mathieu-Daudé wrote: >> On 6/18/21 9:29 PM, 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.

Re: [PATCH v2 07/23] linux-user/cris: Implement setup_sigtramp

2021-06-19 Thread Richard Henderson
On 6/19/21 2:33 AM, Philippe Mathieu-Daudé wrote: On 6/18/21 9:29 PM, 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 -

Re: [PATCH v2 07/23] linux-user/cris: Implement setup_sigtramp

2021-06-19 Thread Philippe Mathieu-Daudé
On 6/18/21 9:29 PM, 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 v2 07/23] linux-user/cris: Implement setup_sigtramp

2021-06-18 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