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