Re: [PATCH 1/2] linux-user/mips: Support the n32 ABI for the R5900

2021-02-14 Thread Laurent Vivier
Le 14/02/2021 à 16:17, Philippe Mathieu-Daudé a écrit : > On Thu, Nov 8, 2018 at 7:45 PM Fredrik Noring wrote: >> >> Recognise the R5900, which reports itself as MIPS III, as a 64-bit CPU >> supporting the n32 ABI. >> >> Signed-off-by: Fredrik Noring >> --- >> linux-user/mips64/target_elf.h | 3

Re: [PATCH 1/2] linux-user/mips: Support the n32 ABI for the R5900

2021-02-14 Thread Bin Meng
On Sun, Feb 14, 2021 at 11:17 PM Philippe Mathieu-Daudé wrote: > > On Thu, Nov 8, 2018 at 7:45 PM Fredrik Noring wrote: Oops, an old patch from 2018 and was never applied? > > > > Recognise the R5900, which reports itself as MIPS III, as a 64-bit CPU > > supporting the n32 ABI. > > > >

Re: [PATCH 1/2] linux-user/mips: Support the n32 ABI for the R5900

2021-02-14 Thread Philippe Mathieu-Daudé
On Thu, Nov 8, 2018 at 7:45 PM Fredrik Noring wrote: > > Recognise the R5900, which reports itself as MIPS III, as a 64-bit CPU > supporting the n32 ABI. > > Signed-off-by: Fredrik Noring > --- > linux-user/mips64/target_elf.h | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Philippe

Re: [Qemu-devel] [PATCH 1/2] linux-user/mips: Support the n32 ABI for the R5900

2018-11-09 Thread Laurent Vivier
On 08/11/2018 19:43, Fredrik Noring wrote: > Recognise the R5900, which reports itself as MIPS III, as a 64-bit CPU > supporting the n32 ABI. > > Signed-off-by: Fredrik Noring > --- > linux-user/mips64/target_elf.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

[Qemu-devel] [PATCH 1/2] linux-user/mips: Support the n32 ABI for the R5900

2018-11-08 Thread Fredrik Noring
Recognise the R5900, which reports itself as MIPS III, as a 64-bit CPU supporting the n32 ABI. Signed-off-by: Fredrik Noring --- linux-user/mips64/target_elf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/mips64/target_elf.h b/linux-user/mips64/target_elf.h index