| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: If634d8d30cfa8c88ca3ba59691a0df4ee5596f85
|
|
|
|
| |
Change-Id: Ibcc5b2ab16e640f7fd3d8a0420fec1bd91a6e6fa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang -target armv5te-none-linux-androideabi -mthumb generates
"MOV Rd, Rs" with two low regs and expect it doesn't change CPSR.
The only encoding in thumb1 allows it is "Hi register operations"
with H1=0 && H2=0 but the behavior is undefined in v5t until v6.
The assembler from binutils-2.22 (compiled with gcc4.7) starts to
check and abort with message reads:
main.s:86: Error: MOV Rd, Rs with two low registers is not permitted on this architecture -- mov r0,r4
Temporily disable this error before clang is fixed.
Change-Id: I3332707e28c00af220896c64b98deef1a4237749
|
|
|
|
|
|
| |
Missing local patches will be added after.
Change-Id: I7e5f7529f165a48db48a07f08b85f36c2faa8d4a
|
|
Change-Id: I8c1bf4cf62df8eb16439021f1a1bac6437f5c470
|