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