OSDN Git Service

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