Re: [PATCH v1 17/20] riscv: Add semihosting support for user mode

2021-01-11 Thread Philippe Mathieu-Daudé
On 1/8/21 11:42 PM, Alex Bennée wrote: > From: Kito Cheng > > This could made testing more easier and ARM/AArch64 has supported on > their linux user mode too, so I think it should be reasonable. > > Verified GCC testsuite with newlib/semihosting. > > Signed-off-by: Kito Cheng > Reviewed-by: K

Re: [PATCH v1 17/20] riscv: Add semihosting support for user mode

2021-01-08 Thread Alistair Francis
On Fri, Jan 8, 2021 at 3:05 PM Alex Bennée wrote: > > From: Kito Cheng > > This could made testing more easier and ARM/AArch64 has supported on > their linux user mode too, so I think it should be reasonable. > > Verified GCC testsuite with newlib/semihosting. > > Signed-off-by: Kito Cheng > Rev

[PATCH v1 17/20] riscv: Add semihosting support for user mode

2021-01-08 Thread Alex Bennée
From: Kito Cheng This could made testing more easier and ARM/AArch64 has supported on their linux user mode too, so I think it should be reasonable. Verified GCC testsuite with newlib/semihosting. Signed-off-by: Kito Cheng Reviewed-by: Keith Packard Message-Id: <20210107170717.2098982-7-kei..