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