OSDN Git Service

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