diff options
author | Paul Brook <paul@codesourcery.com> | 2007-06-05 22:02:47 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-06-05 22:02:47 +0000 |
commit | 79d4951621eec323a92ad518f474f7ccee143aa3 (patch) | |
tree | 21d6ecc0efc75138fe7a6e7c84577cff7e2d10de /gas/ChangeLog | |
parent | fd20f75b0c15ed18549120f8b137e520726650ee (diff) | |
download | gdb-79d4951621eec323a92ad518f474f7ccee143aa3.zip gdb-79d4951621eec323a92ad518f474f7ccee143aa3.tar.gz gdb-79d4951621eec323a92ad518f474f7ccee143aa3.tar.bz2 |
2007-06-05 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes.
gas/testsuite/
* gas/arm/thumb32.d: Add writeback addressing mode tests.
* gas/arm/thumb32.s: Update expected output.
opcodes/
* arm-dis.c (thumb32_opcodes): Display writeback ldrd/strd addresses.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 15c33fa..f1b6890 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-06-05 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes. + 2007-06-05 Nick Clifton <nickc@redhat.com> PR gas/4587 |