On Sun, Apr 25, 2021 at 10:03 AM Richard Henderson < richard.hender...@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.hender...@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 <i...@bsdimp.com>