OSDN Git Service

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