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