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