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