OSDN Git Service

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