diff options
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 85cbbf6..b36a613 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,18 @@ +2007-02-17 Mark Mitchell <mark@codesourcery.com> + Nathan Sidwell <nathan@codesourcery.com> + Vladimir Prus <vladimir@codesourcery.com + Joseph Myers <joseph@codesourcery.com> + + * configure.in (--with-pkgversion, --with-bugurl): New options. + * configure: Regenerate. + * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define. + (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO. + Regenerate dependencies. + * Makefile.in: Regenerate. + * gprof.c (usage): Don't print empty REPORT_BUGS_TO. + (main): Include PKGVERSION in version output. + * gprof.h: Remove include of bin-bugs.h. + 2007-01-16 Ben Elliston <bje@au.ibm.com> * corefile.c (parse_error): New function. |