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