diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-07 16:15:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-07-07 16:15:32 +0000 |
commit | 1103f72c0fdb73eeedc115a71cd0d03a31165b6a (patch) | |
tree | eea4c276ad78a8271682d77b796896fb4833eef0 /opcodes/ChangeLog | |
parent | 78c66db84cccdb59df2c31779451d6a3cd300ef9 (diff) | |
download | gdb-1103f72c0fdb73eeedc115a71cd0d03a31165b6a.zip gdb-1103f72c0fdb73eeedc115a71cd0d03a31165b6a.tar.gz gdb-1103f72c0fdb73eeedc115a71cd0d03a31165b6a.tar.bz2 |
gas/
* config/tc-arm.c (insns): Fix encoding for torvsc.
gas/testsuite/
* gas/arm/iwmmxt2.d: Fix insn pattern for torvsc,
add patterns for waddsubhx.
* gas/arm/iwmmxt2.s: Add tests for waddsubhx.
opcodes/
* arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b3b9fa8..a85d11b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw> + + * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus. + 2009-07-07 Nick Clifton <nickc@redhat.com> PR 10288 |