Re: [PATCH v2 05/23] linux-user/arm: Implement setup_sigtramp

2021-06-29 Thread Richard Henderson
On 6/29/21 7:09 AM, Peter Maydell wrote: On Fri, 18 Jun 2021 at 20:33, Richard Henderson 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: qemu-...@nongnu.org S

Re: [PATCH v2 05/23] linux-user/arm: Implement setup_sigtramp

2021-06-29 Thread Peter Maydell
On Fri, 18 Jun 2021 at 20:33, Richard Henderson 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: qemu-...@nongnu.org > Signed-off-by: Richard Henderson