diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2012-10-11 15:26:18 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2012-10-11 15:26:18 +0000 |
commit | 56c0a61f59fbb8cce91f36aa0ca5cb3445bac31b (patch) | |
tree | 3349af14f08bcb7facdca22f62d4281b304cbe5c /gas/testsuite/ChangeLog | |
parent | 7c1cef979f899c38ef17b55980f1965e8bfffb4b (diff) | |
download | gdb-56c0a61f59fbb8cce91f36aa0ca5cb3445bac31b.zip gdb-56c0a61f59fbb8cce91f36aa0ca5cb3445bac31b.tar.gz gdb-56c0a61f59fbb8cce91f36aa0ca5cb3445bac31b.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a7e1696..37632e5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,18 @@ +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. + 2012-10-09 Nagajyothi Eggone <nagajyothi.eggone@amd.com> * gas/i386/i386.exp: Run bdver3 test cases. |