aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2010-01-29 16:47:55 +0000
committerDaniel Jacobowitz <drow@false.org>2010-01-29 16:47:55 +0000
commitb0e28b39b7de5e36bb162657c3b62ba6349ba4b2 (patch)
tree02a499b3e74a5d0fa333e35e8d40e8ddb6acc83b /opcodes/ChangeLog
parent99b253c5147a1fbe848d5f797666a1b546d300de (diff)
downloadgdb-b0e28b39b7de5e36bb162657c3b62ba6349ba4b2.zip
gdb-b0e28b39b7de5e36bb162657c3b62ba6349ba4b2.tar.gz
gdb-b0e28b39b7de5e36bb162657c3b62ba6349ba4b2.tar.bz2
gas/testsuite/
* gas/arm/dis-data.d: Update test name. Do not expect .word output. * gas/arm/dis-data2.d, gas/arm/dis-data2.s, gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests. opcodes/ * opcodes/arm-dis.c (struct arm_private_data): New. (print_insn_coprocessor, print_insn_arm): Update to use struct arm_private_data. (is_mapping_symbol, get_map_sym_type): New functions. (get_sym_code_type): Check the symbol's section. Do not check mapping symbols. (print_insn): Default to disassembling ARM mode code. Check for mapping symbols separately from other symbols. Use struct arm_private_data.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 875ee2c..7ab07ef 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,15 @@
+2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * opcodes/arm-dis.c (struct arm_private_data): New.
+ (print_insn_coprocessor, print_insn_arm): Update to use struct
+ arm_private_data.
+ (is_mapping_symbol, get_map_sym_type): New functions.
+ (get_sym_code_type): Check the symbol's section. Do not check
+ mapping symbols.
+ (print_insn): Default to disassembling ARM mode code. Check
+ for mapping symbols separately from other symbols. Use
+ struct arm_private_data.
+
2010-01-28 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (EXVexWdqScalar): New.