* as.c (show_usage): Update bug-gnu-utils address.
authorIan Lance Taylor <ian@airs.com>
Thu, 12 Feb 1998 19:09:49 +0000 (19:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 12 Feb 1998 19:09:49 +0000 (19:09 +0000)
* gasp.c (show_usage): Likewise.
* doc/as.texinfo (Bug Reporting): Likewise.

gas/ChangeLog
gas/doc/as.texinfo
gas/gasp.c

index d2cebad40b0b060f676c950b9fcd20bce4e34679..1d5e585e3937d974623902c1248190e72d845873 100644 (file)
@@ -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
index a24a5900444c2eb54437c0ac85645a5d844cb91f..b25fb55adc1d65f91ff38dcb6026886f07cfca6e 100644 (file)
@@ -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
index 3fb51b84b61f1504696c235579d33d530bb2486f..9d2b2d0c67b6a5d4e8c35db9b8efd1afa9ec0805 100644 (file)
@@ -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);
 }