> -----Original Message----- > From: Richard Henderson <[email protected]> > Sent: Tuesday, July 6, 2021 5:49 PM > To: [email protected] > Cc: [email protected]; [email protected]; Taylor Simpson > <[email protected]>; Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH v2 19/36] linux-user/hexagon: Implement setup_sigtramp > > Continue to initialize the words on the stack, as documented. > However, use the off-stack trampoline. > > Cc: Taylor Simpson <[email protected]> > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > linux-user/hexagon/target_signal.h | 2 ++ > linux-user/hexagon/signal.c | 19 +++++++++++++++++-- > 2 files changed, 19 insertions(+), 2 deletions(-)
Reviewed-by: Taylor Simpson <[email protected]> Tested-by: Taylor Simpson <[email protected]>
