diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2002-10-08 19:45:17 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2002-10-08 19:45:17 +0000 |
commit | a976603e86cbfaf6ddf522d5afd30464835bff01 (patch) | |
tree | bfa71dcb5da270d0f17a9faf49ee9b0e6851e502 /gcc/gcov.c | |
parent | bf52f89914772b771d30abea73d2754268874d44 (diff) | |
download | gcc-a976603e86cbfaf6ddf522d5afd30464835bff01.zip gcc-a976603e86cbfaf6ddf522d5afd30464835bff01.tar.gz gcc-a976603e86cbfaf6ddf522d5afd30464835bff01.tar.bz2 |
system.h (GCCBUGURL): Delete.
* system.h (GCCBUGURL): Delete.
* version.c (bug_report_url): New. Add commentary about
modifying both these strings in modified distributions.
* version.h: Declare bug_report_url.
* diagnostic.c, gcc.c, gcov.c, java/gjavah.c, java/jcf-dump.c,
java/jv-scan.c: Globally replace GCCBUGURL with bug_report_url.
From-SVN: r57940
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ print_usage (error_p) fnotice (file, " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"); fnotice (file, " -p, --preserve-paths Preserve all pathname components\n"); fnotice (file, "\nFor bug reporting instructions, please see:\n%s.\n", - GCCBUGURL); + bug_report_url); exit (status); } |