aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-02-12 19:09:49 +0000
committerIan Lance Taylor <ian@airs.com>1998-02-12 19:09:49 +0000
commit43448efe7d749aba7a04bd8f8d160b810502946b (patch)
treeff305a3ca43fb52198ee50dc920407e82f94cc2e /gas/gasp.c
parenta45cf1c5cf117a424bbab92986555b8ce3ad95e2 (diff)
downloadgdb-43448efe7d749aba7a04bd8f8d160b810502946b.zip
gdb-43448efe7d749aba7a04bd8f8d160b810502946b.tar.gz
gdb-43448efe7d749aba7a04bd8f8d160b810502946b.tar.bz2
* as.c (show_usage): Update bug-gnu-utils address.
* gasp.c (show_usage): Likewise. * doc/as.texinfo (Bug Reporting): Likewise.
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index 3fb51b8..9d2b2d0 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -1,5 +1,5 @@
/* gasp.c - Gnu assembler preprocessor main program.
- Copyright (C) 1994, 95, 96, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1994, 95, 96, 97, 1998 Free Software Foundation, Inc.
Written by Steve and Judy Chamberlain of Cygnus Support,
sac@cygnus.com
@@ -3579,7 +3579,7 @@ Usage: %s \n\
[-Ipath] add to include path list\n\
[in-file]\n");
if (status == 0)
- printf ("\nReport bugs to bug-gnu-utils@prep.ai.mit.edu\n");
+ printf ("\nReport bugs to bug-gnu-utils@gnu.org\n");
exit (status);
}