All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: Fix build errors with binutils 2.24.51+
@ 2015-01-30 15:40 ` James Hogan
  0 siblings, 0 replies; 8+ messages in thread
From: James Hogan @ 2015-01-30 15:40 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips; +Cc: James Hogan, Paul Burton, David Daney

Fix the following build error with binutils 2.24.51+ since v3.18-rc4:

{standard input}: Assembler messages:
{standard input}:2913: Error: opcode not supported on this processor: mips32r2 (mips32r2) `ctc1 $2,$31'
scripts/Makefile.build:257: recipe for target 'arch/mips/kernel/traps.o' failed

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org

James Hogan (2):
  MIPS: mipsregs.h: Add write_32bit_cp1_register()
  MIPS: traps: Fix inline asm ctc1 missing .set hardfloat

 arch/mips/include/asm/mipsregs.h | 15 +++++++++++++++
 arch/mips/kernel/traps.c         |  3 ++-
 2 files changed, 17 insertions(+), 1 deletion(-)

-- 
2.0.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-30 15:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 15:40 [PATCH 0/2] MIPS: Fix build errors with binutils 2.24.51+ James Hogan
2015-01-30 15:40 ` James Hogan
2015-01-30 15:40 ` [PATCH 1/2] MIPS: mipsregs.h: Add write_32bit_cp1_register() James Hogan
2015-01-30 15:40   ` James Hogan
2015-01-30 15:40 ` [PATCH 2/2] MIPS: traps: Fix inline asm ctc1 missing .set hardfloat James Hogan
2015-01-30 15:40   ` James Hogan
2015-01-30 15:45 ` [PATCH 0/2] MIPS: Fix build errors with binutils 2.24.51+ Markos Chandras
2015-01-30 15:45   ` Markos Chandras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.