mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* objdump.c (dump_dwarf): Correct setting of is_relocatable.
This commit is contained in:
@@ -2166,8 +2166,7 @@ check_mach_o_dwarf (bfd *abfd)
|
||||
static void
|
||||
dump_dwarf (bfd *abfd)
|
||||
{
|
||||
is_relocatable = ((abfd->flags & (HAS_RELOC | EXEC_P | DYNAMIC))
|
||||
== HAS_RELOC);
|
||||
is_relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0;
|
||||
|
||||
/* FIXME: bfd_get_arch_size may return -1. We assume that 64bit
|
||||
targets will return 64. */
|
||||
|
||||
Reference in New Issue
Block a user