* hist.h (struct histogram)
(histograms, num_histograms): New.
* hist.c (find_histogram, find_histogram_for_pc)
(read_histogram_header): New.
(s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
(hist_sample): Remove.
(hist_read_rec): Use the above, and handle multiple
histogram records with disjoint address ranges.
(hist_write_hist): Support several histogram records.
(scale_and_align_entries): Adjust for multiple histograms.
(hist_assign_samples_1): New.
(hist_assign_samples): Use the above.
(hist_clip_symbol_address): New.
* hist.h (hist_check_address)
(hist_clip_symbol_address): Declare.
* gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
of legacy format for multiple histogram changes.
* corefile.c (find_call): Check for core_text_space and
clip symbol address range here.
* vax.c (vax_find_call): Don't check for
core_text_space, or clip the symbol's address range here.
Use hist_check_address to check call's target address.
* sparc.c: Likewise.
* tahoe.c: Likewise.
* i386.c: Likewise.
* mips.c: Likewise. Also use core_text_sect->vma as the base
address for code accesses, just like other machine-specific
routines do.
* gprof.texi: Adjust for the new logic.
2007-04-10 09:57:31 +02:00
|
|
|
|
2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* hist.h (struct histogram)
|
|
|
|
|
(histograms, num_histograms): New.
|
|
|
|
|
* hist.c (find_histogram, find_histogram_for_pc)
|
|
|
|
|
(read_histogram_header): New.
|
|
|
|
|
(s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
|
|
|
|
|
(hist_sample): Remove.
|
|
|
|
|
(hist_read_rec): Use the above, and handle multiple
|
|
|
|
|
histogram records with disjoint address ranges.
|
|
|
|
|
(hist_write_hist): Support several histogram records.
|
|
|
|
|
(scale_and_align_entries): Adjust for multiple histograms.
|
|
|
|
|
(hist_assign_samples_1): New.
|
|
|
|
|
(hist_assign_samples): Use the above.
|
|
|
|
|
(hist_clip_symbol_address): New.
|
|
|
|
|
* hist.h (hist_check_address)
|
|
|
|
|
(hist_clip_symbol_address): Declare.
|
|
|
|
|
* gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
|
|
|
|
|
of legacy format for multiple histogram changes.
|
|
|
|
|
* corefile.c (find_call): Check for core_text_space and
|
|
|
|
|
clip symbol address range here.
|
|
|
|
|
* vax.c (vax_find_call): Don't check for
|
|
|
|
|
core_text_space, or clip the symbol's address range here.
|
|
|
|
|
Use hist_check_address to check call's target address.
|
|
|
|
|
* sparc.c: Likewise.
|
|
|
|
|
* tahoe.c: Likewise.
|
|
|
|
|
* i386.c: Likewise.
|
|
|
|
|
* mips.c: Likewise. Also use core_text_sect->vma as the base
|
|
|
|
|
address for code accesses, just like other machine-specific
|
|
|
|
|
routines do.
|
|
|
|
|
* gprof.texi: Adjust for the new logic.
|
|
|
|
|
|
2007-03-28 11:08:53 +02:00
|
|
|
|
2007-03-28 Richard Sandiford <richard@codesourcery.com>
|
|
|
|
|
Phil Edwards <phil@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* gprof.texi: Put the contents after the title page rather
|
|
|
|
|
than at the end of the document.
|
|
|
|
|
|
2007-03-22 22:18:34 +01:00
|
|
|
|
2007-03-22 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
|
|
|
|
|
(AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
|
|
|
|
|
and VERSION.
|
|
|
|
|
|
2007-03-15 15:17:20 +01:00
|
|
|
|
2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (REPORT_BUGS_TO): Removed.
|
|
|
|
|
(INCLUDES): Remove -DREPORT_BUGS_TO.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
|
|
|
|
|
* configure.in (--with-bugurl): Removed.
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
2007-03-01 16:48:36 +01:00
|
|
|
|
2007-03-01 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* gprof.c: Include bfdver.h
|
|
|
|
|
(main): Use BFD_VERSION_STRING for version number and package
|
|
|
|
|
name.
|
|
|
|
|
* Makefile.am (PKGVERSION): Remove.
|
|
|
|
|
(INCLUDES): Update.
|
|
|
|
|
Regenerate dependencies.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure.in (PKGVERSION): Remove.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2007-02-17 14:33:57 +01:00
|
|
|
|
2007-02-17 Mark Mitchell <mark@codesourcery.com>
|
2007-03-15 15:17:20 +01:00
|
|
|
|
Nathan Sidwell <nathan@codesourcery.com>
|
|
|
|
|
Vladimir Prus <vladimir@codesourcery.com>
|
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
2007-02-17 14:33:57 +01:00
|
|
|
|
|
|
|
|
|
* 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 00:26:08 +01:00
|
|
|
|
2007-01-16 Ben Elliston <bje@au.ibm.com>
|
|
|
|
|
|
|
|
|
|
* corefile.c (parse_error): New function.
|
|
|
|
|
(read_function_mappings): Check calls to fscanf and report any
|
|
|
|
|
errors in parsing the mapping file.
|
|
|
|
|
|
2006-12-12 15:31:48 +01:00
|
|
|
|
2006-12-12 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (gprof_TEXINFOS): Set.
|
|
|
|
|
(gprof.info gprof.dvi gprof.html): Delete rule.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
|
2006-12-11 16:09:46 +01:00
|
|
|
|
2006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* configure.in: Define GENINSRC_NEVER.
|
|
|
|
|
* doc/Makefile.am (gprof.info): Remove srcdir prefix.
|
|
|
|
|
(MAINTAINERCLEANFILES): Add info file.
|
|
|
|
|
(DISTCLEANFILES): Pretend to add info file.
|
|
|
|
|
* po/Make-in (.po.gmo): Put gmo files in objdir.
|
|
|
|
|
* configure, Makefile.in: Regenerated.
|
|
|
|
|
|
2006-11-27 15:11:10 +01:00
|
|
|
|
2006-11-27 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ms.po: Updated Malay translation.
|
|
|
|
|
|
2006-11-22 10:45:12 +01:00
|
|
|
|
2006-11-22 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* configure.in (LINGUAS): Add ms.
|
|
|
|
|
* po/ms.po: New Malay translation.
|
|
|
|
|
|
2006-10-18 19:42:43 +02:00
|
|
|
|
2006-10-17 Bob Wilson <bob.wilson@acm.org>
|
|
|
|
|
|
|
|
|
|
* gprof.c (main): Fix option string for -r and -R.
|
|
|
|
|
|
2006-10-17 18:19:19 +02:00
|
|
|
|
2006-10-16 Bob Wilson <bob.wilson@acm.org>
|
|
|
|
|
|
|
|
|
|
* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
|
|
|
|
|
|
2006-10-17 06:45:32 +02:00
|
|
|
|
2006-10-16 Bob Wilson <bob.wilson@acm.org>
|
|
|
|
|
|
|
|
|
|
* gprof.c (main): Fix option string for -C, -n and -N.
|
|
|
|
|
|
2006-09-26 18:24:48 +02:00
|
|
|
|
2006-09-26 Thiemo Seufer <ths@networkno.de>
|
|
|
|
|
|
|
|
|
|
* gprof.texi: Fix install failure.
|
|
|
|
|
|
2006-09-25 18:16:45 +02:00
|
|
|
|
2006-09-19 Bob Wilson <bob.wilson@acm.org>
|
|
|
|
|
|
|
|
|
|
* gprof.texi: Use TeX-style quotes and em-dashes consistently.
|
|
|
|
|
Specify section names in cross references. Fix typos.
|
|
|
|
|
Omit "next", "previous" and "up" fields from @node lines.
|
|
|
|
|
(SYNOPSIS): Show map_file argument to --file-ordering.
|
|
|
|
|
(Compiling): Remove extra, truncated lines from example output.
|
|
|
|
|
(Cycles): Fix references to "called" field.
|
|
|
|
|
(Internals): Allow hyphenation between file:function names.
|
|
|
|
|
(GNU Free Documentation License): Update formatting to match fdl.texi.
|
|
|
|
|
|
2006-07-24 15:49:50 +02:00
|
|
|
|
2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gprof.texi: Fix some typos.
|
|
|
|
|
|
2006-06-07 17:38:01 +02:00
|
|
|
|
2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* po/Make-in (pdf, ps): New dummy targets.
|
|
|
|
|
|
2006-06-05 16:04:05 +02:00
|
|
|
|
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* po/Make-in (top_builddir): Define.
|
|
|
|
|
|
2006-06-05 14:33:13 +02:00
|
|
|
|
2006-06-05 Alan Modra <amodra@bigpond.net.au>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* gconfig.in: Regenerate.
|
|
|
|
|
|
2006-05-31 17:14:46 +02:00
|
|
|
|
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
|
|
|
|
|
and LIBINTL_DEP everywhere.
|
|
|
|
|
(INCLUDES): Use @INCINTL@.
|
|
|
|
|
* acinclude.m4: Include new gettext macros.
|
|
|
|
|
* configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
|
|
|
|
|
Remove local code for po/Makefile.
|
|
|
|
|
* Makefile.in, aclocal.m4, configure: Regenerated.
|
|
|
|
|
|
2006-05-30 13:01:59 +02:00
|
|
|
|
2006-05-30 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/es.po: Updated Spanish translation.
|
|
|
|
|
|
2006-05-02 20:03:02 +02:00
|
|
|
|
2006-05-02 James E Wilson <wilson@specifix.com>
|
|
|
|
|
|
|
|
|
|
* gprof.c (main): When setting default output_style, add separate
|
|
|
|
|
checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
|
|
|
|
|
|
2006-04-25 18:20:47 +02:00
|
|
|
|
2006-04-25 Masaki Muranaka <monaka@monami-software.com>
|
|
|
|
|
|
|
|
|
|
PR 2587
|
|
|
|
|
* Makefile.am: Add empty rule for .m -> .o build in order to work
|
|
|
|
|
around bug in gmake shipped by Apple.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
|
2006-04-19 04:06:15 +02:00
|
|
|
|
2006-04-19 Alan Modra <amodra@bigpond.net.au>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-06 23:49:35 +02:00
|
|
|
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* po/Make-in: Add install-html target.
|
|
|
|
|
* Makefile.am: Add install-html, install-html-am and
|
|
|
|
|
install-html-recursive targets.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2006-03-22 04:51:02 +01:00
|
|
|
|
2006-03-21 Ben Elliston <bje@au.ibm.com>
|
|
|
|
|
|
|
|
|
|
* corefile.c (core_init): Report that the executable is not in the
|
|
|
|
|
expected executable format rather than "a.out" format.
|
|
|
|
|
|
2006-03-09 18:28:11 +01:00
|
|
|
|
2006-03-09 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/sv.po: Updated Swedish translation.
|
|
|
|
|
|
2006-02-27 17:26:26 +01:00
|
|
|
|
2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* po/Make-in: Add html target.
|
|
|
|
|
|
2006-01-17 00:15:07 +01:00
|
|
|
|
For older changes see ChangeLog-2005
|
2004-01-02 12:16:21 +01:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|