gas/testsuite/
authorDaniel Jacobowitz <drow@false.org>
Fri, 29 Jan 2010 16:47:55 +0000 (16:47 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 29 Jan 2010 16:47:55 +0000 (16:47 +0000)
commitb0e28b39b7de5e36bb162657c3b62ba6349ba4b2
tree02a499b3e74a5d0fa333e35e8d40e8ddb6acc83b
parent99b253c5147a1fbe848d5f797666a1b546d300de
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.
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/dis-data.d
gas/testsuite/gas/arm/dis-data2.d [new file with mode: 0644]
gas/testsuite/gas/arm/dis-data2.s [new file with mode: 0644]
gas/testsuite/gas/arm/dis-data3.d [new file with mode: 0644]
gas/testsuite/gas/arm/dis-data3.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c