Re: [Qemu-devel] [PATCH 16/19] mips: Remove ELF_MACHINE from cpu.h

2015-08-18 Thread Aurelien Jarno
On 2015-08-15 16:28, Peter Crosthwaite wrote: > From: Peter Crosthwaite > > The only generic code relying on this is linux-user, but linux users' > default behaviour of defaulting ELF_MACHINE to ELF_ARCH will handle > this. > > The bootloaders can just pass EM_MIPS directly, as that is > archite

[Qemu-devel] [PATCH 16/19] mips: Remove ELF_MACHINE from cpu.h

2015-08-15 Thread Peter Crosthwaite
From: Peter Crosthwaite The only generic code relying on this is linux-user, but linux users' default behaviour of defaulting ELF_MACHINE to ELF_ARCH will handle this. The bootloaders can just pass EM_MIPS directly, as that is architecture specific code. This removes another architecture specif