Print bug url for gcov-dump --help
authorTom de Vries <tom@codesourcery.com>
Fri, 17 Mar 2017 12:14:50 +0000 (12:14 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Fri, 17 Mar 2017 12:14:50 +0000 (12:14 +0000)
2017-03-17  Tom de Vries  <tom@codesourcery.com>

* gcov-dump.c (print_usage): Print bug_report_url.

From-SVN: r246219

gcc/ChangeLog
gcc/gcov-dump.c

index 9a160fae77e292fa40573041d2f84a3a7eb12998..9c74473a6b1ff398e44c146bea8482ecaaa60cfc 100644 (file)
@@ -1,3 +1,7 @@
+2017-03-17  Tom de Vries  <tom@codesourcery.com>
+
+       * gcov-dump.c (print_usage): Print bug_report_url.
+
 2017-03-17  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/80050
index 3311772df43389aac9f272ae24431fd88bf8aa0c..91c48668c820fdf93d652c6b01340b177e213821 100644 (file)
@@ -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