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