aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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