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 /gas/testsuite/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 '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 2bddc36..8769953 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-08-30 Paul Brook <paul@codesourcery.com> + + * gas/arm/thumb.d: Change "sub rn, rn, rn" to "subs rn, rn, rn". + * gas/arm/thumb32.d: Ditto. + 2005-08-26 Jan Beulich <jbeulich@novell.com> * gas/i386/intel.s: Adjust. |