On Fri, 18 Jun 2021 at 20:33, Richard Henderson <[email protected]> wrote: > > ARM is more complicated than the others, in that we also > have trampolines for using SA_RESTORER with FDPIC, and > we need to create trampolines for both ARM and Thumb modes. > > Cc: [email protected] > Signed-off-by: Richard Henderson <[email protected]> > --- > linux-user/arm/target_signal.h | 2 + > linux-user/arm/signal.c | 170 +++++++++++++++++++-------------- > 2 files changed, 100 insertions(+), 72 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> though I'm not 100% confident I checked all the details. Do you have test programs that checked all the different trampolines ? thanks -- PMM
