diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-12 19:09:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-12 19:09:49 +0000 |
commit | 43448efe7d749aba7a04bd8f8d160b810502946b (patch) | |
tree | ff305a3ca43fb52198ee50dc920407e82f94cc2e /gas | |
parent | a45cf1c5cf117a424bbab92986555b8ce3ad95e2 (diff) | |
download | gdb-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')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 2 | ||||
-rw-r--r-- | gas/gasp.c | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d2cebad..1d5e585 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com> + + * as.c (show_usage): Update bug-gnu-utils address. + * gasp.c (show_usage): Likewise. + * doc/as.texinfo (Bug Reporting): Likewise. + Wed Feb 11 23:26:28 1998 Jeffrey A Law (law@cygnus.com) * config/tc-mips.c (load_address): Don't use mips III or mips IV diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a24a590..b25fb55 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5021,7 +5021,7 @@ individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs distribution. In any event, we also recommend that you send bug reports for @code{@value{AS}} -to @samp{bug-gnu-utils@@prep.ai.mit.edu}. +to @samp{bug-gnu-utils@@gnu.org}. The fundamental principle of reporting bugs usefully is this: @strong{report all the facts}. If you are not sure whether to state a @@ -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); } |