diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-08-09 00:48:10 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-09 00:48:10 -0600 |
commit | e547bb6751e050f9735b7650c24dbf451d032a11 (patch) | |
tree | b75745af0898596417c940483231ce626374a8fe /gcc/system.h | |
parent | b3967ec43eafa885d2d346c407958151a548fa08 (diff) | |
download | gcc-e547bb6751e050f9735b7650c24dbf451d032a11.zip gcc-e547bb6751e050f9735b7650c24dbf451d032a11.tar.gz gcc-e547bb6751e050f9735b7650c24dbf451d032a11.tar.bz2 |
More mail address and web address updates.
From-SVN: r28616
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 93ba4c3..7d6082c 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -399,7 +399,7 @@ extern void fatal PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORE #else #define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \ "Please submit a full bug report.\n" \ - "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.", \ + "See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.", \ __PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__) #endif /* recent gcc */ |