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