Re: [Qemu-devel] [PATCH] Merge mips64 and mipsn32

2012-02-10 Thread Paul Brook
> > Make MIPS N32 be a variant of mips64, rather than a new architecture in > > its own right. This matches how sparc/ppc work, and makes TARGET_MIPS64 > > the right thing to check for a 64-bit mips core. > > > > As side-effect of this is that linux-user/mipsn32 gets merged into > > linux-user/mi

Re: [Qemu-devel] [PATCH] Merge mips64 and mipsn32

2012-02-10 Thread Andreas Färber
Am 10.02.2012 12:23, schrieb Paul Brook: > Make MIPS N32 be a variant of mips64, rather than a new architecture in > its own right. This matches how sparc/ppc work, and makes TARGET_MIPS64 > the right thing to check for a 64-bit mips core. > > As side-effect of this is that linux-user/mipsn32 get