diff options
author | Paul Brook <paul@codesourcery.com> | 2005-08-30 11:21:59 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-08-30 11:21:59 +0000 |
commit | a2dfd01fa7b41122647b654d6abe936f6d3f610e (patch) | |
tree | 78122bfbfd23f8c9d3d9c4b9433d972bc189fa31 /opcodes/ChangeLog | |
parent | 8ec6eebb00dfd319a83c6ee23005d116aedb5e2c (diff) | |
download | gdb-a2dfd01fa7b41122647b654d6abe936f6d3f610e.zip gdb-a2dfd01fa7b41122647b654d6abe936f6d3f610e.tar.gz gdb-a2dfd01fa7b41122647b654d6abe936f6d3f610e.tar.bz2 |
2005-08-30 Paul Brook <paul@codesourcery.com>
opcodes/
* arm-dis.c (thumb_opcodes): Disassemble sub(3) as subs.
gas/testsuite/
* gas/arm/thumb.d: Change "sub rn, rn, rn" to "subs rn, rn, rn".
* gas/arm/thumb32.d: Ditto.
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 4b09b7a..1d8ed02 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2005-08-30 Paul Brook <paul@codesourcery.com> + + * arm-dis.c (thumb_opcodes): Disassemble sub(3) as subs. + 2005-08-26 Jan Beulich <jbeulich@novell.com> * i386-dis.c (intel_operand_size): New, broken out from OP_E for |