diff options
author | Marcelo Abreu <mmabreu@inf.ufrgs.br> | 2003-03-26 01:39:49 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2003-03-26 01:39:49 +0000 |
commit | b47161ec35cde757d0566f680bcafac7d4661603 (patch) | |
tree | 48a45230b5152ec59002ee18134297c99f93ca0c | |
parent | dd68e5cd1fb458e4601d57394d5055caee1f8e5d (diff) | |
download | gcc-b47161ec35cde757d0566f680bcafac7d4661603.zip gcc-b47161ec35cde757d0566f680bcafac7d4661603.tar.gz gcc-b47161ec35cde757d0566f680bcafac7d4661603.tar.bz2 |
re PR other/10203 (version.c: bug_report_url is outdated)
2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
PR other/10203
* version.c: Reference the GCC web site in the URL.
From-SVN: r64883
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/version.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22da035..0dad050 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br> + + PR other/10203 + * version.c: Reference the GCC web site in the URL. + 2003-03-26 Alan Modra <amodra@bigpond.net.au> * c-incpath.c (add_standard_paths): Add both "translated" and diff --git a/gcc/version.c b/gcc/version.c index 41d8b3c..08cee5c 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -15,4 +15,4 @@ const char version_string[] = "3.4 20030326 (experimental)"; forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = "<URL:http://www.gnu.org/software/gcc/bugs.html>"; +const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>"; |