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