OSDN Git Service

2006-10-30 Paul Brook <paul@codesourcery.com>
authorpbrook <pbrook>
Tue, 31 Oct 2006 20:21:56 +0000 (20:21 +0000)
committerpbrook <pbrook>
Tue, 31 Oct 2006 20:21:56 +0000 (20:21 +0000)
commit61cab07448419ca3638f6f26e5b0568224b4506b
tree8b4130af2b2a1c4c981f0d402be44b549e34dbe1
parent950f5f7122d5452f5642edc5c13d58c4665b44fe
2006-10-30  Paul Brook  <paul@codesourcery.com>

binutils/
* objdump.c (disassemble_section): Set info->symtab_pos.
(disassemble_data): Set info->symtab and info->symtab_size.

include/
* dis-asm.h (disassemble_info): Add symtab, symtab_pos and
symtab_size.

opcodes/
* arm-dis.c (last_is_thumb, last_mapping_sym, last_mapping_addr): New.
(get_sym_code_type): New function.
(print_insn): Search for mapping symbols.
binutils/ChangeLog
binutils/objdump.c
include/ChangeLog
include/dis-asm.h
opcodes/ChangeLog
opcodes/arm-dis.c