diff options
author | Jie Zhang <jie.zhang@analog.com> | 2010-02-26 15:57:59 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2010-02-26 15:57:59 +0000 |
commit | f8a8e9d60e5f31f952a520f3de2be3ee3f00d345 (patch) | |
tree | 8ad2ff8629bbe43ee779c88989c282f0f38fb16d /gas/ChangeLog | |
parent | 3fde54a228eaf5288bc42ea24b29c0e35b6f4984 (diff) | |
download | gdb-f8a8e9d60e5f31f952a520f3de2be3ee3f00d345.zip gdb-f8a8e9d60e5f31f952a520f3de2be3ee3f00d345.tar.gz gdb-f8a8e9d60e5f31f952a520f3de2be3ee3f00d345.tar.bz2 |
* config/tc-arm.c (do_t_strexd): Remove
operand[1] != operand[2] contraint.
testsuite/
* gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
for strexd.
* gas/arm/thumb32.l: Adjust.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5e49710..3df889b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2010-02-26 Jie Zhang <jie@codesourcery.com> + * config/tc-arm.c (do_t_strexd): Remove + operand[1] != operand[2] contraint. + +2010-02-26 Jie Zhang <jie@codesourcery.com> + * config/tc-arm.c (neon_select_shape): No need to match the remaining operands in the shape when one operand does not match. |