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.hender...@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~