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