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