mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* arm-dis.c (print_insn): Check symtab_size not *symtab.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-10-03 Paul Reed <paulreed@paddedcell.com>
|
||||||
|
|
||||||
|
* arm-dis.c (print_insn): Check symtab_size not *symtab.
|
||||||
|
|
||||||
2009-10-02 H.J. Lu <hongjiu.lu@intel.com>
|
2009-10-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* i386-opc.tbl: Drop Disp64 on jump and loop instructions.
|
* i386-opc.tbl: Drop Disp64 on jump and loop instructions.
|
||||||
|
@ -4267,8 +4267,7 @@ print_insn (bfd_vma pc, struct disassemble_info *info, bfd_boolean little)
|
|||||||
|
|
||||||
/* First check the full symtab for a mapping symbol, even if there
|
/* First check the full symtab for a mapping symbol, even if there
|
||||||
are no usable non-mapping symbols for this address. */
|
are no usable non-mapping symbols for this address. */
|
||||||
if (info->symtab != NULL
|
if (info->symtab_size != 0
|
||||||
&& * info->symtab
|
|
||||||
&& bfd_asymbol_flavour (*info->symtab) == bfd_target_elf_flavour)
|
&& bfd_asymbol_flavour (*info->symtab) == bfd_target_elf_flavour)
|
||||||
{
|
{
|
||||||
bfd_vma addr;
|
bfd_vma addr;
|
||||||
|
Reference in New Issue
Block a user