diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index c61219a..77e450a 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -4624,12 +4624,23 @@ usage (FILE * stream) -R --relocated-dump=<number|name>\n\ Dump the contents of section <number|name> as relocated bytes\n\ -z --decompress Decompress section before dumping it\n\ - -w[lLiaprmfFsoORtUuTgAckK] or\n\ + -w[lLiaprmfFsoORtUuTgAck] or\n\ --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\ =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n\ =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n\ - =addr,=cu_index,=links,=follow-links]\n\ + =addr,=cu_index,=links]\n\ Display the contents of DWARF debug sections\n")); +#if DEFAULT_FOR_FOLLOW_LINKS + fprintf (stream, _("\ + -wK,--debug-dump=follow-links Follow links to separate debug info files (default)\n\ + -wN,--debug-dump=no-follow-links Do not follow links to separate debug info files\n\ +")); +#else + fprintf (stream, _("\ + -wK,--debug-dump=follow-links Follow links to separate debug info files\n\ + -wN,--debug-dump=no-follow-links Do not follow links to separate debug info files (default)\n\ +")); +#endif fprintf (stream, _("\ --dwarf-depth=N Do not display DIEs at depth N or greater\n\ --dwarf-start=N Display DIEs starting with N, at the same depth\n\ |