Commit 8e3ac67b authored by Russell King's avatar Russell King

[ARM] Remove old binutils compatibility.

Old binutils (without .incbin) had the idea that a certain assembler
instruction was illegal.  binutils has since been fixed to allow it.
parent 7bd23819
......@@ -63,13 +63,7 @@
#define S_OFF 8
.macro set_cpsr_c, reg, mode
#if 1
/* broken binutils */
mov \reg, \mode
msr cpsr_c, \reg
#else
msr cpsr_c, \mode
#endif
.endm
.macro disable_irq, temp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment