Home
last modified time | relevance | path

Searched hist:"6 ba2bc8fa9be4bd09ec43e39cb8e666480ef010c" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dlowlevel_init.S6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c Wed Nov 27 15:09:29 UTC 2013 Andreas Bießmann <andreas.devel@googlemail.com> 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>
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0.S6ba2bc8fa9be4bd09ec43e39cb8e666480ef010c Wed Nov 27 15:09:29 UTC 2013 Andreas Bießmann <andreas.devel@googlemail.com> 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>