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