diff options
author | Paul Brook <paul@codesourcery.com> | 2006-10-31 20:21:57 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-10-31 20:21:57 +0000 |
commit | 2087ad8497a3aa9818a7bf0a866b56ac92069bfa (patch) | |
tree | 21683cd8a2dcd9b4b04f32bd4f1609c60966ee49 /opcodes/ChangeLog | |
parent | 7a1d4c38938b172a8f3fdb38b01551306bd51d8d (diff) | |
download | gdb-2087ad8497a3aa9818a7bf0a866b56ac92069bfa.zip gdb-2087ad8497a3aa9818a7bf0a866b56ac92069bfa.tar.gz gdb-2087ad8497a3aa9818a7bf0a866b56ac92069bfa.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 01613cd..31b2051 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2006-10-30 Paul Brook <paul@codesourcery.com> + + * 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. + 2006-10-31 Mei Ligang <ligang@sunnorth.com.cn> * score-dis.c (print_insn): Correct the error code to print |