PR 6526
[binutils.git] / gprof / ChangeLog
blobdd51b93b9b202bfd3f4dfddfde1cb5e82f6c758b
1 2008-08-15  Alan Modra  <amodra@bigpond.net.au>
3         PR 6526
4         * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
5         * Makefile.in: Regenerate.
6         * aclocal.m4: Regenerate.
7         * configure: Regenerate.
8         * gconfig.in: Regenerate.
10 2008-08-05  Brian Dessent  <brian@dessent.net>
12         * gmon_io.c (gmon_out_read): When reading old format gmon.out,
13         set num_histograms and hist_scale.
15 2008-08-04  Alan Modra  <amodra@bigpond.net.au>
17         * Makefile.am (POTFILES.in): Set LC_ALL=C.
18         * Makefile.in: Regenerate.
20 2008-07-30  Alan Modra  <amodra@bigpond.net.au>
22         * corefile.c, symtab.c: Silence gcc warnings.
24 2008-06-19  Andreas Schwab  <schwab@suse.de>
26         * basic_blocks.c: Always include "gprof.h" first.
27         * cg_arcs.c: Likewise.
28         * cg_dfn.c: Likewise.
29         * cg_print.c: Likewise.
30         * corefile.c: Likewise.
31         * gprof.c: Likewise.
32         * hist.c: Likewise.
33         * search_list.c: Likewise.
34         * sym_ids.c: Likewise.
35         * utils.c: Likewise.
37 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39         * configure: Regenerate.
41 2008-06-04  Nick Clifton  <nickc@redhat.com>
43         * po/nl.po: New file: Dutch translation.
44         * configure.in (ALL_LINGUAS): Add nl.
45         * configure: Regenerate.
47 2008-05-14  Alan Modra  <amodra@bigpond.net.au>
49         * Makefile.in: Regenerate.
51 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
53         * aclocal.m4: Regenerate.
54         * configure: Regenerate.
56 2008-03-31  Nick Clifton  <nickc@redhat.com>
58         * po/fr.po: Updated French translation.
60 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62         * aclocal.m4: Regenerate.
63         * configure: Likewise.
64         * Makefile.in: Likewise.
66 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
68         * configure: Regenerate.
70 2008-02-06  Nick Clifton  <nickc@redhat.com>
72         * po/ms.po: Updated Malasian translation.
74 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
76         PR 5715
77         * configure: Regenerated.
79 2007-10-24  H.J. Lu  <hongjiu.lu@intel.com>
81         * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
82         * configure: Regenerated.
84 2007-10-24  Alan Modra  <amodra@bigpond.net.au>
86         * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
87         * configure.in: Invoke AC_GNU_SOURCE.
88         * Makefile.in: Regenerate.
89         * configure: Regenerate.
90         * gconfig.in: Regenerate.
92 2007-10-12  Michael Haubenwallner  <haubi@gentoo.org>
94         PR gprof/5147
95         * configure.in: Add check for fabs() being in libm.
96         * configure: Regenerate.
98 2007-09-25  Robert Norton  <rnorton@broadcom.com>
100         * cg_print.c (sort_members): Include the final member on the list
101         in the sort.
103 2007-09-17  Nick Clifton  <nickc@redhat.com>
105         * po/es.po: Updated Spanish translation.
107 2007-08-30  Nick Clifton  <nickc@redhat.com>
109         * po/fi.po: Updated Finnish translation.
111 2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
113         * po/sv.po: Updated Swedish translation.
115 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
117         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
119 2007-08-12  Matthias Klose  <doko@ubuntu.com>
121         * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
122         $(top_srcdir)/../../bfd/doc.
123         * Makefile.in: Regenerate.
125 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
127         * configure.in (ALL_LINGUAS): Add fi.
128         * po/fi.po: New file.
129         * configure: Regenerated.
131 2007-08-10  Nick Clifton  <nickc@redhat.com>
133         * po/ga.po: Updated Irish translation.
134         * po/vi.po: Updated Vietnamese translation.
136 2007-08-07  Nick Clifton  <nickc@redhat.com>
138         * po/de.po: Updated German translation.
140 2007-07-12  Nick Clifton  <nickc@redhat.com>
142         * po/vi.po: Updated translation.
144 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
146         * cg_print.c: Force cast of sizeof to be a long.
147         * hist.c: Likewise.
149 2007-07-06  Nick Clifton  <nickc@redhat.com>
151         * basic_blocks.c: Update copyright notice to refer to GPLv3.
152         * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
153         call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
154         flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
155         search_list.c, search_list.h, source.c, source.h, sym_ids.c,
156         sym_ids.h, symtab.c, symtab.h: Likewise.
158 2007-07-05  Tristan Gingold  <gingold@adacore.com>
160         * corefile.c (core_sym_class): Do not discard nested subprograms.
161         * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
162         * Makefile.in: Regenerate.
164 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
166         * Makefile.am: Run "make dep-am".
167         * Makefile.in: Regenerate.
168         * aclocal.m4: Regenerate.
169         * gconfig.in: Regenerate.
170         * po/gprof.pot: Regenerate.
172 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
174         * aclocal.m4: Regenerated.
175         * Makefile.in: Likewise.
177 2007-06-20  Nick Clifton  <nickc@redhat.com>
179         * gprof.texi: Refer readers to the gcov tool if they want
180         line-by-line profiling.
182 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
184         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
186         * acinclude.m4: Removed.
188         * Makefile.in: Regenerated.
189         * aclocal.m4: Likewise.
190         * configure: Likewise.
192 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
194         * Makefile.in: Regnerate.
195         * configure: Regenerate.
196         * aclocal.m4: Regenerate.
198 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
200         * gprof.texi: Remove orphaned "@end ignore".
202 2007-05-22  Nick Clifton  <nickc@redhat.com>
204         * gprof.texi: Use @copying around the copyright notice.
206 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
208         * hist.c (scale_and_align_entries): Avoid C99 feature.
210 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
212         * corefile.c (core_create_function_syms, core_create_line_syms): Don't
213         set discard_underscores.
214         * gprof.c (discard_underscores): Delete.
215         * gprof.h (discard_underscores): Delete.
216         * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
217         leading underscores.
218         * utils.c (print_name_only): Call bfd_demangle rather than
219         cplus_demangle.
220         * Makefile.am: Run "make dep-am".
221         * Makefile.in: Regenerate.
223 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
225         * Makefile.am: Add ACLOCAL_AMFLAGS.
226         * Makefile.in: Regenerate.
228 2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
230         * hist.h (struct histogram)
231         (histograms, num_histograms): New.
232         * hist.c (find_histogram, find_histogram_for_pc)
233         (read_histogram_header): New.
234         (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
235         (hist_sample): Remove.
236         (hist_read_rec): Use the above, and handle multiple
237         histogram records with disjoint address ranges.
238         (hist_write_hist): Support several histogram records.
239         (scale_and_align_entries): Adjust for multiple histograms.
240         (hist_assign_samples_1): New.
241         (hist_assign_samples): Use the above.
242         (hist_clip_symbol_address): New.
243         * hist.h (hist_check_address)
244         (hist_clip_symbol_address): Declare.
245         * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
246         of legacy format for multiple histogram changes.
247         * corefile.c (find_call): Check for core_text_space and
248         clip symbol address range here.
249         * vax.c (vax_find_call): Don't check for
250         core_text_space, or clip the symbol's address range here.
251         Use hist_check_address to check call's target address.
252         * sparc.c: Likewise.
253         * tahoe.c: Likewise.
254         * i386.c: Likewise.
255         * mips.c: Likewise. Also use core_text_sect->vma as the base
256         address for code accesses, just like other machine-specific
257         routines do.
258         * gprof.texi: Adjust for the new logic.
260 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
261             Phil Edwards  <phil@codesourcery.com>
263         * gprof.texi: Put the contents after the title page rather
264         than at the end of the document.
266 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
268         * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
269         (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
270         * Makefile.in: Regenerate.
271         * gprof.texi: Include bfdver.texi.  Report both VERSION_PACKAGE
272         and VERSION.
274 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
276         * Makefile.am (REPORT_BUGS_TO): Removed.
277         (INCLUDES): Remove -DREPORT_BUGS_TO.
278         * Makefile.in: Regenerated.
280         * configure.in (--with-bugurl): Removed.
281         * configure: Regenerated.
283 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
285         * gprof.c: Include bfdver.h
286         (main): Use BFD_VERSION_STRING for version number and package
287         name.
288         * Makefile.am (PKGVERSION): Remove.
289         (INCLUDES): Update.
290         Regenerate dependencies.
291         * Makefile.in: Regenerate.
292         * configure.in (PKGVERSION): Remove.
293         * configure: Regenerate.
295 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
296             Nathan Sidwell  <nathan@codesourcery.com>
297             Vladimir Prus  <vladimir@codesourcery.com>
298             Joseph Myers  <joseph@codesourcery.com>
300         * configure.in (--with-pkgversion, --with-bugurl): New options.
301         * configure: Regenerate.
302         * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
303         (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
304         Regenerate dependencies.
305         * Makefile.in: Regenerate.
306         * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
307         (main): Include PKGVERSION in version output.
308         * gprof.h: Remove include of bin-bugs.h.
310 2007-01-16  Ben Elliston  <bje@au.ibm.com>
312         * corefile.c (parse_error): New function.
313         (read_function_mappings): Check calls to fscanf and report any
314         errors in parsing the mapping file.
316 2006-12-12  Daniel Jacobowitz  <dan@codesourcery.com>
318         * Makefile.am (gprof_TEXINFOS): Set.
319         (gprof.info gprof.dvi gprof.html): Delete rule.
320         * Makefile.in: Regenerated.
322 2006-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
324         * configure.in: Define GENINSRC_NEVER.
325         * doc/Makefile.am (gprof.info): Remove srcdir prefix.
326         (MAINTAINERCLEANFILES): Add info file.
327         (DISTCLEANFILES): Pretend to add info file.
328         * po/Make-in (.po.gmo): Put gmo files in objdir.
329         * configure, Makefile.in: Regenerated.
331 2006-11-27  Nick Clifton  <nickc@redhat.com>
333         * po/ms.po: Updated Malay translation.
335 2006-11-22  Nick Clifton  <nickc@redhat.com>
337         * configure.in (LINGUAS): Add ms.
338         * po/ms.po: New Malay translation.
340 2006-10-17  Bob Wilson  <bob.wilson@acm.org>
342         * gprof.c (main): Fix option string for -r and -R.
344 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
346         * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
348 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
350         * gprof.c (main): Fix option string for -C, -n and -N.
352 2006-09-26  Thiemo Seufer  <ths@networkno.de>
354         * gprof.texi: Fix install failure.
356 2006-09-19  Bob Wilson  <bob.wilson@acm.org>
358         * gprof.texi: Use TeX-style quotes and em-dashes consistently.
359         Specify section names in cross references.  Fix typos.
360         Omit "next", "previous" and "up" fields from @node lines.
361         (SYNOPSIS): Show map_file argument to --file-ordering.
362         (Compiling): Remove extra, truncated lines from example output.
363         (Cycles): Fix references to "called" field.
364         (Internals): Allow hyphenation between file:function names.
365         (GNU Free Documentation License): Update formatting to match fdl.texi.
367 2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
369         * gprof.texi: Fix some typos.
371 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
373         * po/Make-in (pdf, ps): New dummy targets.
375 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
377         * po/Make-in (top_builddir): Define.
379 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
381         * Makefile.in: Regenerate.
382         * gconfig.in: Regenerate.
384 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
386         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
387         and LIBINTL_DEP everywhere.
388         (INCLUDES): Use @INCINTL@.
389         * acinclude.m4: Include new gettext macros.
390         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
391         Remove local code for po/Makefile.
392         * Makefile.in, aclocal.m4, configure: Regenerated.
394 2006-05-30  Nick Clifton  <nickc@redhat.com>
396         * po/es.po: Updated Spanish translation.
398 2006-05-02  James E Wilson  <wilson@specifix.com>
400         * gprof.c (main): When setting default output_style, add separate
401         checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
403 2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
405         PR 2587
406         * Makefile.am: Add empty rule for .m -> .o build in order to work
407         around bug in gmake shipped by Apple.
408         * Makefile.in: Regenerate.
410 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
412         * configure: Regenerate.
414 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
416         * po/Make-in: Add install-html target.
417         * Makefile.am: Add install-html, install-html-am and
418         install-html-recursive targets.
419         * Makefile.in: Regenerate.
420         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
421         * configure: Regenerate.
423 2006-03-21  Ben Elliston  <bje@au.ibm.com>
425         * corefile.c (core_init): Report that the executable is not in the
426         expected executable format rather than "a.out" format.
428 2006-03-09  Nick Clifton  <nickc@redhat.com>
430         * po/sv.po: Updated Swedish translation.
432 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
434         * po/Make-in: Add html target.
436 For older changes see ChangeLog-2005
438 Local Variables:
439 mode: change-log
440 left-margin: 8
441 fill-column: 74
442 version-control: never
443 End: