diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-03 14:10:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-03 14:10:05 +0000 |
commit | c20f4f8c21dcede76fe50dc3e19f5e8056232b94 (patch) | |
tree | cd6ff2baedb42d32c8f18a52f26431f88c8e9ed0 /gprof/ChangeLog | |
parent | 7876dd4328a3270de573c089669cbf8b008304fd (diff) | |
download | gdb-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/ChangeLog | 7 |
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> |