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