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