mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 13:53:45 +08:00
Make objdump's --wide command line option affect its output of DWARF debug information.
PR binutils/21235 * objdump.c (main): Set do_wide with --wide.
This commit is contained in:

committed by
Nick Clifton

parent
8b1e5da10a
commit
7b5d48229b
@ -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");
|
||||
|
Reference in New Issue
Block a user