diff options
author | Nick Clifton <nickc@redhat.com> | 2011-08-03 11:35:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-08-03 11:35:56 +0000 |
commit | 877807f8c481a4c5780b3d7bba7963c068910434 (patch) | |
tree | e85f7cb43cf0495ffc896ecbaf604c14b676e1db /gas/testsuite/ChangeLog | |
parent | 092d27ff4797e721d10b5de0394a2725ff8a966e (diff) | |
download | gdb-877807f8c481a4c5780b3d7bba7963c068910434.zip gdb-877807f8c481a4c5780b3d7bba7963c068910434.tar.gz gdb-877807f8c481a4c5780b3d7bba7963c068910434.tar.bz2 |
* config/tc-arm.c (do_t_strexbh): New.
(insns): Update accordingly.
* gas/arm/strex-bad-t.d: New testcase.
* gas/arm/strex-bad-t.s: Likewise.
* gas/arm/strex-bad-t.l: Likewise.
* gas/arm/strex-t.s: Likewise.
* gas/arm/strex-t.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 28a549f..fe9a5a9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2011-08-03 James Greenhalgh <james.greenhalgh@arm.com> + + * gas/arm/strex-bad-t.d: New testcase. + * gas/arm/strex-bad-t.s: Likewise. + * gas/arm/strex-bad-t.l: Likewise. + * gas/arm/strex-t.s: Likewise. + * gas/arm/strex-t.d: Likewise. + 2011-08-01 H.J. Lu <hongjiu.lu@intel.com> PR ld/13048 @@ -17,7 +25,7 @@ PR gas/13046 * gas/i386/x86-64-branch.s: Add tests for direct branch. * gas/i386/x86-64-branch.d: Updated. - * gas/i386/ilp32/x86-64-branch.d: Likewise. + * gas/i386/ilp32/x86-64-branch.d: Likewise. 2011-07-29 Nick Clifton <nickc@redhat.com> |