Commit 82fb18dd by Jeffrey A Law Committed by Jeff Law

gcc.c: Update URLs and mail addresses.

        * gcc.c: Update URLs and mail addresses.
        * gcc.texi: Likewise.

From-SVN: r28535
parent 4adfda4e
Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c: Update URLs and mail addresses.
* gcc.texi: Likewise.
Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org> Thu Aug 5 01:14:13 1999 Daniel Jacobowitz <drow@false.org>
* rs6000.c (current_file_function_operand): Return zero for * rs6000.c (current_file_function_operand): Return zero for
......
...@@ -4984,7 +4984,7 @@ main (argc, argv) ...@@ -4984,7 +4984,7 @@ main (argc, argv)
if (! verbose_flag) if (! verbose_flag)
{ {
printf ("\nFor bug reporting instructions, please see:\n"); printf ("\nFor bug reporting instructions, please see:\n");
printf ("<URL:http://gcc.gnu.org/faq.html#bugreport>.\n"); printf ("<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>.\n");
exit (0); exit (0);
} }
...@@ -5177,7 +5177,7 @@ main (argc, argv) ...@@ -5177,7 +5177,7 @@ main (argc, argv)
if (print_help_list) if (print_help_list)
{ {
printf ("\nFor bug reporting instructions, please see:\n"); printf ("\nFor bug reporting instructions, please see:\n");
printf ("<URL:http://gcc.gnu.org/faq.html#bugreport>\n"); printf ("<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>\n");
} }
exit (error_count > 0 ? (signal_count ? 2 : 1) : 0); exit (error_count > 0 ? (signal_count ? 2 : 1) : 0);
......
...@@ -2256,11 +2256,11 @@ for improvement of GCC are welcome in any case. ...@@ -2256,11 +2256,11 @@ for improvement of GCC are welcome in any case.
@node Bug Lists @node Bug Lists
@section Where to Report Bugs @section Where to Report Bugs
@cindex bug report mailing lists @cindex bug report mailing lists
@kindex gcc-bugs@@gcc.gnu.org @kindex gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
Send bug reports for the GNU Compiler Collection to Send bug reports for the GNU Compiler Collection to
@samp{gcc-bugs@@gcc.gnu.org}. @samp{gcc-bugs@@gcc.gnu.org} or @samp{bug-gcc@gnu.org}.
Please read @samp{<URL:http://gcc.gnu.org/faq.html#bugreport>} for Please read @samp{<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>} for
bug reporting instructions before you post a bug report. bug reporting instructions before you post a bug report.
Often people think of posting bug reports to the newsgroup instead of Often people think of posting bug reports to the newsgroup instead of
...@@ -2284,7 +2284,7 @@ Boston, MA 02111-1307, USA ...@@ -2284,7 +2284,7 @@ Boston, MA 02111-1307, USA
@cindex compiler bugs, reporting @cindex compiler bugs, reporting
You may find additional and/or more up-to-date instructions at You may find additional and/or more up-to-date instructions at
@samp{<URL:http://gcc.gnu.org/faq.html#bugreport>}. @samp{<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>}.
The fundamental principle of reporting bugs usefully is this: The fundamental principle of reporting bugs usefully is this:
@strong{report all the facts}. If you are not sure whether to state a @strong{report all the facts}. If you are not sure whether to state a
...@@ -2664,8 +2664,8 @@ ways to find it: ...@@ -2664,8 +2664,8 @@ ways to find it:
@itemize @bullet @itemize @bullet
@item @item
Send a message to a suitable network mailing list. First try Send a message to a suitable network mailing list. First try
@code{gcc-bugs@@gcc.gnu.org}, and if that brings no response, try @code{gcc-bugs@@gcc.gnu.org} or @code{bug-gcc@gnu.org}, and if that
@code{gcc@@gcc.gnu.org}. brings no response, try @code{gcc@@gcc.gnu.org}.
@item @item
Look in the service directory for someone who might help you for a fee. Look in the service directory for someone who might help you for a fee.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment