2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
authorRichard Earnshaw <richard.earnshaw@arm.com>
Thu, 11 Oct 2012 15:26:18 +0000 (15:26 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Thu, 11 Oct 2012 15:26:18 +0000 (15:26 +0000)
commit56c0a61f59fbb8cce91f36aa0ca5cb3445bac31b
tree3349af14f08bcb7facdca22f62d4281b304cbe5c
parent7c1cef979f899c38ef17b55980f1965e8bfffb4b
2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* config/tc-arm.c: Change condition code insertion for
lds[hb] instructions from after the 2nd character to after the 3rd.
(tCM): Remove macro.
(TxCM): Likewise.
(TxCM_): Likewise.
(TCM): Likewise.

2012-10-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

* gas/arm/ldgesb-bad.d: New file.
* gas/arm/ldgesb-bad.l: Likewise.
* gas/arm/ldgesb-bad.s: Likewise.
* gas/arm/ldgesh-bad.d: Likewise.
* gas/arm/ldgesh-bad.l: Likewise.
* gas/arm/ldgesh-bad.s: Likewise.
* gas/arm/ldsgeb.d: Likewise.
* gas/arm/ldsgeb.s: Likewise.
* gas/arm/ldsgeb.l: Likewise.
* gas/arm/ldsgeh.d: Likewise.
* gas/arm/ldsgeh.s: Likewise.
* gas/arm/ldsgeh.l: Likewise.
15 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/ldgesb-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/ldgesb-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/ldgesb-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/ldgesh-bad.d [new file with mode: 0644]
gas/testsuite/gas/arm/ldgesh-bad.l [new file with mode: 0644]
gas/testsuite/gas/arm/ldgesh-bad.s [new file with mode: 0644]
gas/testsuite/gas/arm/ldsgeb.d [new file with mode: 0644]
gas/testsuite/gas/arm/ldsgeb.l [new file with mode: 0644]
gas/testsuite/gas/arm/ldsgeb.s [new file with mode: 0644]
gas/testsuite/gas/arm/ldsgeh.d [new file with mode: 0644]
gas/testsuite/gas/arm/ldsgeh.l [new file with mode: 0644]
gas/testsuite/gas/arm/ldsgeh.s [new file with mode: 0644]