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