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