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