On Wed, Sep 24, 2014 at 10:45:32AM +0100, Paul Burton wrote: > The {save,restore}_fp_context{,32} functions require that the assembler > allows the use of sdc instructions on any FP register, and this is > acomplished by setting the arch to r4000. However this has the effect > of enabling the assembler to use mips64 instructions in the expansion > of pseudo-instructions. This was done in the (now-reverted) commit > eec43a224cf1 "MIPS: Save/restore MSA context around signals" which > led to my mistakenly believing that there was an assembler bug, when > in reality the assembler was just emitting mips64 instructions. Avoid > the issue for future commits which will add code to r4k_fpu.S by > pushing the .set arch=r4000 directives into the functions that require > it, and remove the spurious assertion declaring the assembler bug. I'm getting rejects applying patches 1 and 2 of this series and 3 looks like it's likely not to apply either. I suspect that's due to a conflict with 842dfc11 (MIPS: Fix build with binutils 2.24.51+). Can you respin? Thanks! Ralf