aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
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/gcc.c
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/gcc.c')
-rw-r--r--gcc/gcc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index b4a8d3d..287641a 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -4962,8 +4962,8 @@ main (argc, argv)
if (! verbose_flag)
{
- printf ("\nReport bugs to egcs-bugs@egcs.cygnus.com.\n");
- printf ("Please see the file BUGS (included with the sources) first.\n");
+ printf ("\nFor bug reporting instructions, please see:\n");
+ printf ("<URL:http://gcc.gnu.org/faq.html#bugreport>.\n");
exit (0);
}
@@ -5155,8 +5155,8 @@ main (argc, argv)
if (print_help_list)
{
- printf ("\nReport bugs to egcs-bugs@egcs.cygnus.com.\n");
- printf ("Please see the file BUGS (included with the sources) first.\n");
+ printf ("\nFor bug reporting instructions, please see:\n");
+ printf ("<URL:http://gcc.gnu.org/faq.html#bugreport>\n");
}
exit (error_count > 0 ? (signal_count ? 2 : 1) : 0);