From e67df273a10f27b33f54573feef19cd03b618cb0 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 18 Jul 1999 03:48:02 +0000 Subject: 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 --- gcc/gcc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/gcc.c') 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 (".\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 ("\n"); } exit (error_count > 0 ? (signal_count ? 2 : 1) : 0); -- cgit v1.1