diff options
author | Paul Brook <paul@codesourcery.com> | 2006-02-22 15:03:30 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-02-22 15:03:30 +0000 |
commit | f40d16432570939c792ed5c67ff3687c055f3483 (patch) | |
tree | d177f740bb392a20e20f5afc92d7a125264b1e09 /gas/testsuite/ChangeLog | |
parent | 0dd0cb290997507d5b8b2d2eb4d3ddbab7f4b773 (diff) | |
download | fsf-binutils-gdb-f40d16432570939c792ed5c67ff3687c055f3483.zip fsf-binutils-gdb-f40d16432570939c792ed5c67ff3687c055f3483.tar.gz fsf-binutils-gdb-f40d16432570939c792ed5c67ff3687c055f3483.tar.bz2 |
2005-02-22 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (do_pld): Remove incorrect write to
inst.instruction.
(encode_thumb32_addr_mode): Use correct operand.
gas/testsuite/
* gas/arm/thumb32.d: Fix expected pld opcode.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2cb93d1..bab0878 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-02-22 Paul Brook <paul@codesourcery.com> + + * gas/arm/thumb32.d: Fix expected pld opcode. + 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com> Anil Paranjape <anilp1@kpitcummins.com> Shilin Shakti <shilins@kpitcummins.com> |