* gprof.c (usage): Update bug-gnu-utils address.
This commit is contained in:
parent
eaa147a640
commit
6590e0d571
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Feb 12 14:36:05 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gprof.c (usage): Update bug-gnu-utils address.
|
||||
|
||||
Sat Feb 7 15:43:12 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure, aclocal.m4: Rebuild with new libtool.
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue