From 36b7cb6291a7553f2008096db4afba95d69464c4 Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Thu, 27 Mar 2003 22:34:38 +0000 Subject: [PATCH] re PR other/10234 (Bad URL in gcc 3.2.2 internal error printout) 2003-03-27 Janis Johnson PR sw-bug/10234 * system.h (GCCBUGURL): Reference GCC web site. From-SVN: r64934 --- gcc/ChangeLog | 5 +++++ gcc/system.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40430f3195ff..3b6d7c1cd404 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-27 Janis Johnson + + PR sw-bug/10234 + * system.h (GCCBUGURL): Reference GCC web site. + 2003-03-26 Richard Henderson * cfgrtl.c (try_redirect_by_replacing_jump): Disable removing diff --git a/gcc/system.h b/gcc/system.h index ca8a21c47014..0a85b31b9210 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 "" +#define GCCBUGURL "" /* We must include stdarg.h/varargs.h before stdio.h. */ #ifdef ANSI_PROTOTYPES -- 2.47.2