bfd/
[deliverable/binutils-gdb.git] / gprof / ChangeLog
1 2008-03-13 Alan Modra <amodra@bigpond.net.au>
2
3 * configure: Regenerate.
4
5 2008-02-06 Nick Clifton <nickc@redhat.com>
6
7 * po/ms.po: Updated Malasian translation.
8
9 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
10
11 PR 5715
12 * configure: Regenerated.
13
14 2007-10-24 H.J. Lu <hongjiu.lu@intel.com>
15
16 * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
17 * configure: Regenerated.
18
19 2007-10-24 Alan Modra <amodra@bigpond.net.au>
20
21 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
22 * configure.in: Invoke AC_GNU_SOURCE.
23 * Makefile.in: Regenerate.
24 * configure: Regenerate.
25 * gconfig.in: Regenerate.
26
27 2007-10-12 Michael Haubenwallner <haubi@gentoo.org>
28
29 PR gprof/5147
30 * configure.in: Add check for fabs() being in libm.
31 * configure: Regenerate.
32
33 2007-09-25 Robert Norton <rnorton@broadcom.com>
34
35 * cg_print.c (sort_members): Include the final member on the list
36 in the sort.
37
38 2007-09-17 Nick Clifton <nickc@redhat.com>
39
40 * po/es.po: Updated Spanish translation.
41
42 2007-08-30 Nick Clifton <nickc@redhat.com>
43
44 * po/fi.po: Updated Finnish translation.
45
46 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
47
48 * po/sv.po: Updated Swedish translation.
49
50 2007-08-17 Alan Modra <amodra@bigpond.net.au>
51
52 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
53
54 2007-08-12 Matthias Klose <doko@ubuntu.com>
55
56 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
57 $(top_srcdir)/../../bfd/doc.
58 * Makefile.in: Regenerate.
59
60 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
61
62 * configure.in (ALL_LINGUAS): Add fi.
63 * po/fi.po: New file.
64 * configure: Regenerated.
65
66 2007-08-10 Nick Clifton <nickc@redhat.com>
67
68 * po/ga.po: Updated Irish translation.
69 * po/vi.po: Updated Vietnamese translation.
70
71 2007-08-07 Nick Clifton <nickc@redhat.com>
72
73 * po/de.po: Updated German translation.
74
75 2007-07-12 Nick Clifton <nickc@redhat.com>
76
77 * po/vi.po: Updated translation.
78
79 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
80
81 * cg_print.c: Force cast of sizeof to be a long.
82 * hist.c: Likewise.
83
84 2007-07-06 Nick Clifton <nickc@redhat.com>
85
86 * basic_blocks.c: Update copyright notice to refer to GPLv3.
87 * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
88 call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
89 flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
90 search_list.c, search_list.h, source.c, source.h, sym_ids.c,
91 sym_ids.h, symtab.c, symtab.h: Likewise.
92
93 2007-07-05 Tristan Gingold <gingold@adacore.com>
94
95 * corefile.c (core_sym_class): Do not discard nested subprograms.
96 * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
97 * Makefile.in: Regenerate.
98
99 2007-07-02 Alan Modra <amodra@bigpond.net.au>
100
101 * Makefile.am: Run "make dep-am".
102 * Makefile.in: Regenerate.
103 * aclocal.m4: Regenerate.
104 * gconfig.in: Regenerate.
105 * po/gprof.pot: Regenerate.
106
107 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
108
109 * aclocal.m4: Regenerated.
110 * Makefile.in: Likewise.
111
112 2007-06-20 Nick Clifton <nickc@redhat.com>
113
114 * gprof.texi: Refer readers to the gcov tool if they want
115 line-by-line profiling.
116
117 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
118
119 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
120
121 * acinclude.m4: Removed.
122
123 * Makefile.in: Regenerated.
124 * aclocal.m4: Likewise.
125 * configure: Likewise.
126
127 2007-05-24 Steve Ellcey <sje@cup.hp.com>
128
129 * Makefile.in: Regnerate.
130 * configure: Regenerate.
131 * aclocal.m4: Regenerate.
132
133 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
134
135 * gprof.texi: Remove orphaned "@end ignore".
136
137 2007-05-22 Nick Clifton <nickc@redhat.com>
138
139 * gprof.texi: Use @copying around the copyright notice.
140
141 2007-05-14 H.J. Lu <hongjiu.lu@intel.com>
142
143 * hist.c (scale_and_align_entries): Avoid C99 feature.
144
145 2007-04-19 Alan Modra <amodra@bigpond.net.au>
146
147 * corefile.c (core_create_function_syms, core_create_line_syms): Don't
148 set discard_underscores.
149 * gprof.c (discard_underscores): Delete.
150 * gprof.h (discard_underscores): Delete.
151 * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
152 leading underscores.
153 * utils.c (print_name_only): Call bfd_demangle rather than
154 cplus_demangle.
155 * Makefile.am: Run "make dep-am".
156 * Makefile.in: Regenerate.
157
158 2007-04-14 Steve Ellcey <sje@cup.hp.com>
159
160 * Makefile.am: Add ACLOCAL_AMFLAGS.
161 * Makefile.in: Regenerate.
162
163 2007-04-10 Vladimir Prus <vladimir@codesourcery.com>
164
165 * hist.h (struct histogram)
166 (histograms, num_histograms): New.
167 * hist.c (find_histogram, find_histogram_for_pc)
168 (read_histogram_header): New.
169 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
170 (hist_sample): Remove.
171 (hist_read_rec): Use the above, and handle multiple
172 histogram records with disjoint address ranges.
173 (hist_write_hist): Support several histogram records.
174 (scale_and_align_entries): Adjust for multiple histograms.
175 (hist_assign_samples_1): New.
176 (hist_assign_samples): Use the above.
177 (hist_clip_symbol_address): New.
178 * hist.h (hist_check_address)
179 (hist_clip_symbol_address): Declare.
180 * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
181 of legacy format for multiple histogram changes.
182 * corefile.c (find_call): Check for core_text_space and
183 clip symbol address range here.
184 * vax.c (vax_find_call): Don't check for
185 core_text_space, or clip the symbol's address range here.
186 Use hist_check_address to check call's target address.
187 * sparc.c: Likewise.
188 * tahoe.c: Likewise.
189 * i386.c: Likewise.
190 * mips.c: Likewise. Also use core_text_sect->vma as the base
191 address for code accesses, just like other machine-specific
192 routines do.
193 * gprof.texi: Adjust for the new logic.
194
195 2007-03-28 Richard Sandiford <richard@codesourcery.com>
196 Phil Edwards <phil@codesourcery.com>
197
198 * gprof.texi: Put the contents after the title page rather
199 than at the end of the document.
200
201 2007-03-22 Joseph Myers <joseph@codesourcery.com>
202
203 * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
204 (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
205 * Makefile.in: Regenerate.
206 * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
207 and VERSION.
208
209 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
210
211 * Makefile.am (REPORT_BUGS_TO): Removed.
212 (INCLUDES): Remove -DREPORT_BUGS_TO.
213 * Makefile.in: Regenerated.
214
215 * configure.in (--with-bugurl): Removed.
216 * configure: Regenerated.
217
218 2007-03-01 Joseph Myers <joseph@codesourcery.com>
219
220 * gprof.c: Include bfdver.h
221 (main): Use BFD_VERSION_STRING for version number and package
222 name.
223 * Makefile.am (PKGVERSION): Remove.
224 (INCLUDES): Update.
225 Regenerate dependencies.
226 * Makefile.in: Regenerate.
227 * configure.in (PKGVERSION): Remove.
228 * configure: Regenerate.
229
230 2007-02-17 Mark Mitchell <mark@codesourcery.com>
231 Nathan Sidwell <nathan@codesourcery.com>
232 Vladimir Prus <vladimir@codesourcery.com>
233 Joseph Myers <joseph@codesourcery.com>
234
235 * configure.in (--with-pkgversion, --with-bugurl): New options.
236 * configure: Regenerate.
237 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
238 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
239 Regenerate dependencies.
240 * Makefile.in: Regenerate.
241 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
242 (main): Include PKGVERSION in version output.
243 * gprof.h: Remove include of bin-bugs.h.
244
245 2007-01-16 Ben Elliston <bje@au.ibm.com>
246
247 * corefile.c (parse_error): New function.
248 (read_function_mappings): Check calls to fscanf and report any
249 errors in parsing the mapping file.
250
251 2006-12-12 Daniel Jacobowitz <dan@codesourcery.com>
252
253 * Makefile.am (gprof_TEXINFOS): Set.
254 (gprof.info gprof.dvi gprof.html): Delete rule.
255 * Makefile.in: Regenerated.
256
257 2006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
258
259 * configure.in: Define GENINSRC_NEVER.
260 * doc/Makefile.am (gprof.info): Remove srcdir prefix.
261 (MAINTAINERCLEANFILES): Add info file.
262 (DISTCLEANFILES): Pretend to add info file.
263 * po/Make-in (.po.gmo): Put gmo files in objdir.
264 * configure, Makefile.in: Regenerated.
265
266 2006-11-27 Nick Clifton <nickc@redhat.com>
267
268 * po/ms.po: Updated Malay translation.
269
270 2006-11-22 Nick Clifton <nickc@redhat.com>
271
272 * configure.in (LINGUAS): Add ms.
273 * po/ms.po: New Malay translation.
274
275 2006-10-17 Bob Wilson <bob.wilson@acm.org>
276
277 * gprof.c (main): Fix option string for -r and -R.
278
279 2006-10-16 Bob Wilson <bob.wilson@acm.org>
280
281 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
282
283 2006-10-16 Bob Wilson <bob.wilson@acm.org>
284
285 * gprof.c (main): Fix option string for -C, -n and -N.
286
287 2006-09-26 Thiemo Seufer <ths@networkno.de>
288
289 * gprof.texi: Fix install failure.
290
291 2006-09-19 Bob Wilson <bob.wilson@acm.org>
292
293 * gprof.texi: Use TeX-style quotes and em-dashes consistently.
294 Specify section names in cross references. Fix typos.
295 Omit "next", "previous" and "up" fields from @node lines.
296 (SYNOPSIS): Show map_file argument to --file-ordering.
297 (Compiling): Remove extra, truncated lines from example output.
298 (Cycles): Fix references to "called" field.
299 (Internals): Allow hyphenation between file:function names.
300 (GNU Free Documentation License): Update formatting to match fdl.texi.
301
302 2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
303
304 * gprof.texi: Fix some typos.
305
306 2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
307
308 * po/Make-in (pdf, ps): New dummy targets.
309
310 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
311
312 * po/Make-in (top_builddir): Define.
313
314 2006-06-05 Alan Modra <amodra@bigpond.net.au>
315
316 * Makefile.in: Regenerate.
317 * gconfig.in: Regenerate.
318
319 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
320
321 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
322 and LIBINTL_DEP everywhere.
323 (INCLUDES): Use @INCINTL@.
324 * acinclude.m4: Include new gettext macros.
325 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
326 Remove local code for po/Makefile.
327 * Makefile.in, aclocal.m4, configure: Regenerated.
328
329 2006-05-30 Nick Clifton <nickc@redhat.com>
330
331 * po/es.po: Updated Spanish translation.
332
333 2006-05-02 James E Wilson <wilson@specifix.com>
334
335 * gprof.c (main): When setting default output_style, add separate
336 checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
337
338 2006-04-25 Masaki Muranaka <monaka@monami-software.com>
339
340 PR 2587
341 * Makefile.am: Add empty rule for .m -> .o build in order to work
342 around bug in gmake shipped by Apple.
343 * Makefile.in: Regenerate.
344
345 2006-04-19 Alan Modra <amodra@bigpond.net.au>
346
347 * configure: Regenerate.
348
349 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
350
351 * po/Make-in: Add install-html target.
352 * Makefile.am: Add install-html, install-html-am and
353 install-html-recursive targets.
354 * Makefile.in: Regenerate.
355 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
356 * configure: Regenerate.
357
358 2006-03-21 Ben Elliston <bje@au.ibm.com>
359
360 * corefile.c (core_init): Report that the executable is not in the
361 expected executable format rather than "a.out" format.
362
363 2006-03-09 Nick Clifton <nickc@redhat.com>
364
365 * po/sv.po: Updated Swedish translation.
366
367 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
368
369 * po/Make-in: Add html target.
370
371 For older changes see ChangeLog-2005
372 \f
373 Local Variables:
374 mode: change-log
375 left-margin: 8
376 fill-column: 74
377 version-control: never
378 End:
This page took 0.038122 seconds and 5 git commands to generate.