diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 75d2f7eff2c..18faad0e641 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -4942,7 +4942,7 @@ main (argc, argv) if (! verbose_flag) { - printf ("\nReport bugs to egcs-bugs@cygnus.com.\n"); + printf ("\nReport bugs to egcs-bugs@egcs.cygnus.com.\n"); printf ("Please see the file BUGS (included with the sources) first.\n"); exit (0); @@ -5137,7 +5137,7 @@ main (argc, argv) if (print_help_list) { - printf ("\nReport bugs to egcs-bugs@cygnus.com.\n"); + printf ("\nReport bugs to egcs-bugs@egcs.cygnus.com.\n"); printf ("Please see the file BUGS (included with the sources) first.\n"); } |