commit | 6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c | [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 | e6fe4bd989b93b1f37a25771fc14478dd33aa0df [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>