diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-05 09:16:27 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-05 03:16:27 -0600 |
commit | 82fb18dd276a481075cc8d01b6727e45f9c2bc7b (patch) | |
tree | 0e2b2e8edbe6fb3caad75db9935d0f1b94daffde /gcc/gcc.c | |
parent | 4adfda4eeeaa1f7a5f9f5cfbf06604a6ac8be6ff (diff) | |
download | gcc-82fb18dd276a481075cc8d01b6727e45f9c2bc7b.zip gcc-82fb18dd276a481075cc8d01b6727e45f9c2bc7b.tar.gz gcc-82fb18dd276a481075cc8d01b6727e45f9c2bc7b.tar.bz2 |
gcc.c: Update URLs and mail addresses.
* gcc.c: Update URLs and mail addresses.
* gcc.texi: Likewise.
From-SVN: r28535
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4984,7 +4984,7 @@ main (argc, argv) if (! verbose_flag) { 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); } @@ -5177,7 +5177,7 @@ main (argc, argv) if (print_help_list) { 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); |