commit | b65e2c1fc7161f251866d787368842a4ff9e1c0b | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Wed Nov 27 16:09:29 2013 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Jan 14 12:38:47 2014 +0100 |
tree | 47d6447cee038923acd58af3bc314077b48911b2 | |
parent | 75675425efcc5b09086f2f7dd6cf9ac2b07397e4 [diff] |
arm: use canonical sub mnemonic Building some arm boards with older binutils may produce errors like this: ---8<--- crt0.S: Assembler messages: crt0.S:70: Error: register expected, not '#(184)' -- `sub sp,#(184)' --->8--- Use canonical version of the subtract mnemonic to avoid those issues. Reported-by: Alexey Smishlayev <alexey@xtech2.lv> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>