Translation updates.
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 8ab69a44f6f5f1714860930261d9ad0b3876e43b..03bc4d60ae12a887bb202ffd461f41bd0fd87b9e 100644 (file)
@@ -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.  */
This page took 0.022468 seconds and 4 git commands to generate.