From: Ian Lance Taylor Date: Thu, 12 Feb 1998 19:36:41 +0000 (+0000) Subject: * gprof.c (usage): Update bug-gnu-utils address. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6590e0d571c16de6946dbf6726cbb9122d7da4ca;p=binutils-gdb.git * gprof.c (usage): Update bug-gnu-utils address. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 594dddd7e5c..f3adb061755 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 12 14:36:05 1998 Ian Lance Taylor + + * gprof.c (usage): Update bug-gnu-utils address. + Sat Feb 7 15:43:12 1998 Ian Lance Taylor * configure, aclocal.m4: Rebuild with new libtool. diff --git a/gprof/gprof.c b/gprof/gprof.c index 3677c400d4d..5cc08ceac6b 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -147,7 +147,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\ [image-file] [profile-file...]\n", whoami); if (status == 0) - fprintf (stream, "Report bugs to bug-gnu-utils@prep.ai.mit.edu\n"); + fprintf (stream, "Report bugs to bug-gnu-utils@gnu.org\n"); done (status); }