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