diff options
author | Andre Vieira <Andre dot SimoesDiasVieira at arm dot com> | 2015-11-25 13:56:55 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2015-12-02 09:26:58 +0800 |
commit | 3395762edd7232d976179b232c93cd901b739367 (patch) | |
tree | 4cde7e0d5d2f6b91773a7d6ba867a2671044701d /gas/testsuite/ChangeLog | |
parent | 46de9bcfe44d90bb61a386f2fae013fd65865461 (diff) | |
download | gdb-3395762edd7232d976179b232c93cd901b739367.zip gdb-3395762edd7232d976179b232c93cd901b739367.tar.gz gdb-3395762edd7232d976179b232c93cd901b739367.tar.bz2 |
Fix ldah being disassembled as ldaexh
2015-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
opcodes/
* arm-dis.c (arm_opcodes): <ldaexh>: Fix typo...
<ldah>: ... to this.
gas/testsuite/
* gas/arm/armv8-a.d: <ldaexh>: Rename mismatched mnemonics ...
<ldah>: ... to this.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e73a977..f3ffe38 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com> + + * gas/arm/armv8-a.d: <ldaexh>: Rename mismatched mnemonics ... + <ldah>: ... to this. + 2015-11-27 Matthew Wahab <matthew.wahab@arm.com> * gas/aarch64/float-fp16.d: New. |