diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-06 17:20:33 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-06 17:20:33 +0000 |
commit | a8e5c25e841808bdfbc5a54b78ea11813032a16f (patch) | |
tree | 156142ba86ae1f580b807b99d16a31b7e6205919 /gcc/gcc.c | |
parent | ce4bf6845589a38999eacdbcc4a6acc07f4c35f4 (diff) | |
download | ppe42-gcc-a8e5c25e841808bdfbc5a54b78ea11813032a16f.tar.gz ppe42-gcc-a8e5c25e841808bdfbc5a54b78ea11813032a16f.zip |
* README.g77, gcc.c, gcc.texi: Update email addresses.
* invoke.texi system.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25064 138bc75d-0d04-0410-961f-82ee72b054a4
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"); } |