qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/8] linux-user/sparc64: Move sparc64 code out of sparc32 sig


From: Warner Losh
Subject: Re: [PATCH 5/8] linux-user/sparc64: Move sparc64 code out of sparc32 signal.c
Date: Sun, 25 Apr 2021 12:10:29 -0600



On Sun, Apr 25, 2021 at 10:03 AM Richard Henderson <richard.henderson@linaro.org> wrote:
The bulk of the code goes to sparc64/signal.c, with
TARGET_SPARC_BIAS going to target_cpu.h, as we will
shortly need this define beyond signal.c.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 linux-user/sparc/target_cpu.h |   6 +
 linux-user/sparc/signal.c     | 280 ----------------------------------
 linux-user/sparc64/signal.c   | 278 +++++++++++++++++++++++++++++++++
 3 files changed, 284 insertions(+), 280 deletions(-)

Reviewed-by: Warner Losh <imp@bsdimp.com>
 

reply via email to

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