diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-18 03:48:02 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-18 03:48:02 +0000 |
commit | 5fc93f1254e39d788068aeb7b0e5c5b32767a4cf (patch) | |
tree | 9835e4d71ad0afac072a023e94c8b969b1b7c140 /gcc/gcc.c | |
parent | 3d40f1a2607b24b3e424dde5c006653199f101c8 (diff) | |
download | gcc-5fc93f1254e39d788068aeb7b0e5c5b32767a4cf.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index b4a8d3d26d2..287641ac355 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); |