aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2003-03-27 22:34:38 +0000
committerJanis Johnson <janis@gcc.gnu.org>2003-03-27 22:34:38 +0000
commit36b7cb6291a7553f2008096db4afba95d69464c4 (patch)
tree625048c9db901a62b9ba68ede47ca125f90c24a9 /gcc
parent99a6ccba3371946529ac7484ed062c3ef5d7a694 (diff)
downloadgcc-36b7cb6291a7553f2008096db4afba95d69464c4.zip
gcc-36b7cb6291a7553f2008096db4afba95d69464c4.tar.gz
gcc-36b7cb6291a7553f2008096db4afba95d69464c4.tar.bz2
re PR other/10234 (Bad URL in gcc 3.2.2 internal error printout)
2003-03-27 Janis Johnson <janis187@us.ibm.com> PR sw-bug/10234 * system.h (GCCBUGURL): Reference GCC web site. From-SVN: r64934
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 40430f3..3b6d7c1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-27 Janis Johnson <janis187@us.ibm.com>
+
+ PR sw-bug/10234
+ * system.h (GCCBUGURL): Reference GCC web site.
+
2003-03-26 Richard Henderson <rth@redhat.com>
* cfgrtl.c (try_redirect_by_replacing_jump): Disable removing
diff --git a/gcc/system.h b/gcc/system.h
index ca8a21c..0a85b31 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -26,7 +26,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* This is the location of the online document giving information how
to report bugs. If you change this string, also check for strings
not under control of the preprocessor. */
-#define GCCBUGURL "<URL:http://www.gnu.org/software/gcc/bugs.html>"
+#define GCCBUGURL "<URL:http://gcc.gnu.org/bugs.html>"
/* We must include stdarg.h/varargs.h before stdio.h. */
#ifdef ANSI_PROTOTYPES