]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/ChangeLog
* Makefile.am: Add ACLOCAL_AMFLAGS.
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
b7d19ba6
SE
12007-04-14 Steve Ellcey <sje@cup.hp.com>
2
3 * Makefile.am: Add ACLOCAL_AMFLAGS.
4 * Makefile.in: Regenerate.
5
b3296dc5
VP
62007-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
4ecceb71
RS
382007-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
e49e529d
JM
442007-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
c428fa83
L
522007-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
066c2a57
JM
612007-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
92f01d61 732007-02-17 Mark Mitchell <mark@codesourcery.com>
c428fa83
L
74 Nathan Sidwell <nathan@codesourcery.com>
75 Vladimir Prus <vladimir@codesourcery.com>
76 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
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
74335607
BE
882007-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
37d037c1
DJ
942006-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
d5fbea21
DJ
1002006-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
c897d1a2
NC
1092006-11-27 Nick Clifton <nickc@redhat.com>
110
111 * po/ms.po: Updated Malay translation.
112
221ca466
NC
1132006-11-22 Nick Clifton <nickc@redhat.com>
114
115 * configure.in (LINGUAS): Add ms.
116 * po/ms.po: New Malay translation.
117
4ce7dc15
BW
1182006-10-17 Bob Wilson <bob.wilson@acm.org>
119
120 * gprof.c (main): Fix option string for -r and -R.
121
6bacc34d
BW
1222006-10-16 Bob Wilson <bob.wilson@acm.org>
123
124 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
125
263e594b
BW
1262006-10-16 Bob Wilson <bob.wilson@acm.org>
127
128 * gprof.c (main): Fix option string for -C, -n and -N.
129
19c6af1e
TS
1302006-09-26 Thiemo Seufer <ths@networkno.de>
131
132 * gprof.texi: Fix install failure.
133
afb17569
BW
1342006-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
b45619c0
NC
1452006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
146
147 * gprof.texi: Fix some typos.
148
6648b7cf
JM
1492006-06-07 Joseph S. Myers <joseph@codesourcery.com>
150
151 * po/Make-in (pdf, ps): New dummy targets.
152
4cfe2c59
DJ
1532006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
154
155 * po/Make-in (top_builddir): Define.
156
cb015bd9
AM
1572006-06-05 Alan Modra <amodra@bigpond.net.au>
158
159 * Makefile.in: Regenerate.
160 * gconfig.in: Regenerate.
161
20e95c23
DJ
1622006-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
eebf07fb
NC
1722006-05-30 Nick Clifton <nickc@redhat.com>
173
174 * po/es.po: Updated Spanish translation.
175
fe541ea9
JW
1762006-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
253a2395
NC
1812006-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
241a6c40
AM
1882006-04-19 Alan Modra <amodra@bigpond.net.au>
189
190 * configure: Regenerate.
191
108a6f8e
CD
1922006-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
11010f5a
BE
2012006-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
f530741d
NC
2062006-03-09 Nick Clifton <nickc@redhat.com>
207
208 * po/sv.po: Updated Swedish translation.
209
f7d9e5c3
CD
2102006-02-27 Carlos O'Donell <carlos@codesourcery.com>
211
212 * po/Make-in: Add html target.
213
e88d958a 214For older changes see ChangeLog-2005
c9e214e5
AM
215\f
216Local Variables:
217mode: change-log
218left-margin: 8
219fill-column: 74
220version-control: never
221End: