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

2021-04-25 Thread Warner Losh
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 > --- > linux-use

[PATCH 5/8] linux-user/sparc64: Move sparc64 code out of sparc32 signal.c

2021-04-25 Thread Richard Henderson
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 --- linux-user/sparc/target_cpu.h | 6 + linux-user/sparc/signal.c | 280 -- li