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