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