Add support for documenting target specific disassembler options

This commit is contained in:
Nick Clifton
2000-01-27 21:44:26 +00:00
parent 2f0ca46a49
commit 94470b237b
6 changed files with 24 additions and 0 deletions

View File

@ -268,6 +268,8 @@ usage (stream, status)
--adjust-vma <offset> Add <offset> to all displayed section addresses\n\
\n"));
list_supported_targets (program_name, stream);
disassembler_usage (stream);
}
if (status == 0)
fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));