diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 19:45:17 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-08 19:45:17 +0000 |
commit | 4b5ee00b59a598c4fa46821e3fd78ec81c0ca070 (patch) | |
tree | bfa71dcb5da270d0f17a9faf49ee9b0e6851e502 /gcc/gcov.c | |
parent | 812f3fa90c4630bf0039b56f457951cf08978ed6 (diff) | |
download | gcc-4b5ee00b59a598c4fa46821e3fd78ec81c0ca070.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index 2360b0a25d4..94f9baad40b 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -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); } |