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