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