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