Make objdump's --wide command line option affect its output of DWARF debug information.
[binutils-gdb.git] / binutils / objdump.c
index 4609858f9e38f19db0a812f529edf629496b8ed0..46b4417b998e529029ce43a70f0681c56fadbcb5 100644 (file)
@@ -3766,7 +3766,7 @@ main (int argc, char **argv)
            }
          break;
        case 'w':
-         wide_output = TRUE;
+         do_wide = wide_output = TRUE;
          break;
        case OPTION_ADJUST_VMA:
          adjust_section_vma = parse_vma (optarg, "--adjust-vma");