qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: Re: [PATCH v2 05/23] linux-user/arm: Implement setup_sigtramp
Date: Tue, 29 Jun 2021 11:32:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 6/29/21 7:09 AM, Peter Maydell wrote:
On Fri, 18 Jun 2021 at 20:33, Richard Henderson
<richard.henderson@linaro.org> 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-arm@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  linux-user/arm/target_signal.h |   2 +
  linux-user/arm/signal.c        | 170 +++++++++++++++++++--------------
  2 files changed, 100 insertions(+), 72 deletions(-)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

though I'm not 100% confident I checked all the details. Do you have
test programs that checked all the different trampolines ?

No, I have no fdpic testcases, and wasn't keen to spend an afternoon building 
the toolchain.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]