aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-11-11 09:44:45 +0000
committerNick Clifton <nickc@redhat.com>2009-11-11 09:44:45 +0000
commitc1e268973158feac8245fd0db4bbe09d9dc543f1 (patch)
tree9d5704ab2314b0b66661a25aa9aecc226ff312f4 /opcodes/ChangeLog
parent41327c9d6d9ee7e76195ccb71fbd4160191aa351 (diff)
downloadgdb-c1e268973158feac8245fd0db4bbe09d9dc543f1.zip
gdb-c1e268973158feac8245fd0db4bbe09d9dc543f1.tar.gz
gdb-c1e268973158feac8245fd0db4bbe09d9dc543f1.tar.bz2
PR binutils/10924
* arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro. (print_insn_arm): Extend %s format control code to check for unpredictable addressing modes. Add support for %S format control code which suppresses this check. (W_BIT, I_BIT, U_BIT, P_BIT): New macros. (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET, PRE_BIT_SET): New macros. (print_insn_coprocessor): Use the new macros instead of magic constants. (print_arm_address): Likewise. (pirnt_insn_arm): Likewise. (print_insn_thumb32): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a8854ea..e0f48e9 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,21 @@
2009-11-11 Nick Clifton <nickc@redhat.com>
+ PR binutils/10924
+ * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
+ (print_insn_arm): Extend %s format control code to check for
+ unpredictable addressing modes. Add support for %S format control
+ code which suppresses this check.
+ (W_BIT, I_BIT, U_BIT, P_BIT): New macros.
+ (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
+ PRE_BIT_SET): New macros.
+ (print_insn_coprocessor): Use the new macros instead of magic
+ constants.
+ (print_arm_address): Likewise.
+ (pirnt_insn_arm): Likewise.
+ (print_insn_thumb32): Likewise.
+
+2009-11-11 Nick Clifton <nickc@redhat.com>
+
* po/id.po: Updated Indonesian translation.
2009-11-10 Maxim Kuvyrkov <maxim@codesourcery.com>