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