aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-02-22 15:03:30 +0000
committerPaul Brook <paul@codesourcery.com>2006-02-22 15:03:30 +0000
commitf40d16432570939c792ed5c67ff3687c055f3483 (patch)
treed177f740bb392a20e20f5afc92d7a125264b1e09 /gas/ChangeLog
parent0dd0cb290997507d5b8b2d2eb4d3ddbab7f4b773 (diff)
downloadgdb-f40d16432570939c792ed5c67ff3687c055f3483.zip
gdb-f40d16432570939c792ed5c67ff3687c055f3483.tar.gz
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/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 15945a3..347d32e 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-22 Paul Brook <paul@codesourcery.com>
+
+ * config/tc-arm.c (do_pld): Remove incorrect write to
+ inst.instruction.
+ (encode_thumb32_addr_mode): Use correct operand.
+
2006-02-21 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (md_apply_fix): Fix off-by-one errors.