Run "make dep-am" and regenerate
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
2b3decb5
AM
12009-05-22 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am: Run "make dep-am".
4 * Makefile.in: Regenerate.
5
39e65143
KH
62009-04-15 Kazu Hirata <kazu@codesourcery.com>
7
8 * gprof.h: Include gconfig.h. #undef PACKAGE.
9
8487be8b
NC
102009-04-09 Philippe Biondi <phil@secdev.org>
11
12 * corefile.c (core_create_function_syms): Initialise a symbol's
13 is_func field based on the setting of the BSF_FUNCTION flag.
14
d11fd249
NC
152009-03-06 Nick Clifton <nickc@redhat.com>
16
17 * po/es.po: Updated Spanish translation.
18
a1f7ca36
AM
192009-03-03 Alan Modra <amodra@bigpond.net.au>
20
21 * Makefile.am: Run "make dep-am".
22 * Makefile.in: Regenerate.
23
58e24671
RW
242009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25
26 * configure: Regenerate.
27
d401d98a
AM
282009-02-12 Ken Werner <ken.werner@de.ibm.com>
29
30 * corefile.c (core_create_function_syms): Remove "<locore>" and
31 "<hicore>" sentinels.
32 * gprof.c: Likewise.
33 * cg_print.c (cg_print_function_ordering): Likewise.
34 * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
35 * mips.c (mips_find_call): Likewise.
36 * sparc.c (sparc_find_call): Likewise.
37 * tahoe.c (tahoe_find_call): Likewise.
38 * vax.c (vax_find_call): Likewise.
39
31dd3154
JM
402009-02-03 Carlos O'Donell <carlos@codesourcery.com>
41
42 * configure.in: AC_SUBST pdfdir.
43 * Makefile.am: Add install-pdf, install-pdf-am,
44 and install-pdf-recursive targets. Define pdf__strip_dir.
45 * po/Make-in: Add install-pdf target.
46 * configure: Regenerate.
47 * Makefile.in: Regenerate.
48
c8d1c0af
NC
492009-01-03 Nick Clifton <nickc@redhat.com>
50
51 PR 7099
52 * gprof.texi (Compiling): Mention the need for using
53 -static-libgcc on shared library systems.
54
e8f957fd
NC
552009-01-02 Nick Clifton <nickc@redhat.com>
56
57 * po/id.po: Updated Indonesian translation.
58
22e8c8e0
RW
592008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
60
61 * configure: Regenerate.
62
793c5807
NC
632008-11-19 Nick Clifton <nickc@redhat.com>
64
65 * fdl.texi: New file.
66 * gprof.texi: Change license to v1.3.
67
b214d478
SE
682008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
69 Steve Ellcey <sje@cup.hp.com>
70
71 * configure: Regenerate for new libtool.
72 * aclocal.m4: Ditto.
73 * Makefile.in: Ditto.
74
afac680a
NC
752008-09-29 Nick Clifton <nickc@redhat.com>
76
77 * po/vi.po: Updated Vietnamese translation.
78
d053aef8
JK
792008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 * configure.in: Call AC_SYS_LARGEFILE.
82 * gconfig.in: Regenerate.
83 * configure: Regenerate.
84
5cb12a97
AM
852008-09-11 Alan Modra <amodra@bigpond.net.au>
86
87 * po/ro.po: New file.
88
81e80dda
AM
892008-08-25 Alan Modra <amodra@bigpond.net.au>
90
91 * gmon_io.h: Don't include sysdep.h here.
92 (O_BINARY, SET_BINARY): Don't define here.
93 * gmon_io.c: Include "binary-io.h".
94 (gmon_out_read): Remove #ifdef SET_BINARY.
95 * Makefile.am: Run "make dep-am"
96 * Makefile.in: Regenerate.
97
da594c4a
AM
982008-08-24 Alan Modra <amodra@bigpond.net.au>
99
81e80dda 100 * configure.in: Update a number of obsolete autoconf macros.
da594c4a 101
7357c5b6
AM
1022008-08-15 Alan Modra <amodra@bigpond.net.au>
103
104 PR 6526
105 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
106 * Makefile.in: Regenerate.
107 * aclocal.m4: Regenerate.
108 * configure: Regenerate.
109 * gconfig.in: Regenerate.
110
4094fdc2
BD
1112008-08-05 Brian Dessent <brian@dessent.net>
112
113 * gmon_io.c (gmon_out_read): When reading old format gmon.out,
114 set num_histograms and hist_scale.
115
323ee3f4
AM
1162008-08-04 Alan Modra <amodra@bigpond.net.au>
117
118 * Makefile.am (POTFILES.in): Set LC_ALL=C.
119 * Makefile.in: Regenerate.
120
0af1713e
AM
1212008-07-30 Alan Modra <amodra@bigpond.net.au>
122
123 * corefile.c, symtab.c: Silence gcc warnings.
124
ecba005f
AS
1252008-06-19 Andreas Schwab <schwab@suse.de>
126
127 * basic_blocks.c: Always include "gprof.h" first.
128 * cg_arcs.c: Likewise.
129 * cg_dfn.c: Likewise.
130 * cg_print.c: Likewise.
131 * corefile.c: Likewise.
132 * gprof.c: Likewise.
133 * hist.c: Likewise.
134 * search_list.c: Likewise.
135 * sym_ids.c: Likewise.
136 * utils.c: Likewise.
137
7a283e07
RW
1382008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
139
140 * configure: Regenerate.
141
789169e5
NC
1422008-06-04 Nick Clifton <nickc@redhat.com>
143
144 * po/nl.po: New file: Dutch translation.
145 * configure.in (ALL_LINGUAS): Add nl.
146 * configure: Regenerate.
147
8944f3c2
AM
1482008-05-14 Alan Modra <amodra@bigpond.net.au>
149
150 * Makefile.in: Regenerate.
151
6194aaab
L
1522008-04-23 Paolo Bonzini <bonzini@gnu.org>
153
154 * aclocal.m4: Regenerate.
155 * configure: Regenerate.
156
95f0efb9
NC
1572008-03-31 Nick Clifton <nickc@redhat.com>
158
159 * po/fr.po: Updated French translation.
160
58c85be7
RW
1612008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
162
163 * aclocal.m4: Regenerate.
164 * configure: Likewise.
165 * Makefile.in: Likewise.
166
50e7d84b
AM
1672008-03-13 Alan Modra <amodra@bigpond.net.au>
168
169 * configure: Regenerate.
170
6ec62a9b
NC
1712008-02-06 Nick Clifton <nickc@redhat.com>
172
173 * po/ms.po: Updated Malasian translation.
174
32b1cf22
L
1752008-02-04 H.J. Lu <hongjiu.lu@intel.com>
176
177 PR 5715
178 * configure: Regenerated.
179
ce2cded5
L
1802007-10-24 H.J. Lu <hongjiu.lu@intel.com>
181
182 * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
183 * configure: Regenerated.
184
7d4c5211
AM
1852007-10-24 Alan Modra <amodra@bigpond.net.au>
186
187 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
188 * configure.in: Invoke AC_GNU_SOURCE.
189 * Makefile.in: Regenerate.
190 * configure: Regenerate.
191 * gconfig.in: Regenerate.
192
1b9750d6
NC
1932007-10-12 Michael Haubenwallner <haubi@gentoo.org>
194
195 PR gprof/5147
196 * configure.in: Add check for fabs() being in libm.
197 * configure: Regenerate.
198
2d7b9687
NC
1992007-09-25 Robert Norton <rnorton@broadcom.com>
200
201 * cg_print.c (sort_members): Include the final member on the list
202 in the sort.
203
7f396d02
NC
2042007-09-17 Nick Clifton <nickc@redhat.com>
205
206 * po/es.po: Updated Spanish translation.
207
7cd41002
NC
2082007-08-30 Nick Clifton <nickc@redhat.com>
209
210 * po/fi.po: Updated Finnish translation.
211
b0b8c9e0
DJ
2122007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * po/sv.po: Updated Swedish translation.
215
e9f27433
AM
2162007-08-17 Alan Modra <amodra@bigpond.net.au>
217
218 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
219
9975e4c4
DJ
2202007-08-12 Matthias Klose <doko@ubuntu.com>
221
222 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
223 $(top_srcdir)/../../bfd/doc.
224 * Makefile.in: Regenerate.
225
19aec961
DJ
2262007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
227
228 * configure.in (ALL_LINGUAS): Add fi.
229 * po/fi.po: New file.
230 * configure: Regenerated.
231
d02756e7
NC
2322007-08-10 Nick Clifton <nickc@redhat.com>
233
234 * po/ga.po: Updated Irish translation.
235 * po/vi.po: Updated Vietnamese translation.
236
d173dac9
NC
2372007-08-07 Nick Clifton <nickc@redhat.com>
238
239 * po/de.po: Updated German translation.
240
7353bd54
NC
2412007-07-12 Nick Clifton <nickc@redhat.com>
242
243 * po/vi.po: Updated translation.
244
d2df793a
NC
2452007-07-12 Kai Tietz <kai.tietz@onevision.com>
246
247 * cg_print.c: Force cast of sizeof to be a long.
248 * hist.c: Likewise.
249
651dbc76
NC
2502007-07-06 Nick Clifton <nickc@redhat.com>
251
252 * basic_blocks.c: Update copyright notice to refer to GPLv3.
253 * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
254 call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
255 flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
256 search_list.c, search_list.h, source.c, source.h, sym_ids.c,
257 sym_ids.h, symtab.c, symtab.h: Likewise.
8944f3c2 258
3289fe0c
NC
2592007-07-05 Tristan Gingold <gingold@adacore.com>
260
261 * corefile.c (core_sym_class): Do not discard nested subprograms.
dea757d1
NC
262 * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
263 * Makefile.in: Regenerate.
3289fe0c 264
ae351704
AM
2652007-07-02 Alan Modra <amodra@bigpond.net.au>
266
267 * Makefile.am: Run "make dep-am".
268 * Makefile.in: Regenerate.
269 * aclocal.m4: Regenerate.
270 * gconfig.in: Regenerate.
271 * po/gprof.pot: Regenerate.
272
86b57e31
L
2732007-06-30 H.J. Lu <hongjiu.lu@intel.com>
274
275 * aclocal.m4: Regenerated.
276 * Makefile.in: Likewise.
277
25c909f1
NC
2782007-06-20 Nick Clifton <nickc@redhat.com>
279
280 * gprof.texi: Refer readers to the gcov tool if they want
281 line-by-line profiling.
282
79887925
L
2832007-06-14 H.J. Lu <hongjiu.lu@intel.com>
284
285 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
286
287 * acinclude.m4: Removed.
288
289 * Makefile.in: Regenerated.
290 * aclocal.m4: Likewise.
291 * configure: Likewise.
292
37ad9514
SE
2932007-05-24 Steve Ellcey <sje@cup.hp.com>
294
295 * Makefile.in: Regnerate.
296 * configure: Regenerate.
297 * aclocal.m4: Regenerate.
298
50b4b126
L
2992007-05-24 H.J. Lu <hongjiu.lu@intel.com>
300
301 * gprof.texi: Remove orphaned "@end ignore".
302
0e9517a9
NC
3032007-05-22 Nick Clifton <nickc@redhat.com>
304
305 * gprof.texi: Use @copying around the copyright notice.
306
74bad5d4
L
3072007-05-14 H.J. Lu <hongjiu.lu@intel.com>
308
309 * hist.c (scale_and_align_entries): Avoid C99 feature.
310
8db406db
AM
3112007-04-19 Alan Modra <amodra@bigpond.net.au>
312
313 * corefile.c (core_create_function_syms, core_create_line_syms): Don't
314 set discard_underscores.
315 * gprof.c (discard_underscores): Delete.
316 * gprof.h (discard_underscores): Delete.
317 * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
318 leading underscores.
319 * utils.c (print_name_only): Call bfd_demangle rather than
320 cplus_demangle.
321 * Makefile.am: Run "make dep-am".
322 * Makefile.in: Regenerate.
323
b7d19ba6
SE
3242007-04-14 Steve Ellcey <sje@cup.hp.com>
325
326 * Makefile.am: Add ACLOCAL_AMFLAGS.
327 * Makefile.in: Regenerate.
328
b3296dc5
VP
3292007-04-10 Vladimir Prus <vladimir@codesourcery.com>
330
331 * hist.h (struct histogram)
332 (histograms, num_histograms): New.
333 * hist.c (find_histogram, find_histogram_for_pc)
334 (read_histogram_header): New.
335 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
336 (hist_sample): Remove.
337 (hist_read_rec): Use the above, and handle multiple
338 histogram records with disjoint address ranges.
339 (hist_write_hist): Support several histogram records.
340 (scale_and_align_entries): Adjust for multiple histograms.
341 (hist_assign_samples_1): New.
342 (hist_assign_samples): Use the above.
343 (hist_clip_symbol_address): New.
344 * hist.h (hist_check_address)
345 (hist_clip_symbol_address): Declare.
346 * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
347 of legacy format for multiple histogram changes.
348 * corefile.c (find_call): Check for core_text_space and
349 clip symbol address range here.
350 * vax.c (vax_find_call): Don't check for
351 core_text_space, or clip the symbol's address range here.
8944f3c2 352 Use hist_check_address to check call's target address.
b3296dc5
VP
353 * sparc.c: Likewise.
354 * tahoe.c: Likewise.
355 * i386.c: Likewise.
356 * mips.c: Likewise. Also use core_text_sect->vma as the base
357 address for code accesses, just like other machine-specific
358 routines do.
359 * gprof.texi: Adjust for the new logic.
8944f3c2 360
4ecceb71
RS
3612007-03-28 Richard Sandiford <richard@codesourcery.com>
362 Phil Edwards <phil@codesourcery.com>
363
364 * gprof.texi: Put the contents after the title page rather
365 than at the end of the document.
366
e49e529d
JM
3672007-03-22 Joseph Myers <joseph@codesourcery.com>
368
369 * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
370 (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
371 * Makefile.in: Regenerate.
372 * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
373 and VERSION.
374
c428fa83
L
3752007-03-15 H.J. Lu <hongjiu.lu@intel.com>
376
377 * Makefile.am (REPORT_BUGS_TO): Removed.
378 (INCLUDES): Remove -DREPORT_BUGS_TO.
379 * Makefile.in: Regenerated.
380
381 * configure.in (--with-bugurl): Removed.
382 * configure: Regenerated.
383
066c2a57
JM
3842007-03-01 Joseph Myers <joseph@codesourcery.com>
385
386 * gprof.c: Include bfdver.h
387 (main): Use BFD_VERSION_STRING for version number and package
388 name.
389 * Makefile.am (PKGVERSION): Remove.
390 (INCLUDES): Update.
391 Regenerate dependencies.
392 * Makefile.in: Regenerate.
393 * configure.in (PKGVERSION): Remove.
394 * configure: Regenerate.
395
92f01d61 3962007-02-17 Mark Mitchell <mark@codesourcery.com>
c428fa83
L
397 Nathan Sidwell <nathan@codesourcery.com>
398 Vladimir Prus <vladimir@codesourcery.com>
399 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
400
401 * configure.in (--with-pkgversion, --with-bugurl): New options.
402 * configure: Regenerate.
403 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
404 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
405 Regenerate dependencies.
406 * Makefile.in: Regenerate.
407 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
408 (main): Include PKGVERSION in version output.
409 * gprof.h: Remove include of bin-bugs.h.
410
74335607
BE
4112007-01-16 Ben Elliston <bje@au.ibm.com>
412
413 * corefile.c (parse_error): New function.
414 (read_function_mappings): Check calls to fscanf and report any
415 errors in parsing the mapping file.
416
37d037c1
DJ
4172006-12-12 Daniel Jacobowitz <dan@codesourcery.com>
418
419 * Makefile.am (gprof_TEXINFOS): Set.
420 (gprof.info gprof.dvi gprof.html): Delete rule.
421 * Makefile.in: Regenerated.
422
d5fbea21
DJ
4232006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
424
425 * configure.in: Define GENINSRC_NEVER.
426 * doc/Makefile.am (gprof.info): Remove srcdir prefix.
427 (MAINTAINERCLEANFILES): Add info file.
428 (DISTCLEANFILES): Pretend to add info file.
429 * po/Make-in (.po.gmo): Put gmo files in objdir.
430 * configure, Makefile.in: Regenerated.
431
c897d1a2
NC
4322006-11-27 Nick Clifton <nickc@redhat.com>
433
434 * po/ms.po: Updated Malay translation.
435
221ca466
NC
4362006-11-22 Nick Clifton <nickc@redhat.com>
437
438 * configure.in (LINGUAS): Add ms.
439 * po/ms.po: New Malay translation.
440
4ce7dc15
BW
4412006-10-17 Bob Wilson <bob.wilson@acm.org>
442
443 * gprof.c (main): Fix option string for -r and -R.
444
6bacc34d
BW
4452006-10-16 Bob Wilson <bob.wilson@acm.org>
446
447 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
448
263e594b
BW
4492006-10-16 Bob Wilson <bob.wilson@acm.org>
450
451 * gprof.c (main): Fix option string for -C, -n and -N.
452
19c6af1e
TS
4532006-09-26 Thiemo Seufer <ths@networkno.de>
454
455 * gprof.texi: Fix install failure.
456
afb17569
BW
4572006-09-19 Bob Wilson <bob.wilson@acm.org>
458
459 * gprof.texi: Use TeX-style quotes and em-dashes consistently.
460 Specify section names in cross references. Fix typos.
461 Omit "next", "previous" and "up" fields from @node lines.
462 (SYNOPSIS): Show map_file argument to --file-ordering.
463 (Compiling): Remove extra, truncated lines from example output.
464 (Cycles): Fix references to "called" field.
465 (Internals): Allow hyphenation between file:function names.
466 (GNU Free Documentation License): Update formatting to match fdl.texi.
467
b45619c0
NC
4682006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
469
470 * gprof.texi: Fix some typos.
471
6648b7cf
JM
4722006-06-07 Joseph S. Myers <joseph@codesourcery.com>
473
474 * po/Make-in (pdf, ps): New dummy targets.
475
4cfe2c59
DJ
4762006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
477
478 * po/Make-in (top_builddir): Define.
479
cb015bd9
AM
4802006-06-05 Alan Modra <amodra@bigpond.net.au>
481
482 * Makefile.in: Regenerate.
483 * gconfig.in: Regenerate.
484
20e95c23
DJ
4852006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
486
487 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
488 and LIBINTL_DEP everywhere.
489 (INCLUDES): Use @INCINTL@.
490 * acinclude.m4: Include new gettext macros.
491 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
492 Remove local code for po/Makefile.
493 * Makefile.in, aclocal.m4, configure: Regenerated.
494
eebf07fb
NC
4952006-05-30 Nick Clifton <nickc@redhat.com>
496
497 * po/es.po: Updated Spanish translation.
498
fe541ea9
JW
4992006-05-02 James E Wilson <wilson@specifix.com>
500
501 * gprof.c (main): When setting default output_style, add separate
502 checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
503
253a2395
NC
5042006-04-25 Masaki Muranaka <monaka@monami-software.com>
505
506 PR 2587
507 * Makefile.am: Add empty rule for .m -> .o build in order to work
508 around bug in gmake shipped by Apple.
509 * Makefile.in: Regenerate.
510
241a6c40
AM
5112006-04-19 Alan Modra <amodra@bigpond.net.au>
512
513 * configure: Regenerate.
514
108a6f8e
CD
5152006-04-06 Carlos O'Donell <carlos@codesourcery.com>
516
517 * po/Make-in: Add install-html target.
8944f3c2
AM
518 * Makefile.am: Add install-html, install-html-am and
519 install-html-recursive targets.
108a6f8e
CD
520 * Makefile.in: Regenerate.
521 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
522 * configure: Regenerate.
523
11010f5a
BE
5242006-03-21 Ben Elliston <bje@au.ibm.com>
525
526 * corefile.c (core_init): Report that the executable is not in the
527 expected executable format rather than "a.out" format.
528
f530741d
NC
5292006-03-09 Nick Clifton <nickc@redhat.com>
530
531 * po/sv.po: Updated Swedish translation.
532
f7d9e5c3
CD
5332006-02-27 Carlos O'Donell <carlos@codesourcery.com>
534
535 * po/Make-in: Add html target.
536
e88d958a 537For older changes see ChangeLog-2005
c9e214e5
AM
538\f
539Local Variables:
540mode: change-log
541left-margin: 8
542fill-column: 74
543version-control: never
544End:
This page took 0.228793 seconds and 4 git commands to generate.