> > 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
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