aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-02-06 17:20:33 +0000
committerJeff Law <law@gcc.gnu.org>1999-02-06 10:20:33 -0700
commit8d31fdf4ba7ab6ec4131c56991863348101d00bd (patch)
tree156142ba86ae1f580b807b99d16a31b7e6205919 /gcc/gcc.c
parentab5c7875e72e12fc6fd22743272c41bddb7eef66 (diff)
downloadgcc-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 75d2f7e..18faad0 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");
}