aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-07-18 03:48:02 +0000
committerJeff Law <law@gcc.gnu.org>1999-07-17 21:48:02 -0600
commite67df273a10f27b33f54573feef19cd03b618cb0 (patch)
tree9835e4d71ad0afac072a023e94c8b969b1b7c140 /gcc/system.h
parentbc8735ed96a6e2d85b8a4f65ed8165d6b8bca8a0 (diff)
downloadgcc-e67df273a10f27b33f54573feef19cd03b618cb0.zip
gcc-e67df273a10f27b33f54573feef19cd03b618cb0.tar.gz
gcc-e67df273a10f27b33f54573feef19cd03b618cb0.tar.bz2
gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
* gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org. Removed paragraph about compression of files and size limitation, duplicated in the FAQ. Use gcc-patches for posting patches. * gcc.c (main): Updated URL with bug reporting instructions to gcc.gnu.org. Removed e-mail address. * system.h (abort): Likewise. From-SVN: r28151
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 5d1adcd..93ba4c3 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -398,8 +398,8 @@ extern void fatal PVPROTO((const char *, ...)) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORE
trim_filename (__FILE__), __LINE__)
#else
#define abort() fatal ("Internal compiler error in `%s', at %s:%d\n" \
- "Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.\n" \
- "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.", \
+ "Please submit a full bug report.\n" \
+ "See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.", \
__PRETTY_FUNCTION__, trim_filename (__FILE__), __LINE__)
#endif /* recent gcc */