OSDN Git Service

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