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