* readelf.c (parse_args): Select all sections explicitly for -w.
This commit is contained in:
parent
2fb89e62ac
commit
613ff48bcb
2 changed files with 8 additions and 1 deletions
|
@ -3037,7 +3037,10 @@ parse_args (int argc, char **argv)
|
|||
case 'w':
|
||||
do_dump++;
|
||||
if (optarg == 0)
|
||||
do_debugging = 1;
|
||||
{
|
||||
do_debugging = 1;
|
||||
dwarf_select_sections_all ();
|
||||
}
|
||||
else
|
||||
{
|
||||
do_debugging = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue