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