OSDN Git Service

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