aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-03 14:10:05 +0000
committerAlan Modra <amodra@gmail.com>2000-04-03 14:10:05 +0000
commitc20f4f8c21dcede76fe50dc3e19f5e8056232b94 (patch)
treecd6ff2baedb42d32c8f18a52f26431f88c8e9ed0 /gprof/ChangeLog
parent7876dd4328a3270de573c089669cbf8b008304fd (diff)
downloadgdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.zip
gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.tar.gz
gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.tar.bz2
Move bug report string to one place.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index c4742ff..5eb13e8 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,7 +1,12 @@
+2000-04-01 Alan Modra <alan@linuxcare.com.au>
+
+ * gprof.h: #include "bin-bugs.h".
+ * gprof.c (usage): Use REPORT_BUGS_TO.
+
2000-03-31 Alan Modra <alan@linuxcare.com.au>
* symtab.c (symtab_finalize): Don't use post-increment on
- structure copy to work around a ppc gcc bug.
+ structure copy, to work around a ppc gcc bug.
1999-09-29 Mark Kettenis <kettenis@gnu.org>