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