|
| 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 |
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(-)
| [Prev in Thread] | Current Thread | [Next in Thread] |