diff options
author | Tom de Vries <tom@codesourcery.com> | 2017-03-17 12:14:50 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2017-03-17 12:14:50 +0000 |
commit | 39653b82d88c03a7b5ab87ad79a16a6e989bfbe7 (patch) | |
tree | 3c5890a10e5a9c11369d48a38687991138dae9f3 /gcc/gcov-dump.c | |
parent | d59b72533ffbe4e11ef2bb12cfaffece3af58c74 (diff) | |
download | gcc-39653b82d88c03a7b5ab87ad79a16a6e989bfbe7.zip gcc-39653b82d88c03a7b5ab87ad79a16a6e989bfbe7.tar.gz gcc-39653b82d88c03a7b5ab87ad79a16a6e989bfbe7.tar.bz2 |
Print bug url for gcov-dump --help
2017-03-17 Tom de Vries <tom@codesourcery.com>
* gcov-dump.c (print_usage): Print bug_report_url.
From-SVN: r246219
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r-- | gcc/gcov-dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index 3311772..91c4866 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -136,6 +136,8 @@ print_usage (void) printf (" -l, --long Dump record contents too\n"); printf (" -p, --positions Dump record positions\n"); printf (" -w, --working-sets Dump working set computed from summary\n"); + printf ("\nFor bug reporting instructions, please see:\n%s.\n", + bug_report_url); } static void |