projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa147a
)
* gprof.c (usage): Update bug-gnu-utils address.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 12 Feb 1998 19:36:41 +0000
(19:36 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 12 Feb 1998 19:36:41 +0000
(19:36 +0000)
gprof/ChangeLog
patch
|
blob
|
history
gprof/gprof.c
patch
|
blob
|
history
diff --git
a/gprof/ChangeLog
b/gprof/ChangeLog
index 594dddd7e5c316958ac01551c8a13a5074481326..f3adb061755908f912a8d0f1548c451790eba765 100644
(file)
--- a/
gprof/ChangeLog
+++ b/
gprof/ChangeLog
@@
-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.
diff --git
a/gprof/gprof.c
b/gprof/gprof.c
index 3677c400d4d2ded7e46296f42709213b00b2491a..5cc08ceac6b77ebd06a4e1d0f8e2e8ea37435edf 100644
(file)
--- 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);
}