On 09/01/11 21:19, Richard Sandiford wrote: > Richard Sandiford <rdsandif...@googlemail.com> writes: >> Gah, my bad, sorry. I'd forgotten mipsisa32-elf is EABI32 >> rather than o32. mips-elf with -mips32/-mips16 would test >> what I was after. > > Sigh. Obviously not my day. I just remembered that the default > mips-elf simulator won't accept -mips32 instructions, so you need > to play some tricks. Could you just try some of the spot checks > instead? I'll test GNU/Linux on qemu once everything is in.
I seem to have made some progress getting 4.6 mipsisa32-elf to accept "-mips16 -msoft-float", now with only 287 unexpected failures. The -mips32 case shouldn't be too different from mips64 testing, should it? Bernd