diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-02-06 17:20:33 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-06 10:20:33 -0700 |
commit | 8d31fdf4ba7ab6ec4131c56991863348101d00bd (patch) | |
tree | 156142ba86ae1f580b807b99d16a31b7e6205919 /gcc/gcc.c | |
parent | ab5c7875e72e12fc6fd22743272c41bddb7eef66 (diff) | |
download | gcc-8d31fdf4ba7ab6ec4131c56991863348101d00bd.zip gcc-8d31fdf4ba7ab6ec4131c56991863348101d00bd.tar.gz gcc-8d31fdf4ba7ab6ec4131c56991863348101d00bd.tar.bz2 |
README.g77, [...]: Update email addresses.
* README.g77, gcc.c, gcc.texi: Update email addresses.
* invoke.texi system.h: Likewise.
From-SVN: r25064
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); } |