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