mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
Re: readelf and objdump help
Fix a last-minute change.. * objdump (usage): Add missing \n.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2021-05-29 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* objdump (usage): Add missing \n.
|
||||||
|
|
||||||
2021-05-29 Alan Modra <amodra@gmail.com>
|
2021-05-29 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* readelf.c (parse_args): Call dwarf_select_sections_all on
|
* readelf.c (parse_args): Call dwarf_select_sections_all on
|
||||||
|
@ -254,17 +254,17 @@ usage (FILE *stream, int status)
|
|||||||
separate debuginfo files\n"));
|
separate debuginfo files\n"));
|
||||||
#if DEFAULT_FOR_FOLLOW_LINKS
|
#if DEFAULT_FOR_FOLLOW_LINKS
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
-WK,--dwarf=follow-links\
|
-WK,--dwarf=follow-links\n\
|
||||||
Follow links to separate debug info files (default)\n"));
|
Follow links to separate debug info files (default)\n"));
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
-WN,--dwarf=no-follow-links\
|
-WN,--dwarf=no-follow-links\n\
|
||||||
Do not follow links to separate debug info files\n"));
|
Do not follow links to separate debug info files\n"));
|
||||||
#else
|
#else
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
-WK,--dwarf=follow-links\
|
-WK,--dwarf=follow-links\n\
|
||||||
Follow links to separate debug info files\n"));
|
Follow links to separate debug info files\n"));
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
-WN,--dwarf=no-follow-links\
|
-WN,--dwarf=no-follow-links\n\
|
||||||
Do not follow links to separate debug info files\n\
|
Do not follow links to separate debug info files\n\
|
||||||
(default)\n"));
|
(default)\n"));
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user