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