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