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