3 * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
4 * configure: Regenerated.
8 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
9 * configure.in: Invoke AC_GNU_SOURCE.
10 * Makefile.in: Regenerate.
11 * configure: Regenerate.
12 * gconfig.in: Regenerate.
17 * configure.in: Add check for fabs() being in libm.
18 * configure: Regenerate.
22 * cg_print.c (sort_members): Include the final member on the list
27 * po/es.po: Updated Spanish translation.
31 * po/fi.po: Updated Finnish translation.
35 * po/sv.po: Updated Swedish translation.
39 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
43 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
44 $(top_srcdir)/../../bfd/doc.
45 * Makefile.in: Regenerate.
49 * configure.in (ALL_LINGUAS): Add fi.
51 * configure: Regenerated.
55 * po/ga.po: Updated Irish translation.
56 * po/vi.po: Updated Vietnamese translation.
60 * po/de.po: Updated German translation.
64 * po/vi.po: Updated translation.
68 * cg_print.c: Force cast of sizeof to be a long.
73 * basic_blocks.c: Update copyright notice to refer to GPLv3.
74 * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
75 call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
76 flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
77 search_list.c, search_list.h, source.c, source.h, sym_ids.c,
78 sym_ids.h, symtab.c, symtab.h: Likewise.
82 * corefile.c (core_sym_class): Do not discard nested subprograms.
83 * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
84 * Makefile.in: Regenerate.
88 * Makefile.am: Run "make dep-am".
89 * Makefile.in: Regenerate.
90 * aclocal.m4: Regenerate.
91 * gconfig.in: Regenerate.
92 * po/gprof.pot: Regenerate.
96 * aclocal.m4: Regenerated.
97 * Makefile.in: Likewise.
101 * gprof.texi: Refer readers to the gcov tool if they want
102 line-by-line profiling.
106 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
108 * acinclude.m4: Removed.
110 * Makefile.in: Regenerated.
111 * aclocal.m4: Likewise.
112 * configure: Likewise.
116 * Makefile.in: Regnerate.
117 * configure: Regenerate.
118 * aclocal.m4: Regenerate.
122 * gprof.texi: Remove orphaned "@end ignore".
126 * gprof.texi: Use @copying around the copyright notice.
130 * hist.c (scale_and_align_entries): Avoid C99 feature.
134 * corefile.c (core_create_function_syms, core_create_line_syms): Don't
135 set discard_underscores.
136 * gprof.c (discard_underscores): Delete.
137 * gprof.h (discard_underscores): Delete.
138 * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
140 * utils.c (print_name_only): Call bfd_demangle rather than
142 * Makefile.am: Run "make dep-am".
143 * Makefile.in: Regenerate.
147 * Makefile.am: Add ACLOCAL_AMFLAGS.
148 * Makefile.in: Regenerate.
152 * hist.h (struct histogram)
153 (histograms, num_histograms): New.
154 * hist.c (find_histogram, find_histogram_for_pc)
155 (read_histogram_header): New.
156 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
157 (hist_sample): Remove.
158 (hist_read_rec): Use the above, and handle multiple
159 histogram records with disjoint address ranges.
160 (hist_write_hist): Support several histogram records.
161 (scale_and_align_entries): Adjust for multiple histograms.
162 (hist_assign_samples_1): New.
163 (hist_assign_samples): Use the above.
164 (hist_clip_symbol_address): New.
165 * hist.h (hist_check_address)
166 (hist_clip_symbol_address): Declare.
167 * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
168 of legacy format for multiple histogram changes.
169 * corefile.c (find_call): Check for core_text_space and
170 clip symbol address range here.
171 * vax.c (vax_find_call): Don't check for
172 core_text_space, or clip the symbol's address range here.
173 Use hist_check_address to check call's target address.
177 * mips.c: Likewise. Also use core_text_sect->vma as the base
178 address for code accesses, just like other machine-specific
180 * gprof.texi: Adjust for the new logic.
185 * gprof.texi: Put the contents after the title page rather
186 than at the end of the document.
190 * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
191 (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
192 * Makefile.in: Regenerate.
193 * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
198 * Makefile.am (REPORT_BUGS_TO): Removed.
199 (INCLUDES): Remove -DREPORT_BUGS_TO.
200 * Makefile.in: Regenerated.
202 * configure.in (--with-bugurl): Removed.
203 * configure: Regenerated.
207 * gprof.c: Include bfdver.h
208 (main): Use BFD_VERSION_STRING for version number and package
210 * Makefile.am (PKGVERSION): Remove.
212 Regenerate dependencies.
213 * Makefile.in: Regenerate.
214 * configure.in (PKGVERSION): Remove.
215 * configure: Regenerate.
222 * configure.in (--with-pkgversion, --with-bugurl): New options.
223 * configure: Regenerate.
224 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
225 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
226 Regenerate dependencies.
227 * Makefile.in: Regenerate.
228 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
229 (main): Include PKGVERSION in version output.
230 * gprof.h: Remove include of bin-bugs.h.
234 * corefile.c (parse_error): New function.
235 (read_function_mappings): Check calls to fscanf and report any
236 errors in parsing the mapping file.
238 For older changes see ChangeLog-2006
240 Copyright (C) 2007 Free Software Foundation, Inc.
242 Copying and distribution of this file, with or without modification,
243 are permitted in any medium without royalty provided the copyright
244 notice and this notice are preserved.
250 version-control: never