* cg_print.c (sort_members): Include the final member on the list in the sort.
[binutils.git] / gprof / ChangeLog
blob5b2844f0b6ca777878a4a2ade46c216d09fc010f
1 2007-09-25  Robert Norton  <rnorton@broadcom.com>
3         * cg_print.c (sort_members): Include the final member on the list
4         in the sort.
6 2007-09-17  Nick Clifton  <nickc@redhat.com>
8         * po/es.po: Updated Spanish translation.
10 2007-08-30  Nick Clifton  <nickc@redhat.com>
12         * po/fi.po: Updated Finnish translation.
14 2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
16         * po/sv.po: Updated Swedish translation.
18 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
20         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
22 2007-08-12  Matthias Klose  <doko@ubuntu.com>
24         * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
25         $(top_srcdir)/../../bfd/doc.
26         * Makefile.in: Regenerate.
28 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
30         * configure.in (ALL_LINGUAS): Add fi.
31         * po/fi.po: New file.
32         * configure: Regenerated.
34 2007-08-10  Nick Clifton  <nickc@redhat.com>
36         * po/ga.po: Updated Irish translation.
37         * po/vi.po: Updated Vietnamese translation.
39 2007-08-07  Nick Clifton  <nickc@redhat.com>
41         * po/de.po: Updated German translation.
43 2007-07-12  Nick Clifton  <nickc@redhat.com>
45         * po/vi.po: Updated translation.
47 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
49         * cg_print.c: Force cast of sizeof to be a long.
50         * hist.c: Likewise.
52 2007-07-06  Nick Clifton  <nickc@redhat.com>
54         * basic_blocks.c: Update copyright notice to refer to GPLv3.
55         * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
56         call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
57         flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
58         search_list.c, search_list.h, source.c, source.h, sym_ids.c,
59         sym_ids.h, symtab.c, symtab.h: Likewise.
60         
61 2007-07-05  Tristan Gingold  <gingold@adacore.com>
63         * corefile.c (core_sym_class): Do not discard nested subprograms.
64         * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
65         * Makefile.in: Regenerate.
67 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
69         * Makefile.am: Run "make dep-am".
70         * Makefile.in: Regenerate.
71         * aclocal.m4: Regenerate.
72         * gconfig.in: Regenerate.
73         * po/gprof.pot: Regenerate.
75 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
77         * aclocal.m4: Regenerated.
78         * Makefile.in: Likewise.
80 2007-06-20  Nick Clifton  <nickc@redhat.com>
82         * gprof.texi: Refer readers to the gcov tool if they want
83         line-by-line profiling.
85 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
87         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
89         * acinclude.m4: Removed.
91         * Makefile.in: Regenerated.
92         * aclocal.m4: Likewise.
93         * configure: Likewise.
95 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
97         * Makefile.in: Regnerate.
98         * configure: Regenerate.
99         * aclocal.m4: Regenerate.
101 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
103         * gprof.texi: Remove orphaned "@end ignore".
105 2007-05-22  Nick Clifton  <nickc@redhat.com>
107         * gprof.texi: Use @copying around the copyright notice.
109 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
111         * hist.c (scale_and_align_entries): Avoid C99 feature.
113 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
115         * corefile.c (core_create_function_syms, core_create_line_syms): Don't
116         set discard_underscores.
117         * gprof.c (discard_underscores): Delete.
118         * gprof.h (discard_underscores): Delete.
119         * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
120         leading underscores.
121         * utils.c (print_name_only): Call bfd_demangle rather than
122         cplus_demangle.
123         * Makefile.am: Run "make dep-am".
124         * Makefile.in: Regenerate.
126 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
128         * Makefile.am: Add ACLOCAL_AMFLAGS.
129         * Makefile.in: Regenerate.
131 2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
133         * hist.h (struct histogram)
134         (histograms, num_histograms): New.
135         * hist.c (find_histogram, find_histogram_for_pc)
136         (read_histogram_header): New.
137         (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
138         (hist_sample): Remove.
139         (hist_read_rec): Use the above, and handle multiple
140         histogram records with disjoint address ranges.
141         (hist_write_hist): Support several histogram records.
142         (scale_and_align_entries): Adjust for multiple histograms.
143         (hist_assign_samples_1): New.
144         (hist_assign_samples): Use the above.
145         (hist_clip_symbol_address): New.
146         * hist.h (hist_check_address)
147         (hist_clip_symbol_address): Declare.
148         * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
149         of legacy format for multiple histogram changes.
150         * corefile.c (find_call): Check for core_text_space and
151         clip symbol address range here.
152         * vax.c (vax_find_call): Don't check for
153         core_text_space, or clip the symbol's address range here.
154         Use hist_check_address to check call's target address.  
155         * sparc.c: Likewise.
156         * tahoe.c: Likewise.
157         * i386.c: Likewise.
158         * mips.c: Likewise. Also use core_text_sect->vma as the base
159         address for code accesses, just like other machine-specific
160         routines do.
161         * gprof.texi: Adjust for the new logic.
162         
163 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
164             Phil Edwards  <phil@codesourcery.com>
166         * gprof.texi: Put the contents after the title page rather
167         than at the end of the document.
169 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
171         * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
172         (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
173         * Makefile.in: Regenerate.
174         * gprof.texi: Include bfdver.texi.  Report both VERSION_PACKAGE
175         and VERSION.
177 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
179         * Makefile.am (REPORT_BUGS_TO): Removed.
180         (INCLUDES): Remove -DREPORT_BUGS_TO.
181         * Makefile.in: Regenerated.
183         * configure.in (--with-bugurl): Removed.
184         * configure: Regenerated.
186 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
188         * gprof.c: Include bfdver.h
189         (main): Use BFD_VERSION_STRING for version number and package
190         name.
191         * Makefile.am (PKGVERSION): Remove.
192         (INCLUDES): Update.
193         Regenerate dependencies.
194         * Makefile.in: Regenerate.
195         * configure.in (PKGVERSION): Remove.
196         * configure: Regenerate.
198 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
199             Nathan Sidwell  <nathan@codesourcery.com>
200             Vladimir Prus  <vladimir@codesourcery.com>
201             Joseph Myers  <joseph@codesourcery.com>
203         * configure.in (--with-pkgversion, --with-bugurl): New options.
204         * configure: Regenerate.
205         * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
206         (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
207         Regenerate dependencies.
208         * Makefile.in: Regenerate.
209         * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
210         (main): Include PKGVERSION in version output.
211         * gprof.h: Remove include of bin-bugs.h.
213 2007-01-16  Ben Elliston  <bje@au.ibm.com>
215         * corefile.c (parse_error): New function.
216         (read_function_mappings): Check calls to fscanf and report any
217         errors in parsing the mapping file.
219 2006-12-12  Daniel Jacobowitz  <dan@codesourcery.com>
221         * Makefile.am (gprof_TEXINFOS): Set.
222         (gprof.info gprof.dvi gprof.html): Delete rule.
223         * Makefile.in: Regenerated.
225 2006-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
227         * configure.in: Define GENINSRC_NEVER.
228         * doc/Makefile.am (gprof.info): Remove srcdir prefix.
229         (MAINTAINERCLEANFILES): Add info file.
230         (DISTCLEANFILES): Pretend to add info file.
231         * po/Make-in (.po.gmo): Put gmo files in objdir.
232         * configure, Makefile.in: Regenerated.
234 2006-11-27  Nick Clifton  <nickc@redhat.com>
236         * po/ms.po: Updated Malay translation.
238 2006-11-22  Nick Clifton  <nickc@redhat.com>
240         * configure.in (LINGUAS): Add ms.
241         * po/ms.po: New Malay translation.
243 2006-10-17  Bob Wilson  <bob.wilson@acm.org>
245         * gprof.c (main): Fix option string for -r and -R.
247 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
249         * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
251 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
253         * gprof.c (main): Fix option string for -C, -n and -N.
255 2006-09-26  Thiemo Seufer  <ths@networkno.de>
257         * gprof.texi: Fix install failure.
259 2006-09-19  Bob Wilson  <bob.wilson@acm.org>
261         * gprof.texi: Use TeX-style quotes and em-dashes consistently.
262         Specify section names in cross references.  Fix typos.
263         Omit "next", "previous" and "up" fields from @node lines.
264         (SYNOPSIS): Show map_file argument to --file-ordering.
265         (Compiling): Remove extra, truncated lines from example output.
266         (Cycles): Fix references to "called" field.
267         (Internals): Allow hyphenation between file:function names.
268         (GNU Free Documentation License): Update formatting to match fdl.texi.
270 2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
272         * gprof.texi: Fix some typos.
274 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
276         * po/Make-in (pdf, ps): New dummy targets.
278 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
280         * po/Make-in (top_builddir): Define.
282 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
284         * Makefile.in: Regenerate.
285         * gconfig.in: Regenerate.
287 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
289         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
290         and LIBINTL_DEP everywhere.
291         (INCLUDES): Use @INCINTL@.
292         * acinclude.m4: Include new gettext macros.
293         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
294         Remove local code for po/Makefile.
295         * Makefile.in, aclocal.m4, configure: Regenerated.
297 2006-05-30  Nick Clifton  <nickc@redhat.com>
299         * po/es.po: Updated Spanish translation.
301 2006-05-02  James E Wilson  <wilson@specifix.com>
303         * gprof.c (main): When setting default output_style, add separate
304         checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
306 2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
308         PR 2587
309         * Makefile.am: Add empty rule for .m -> .o build in order to work
310         around bug in gmake shipped by Apple.
311         * Makefile.in: Regenerate.
313 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
315         * configure: Regenerate.
317 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
319         * po/Make-in: Add install-html target.
320         * Makefile.am: Add install-html, install-html-am and 
321         install-html-recursive targets. 
322         * Makefile.in: Regenerate.
323         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
324         * configure: Regenerate.
326 2006-03-21  Ben Elliston  <bje@au.ibm.com>
328         * corefile.c (core_init): Report that the executable is not in the
329         expected executable format rather than "a.out" format.
331 2006-03-09  Nick Clifton  <nickc@redhat.com>
333         * po/sv.po: Updated Swedish translation.
335 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
337         * po/Make-in: Add html target.
339 For older changes see ChangeLog-2005
341 Local Variables:
342 mode: change-log
343 left-margin: 8
344 fill-column: 74
345 version-control: never
346 End: