qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 8/8] linux-user/sparc64: Implement signals


From: Richard Henderson
Subject: Re: [PATCH 8/8] linux-user/sparc64: Implement signals
Date: Sun, 25 Apr 2021 09:08:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/25/21 8:57 AM, Richard Henderson wrote:
We've been using the 32-bit sparc abi for 64-bit signals.
There's a surprising amount of difference, beginning with
the fact that 64-bit always uses rt signal frames.

Signed-off-by: Richard Henderson<richard.henderson@linaro.org>
---
  linux-user/sparc/target_signal.h    |   2 +
  linux-user/sparc64/target_syscall.h |  14 +-
  linux-user/sparc64/signal.c         | 245 +++++++++++++++++++++++++++-
  3 files changed, 254 insertions(+), 7 deletions(-)

Ho hum.  I just realized I've broken sparc32plus.
I'll have to reorg the ifdefs.


r~



reply via email to

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