* gprof.c (main): For line-by-line profiling, there is no need to
[binutils.git] / gprof / ChangeLog
bloba2f3b1519df3498ddc74620432f16c7349907920
1 2004-07-13  Ben Elliston  <bje@au.ibm.com>
3         * gprof.c (main): For line-by-line profiling, there is no need to
4         specially exclude the default function set from the flat profile.
6 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
8         * Makefile.in: Regenerate to clean up breakage.
10 2004-06-15  Ben Elliston  <bje@au.ibm.com>
12         * configure.in: Run through autoupdate.
13         * configure: Regenerate with autoconf 2.59.
14         * Makefile.am (install-local): Rename from this ..
15         (install-data-local): .. to this.
16         * Makefile.in: Regenerate with automake 1.8.5.
17         * aclocal.m4: Regenerate with aclocal 1.8.5.
19 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
21         * corefile.c (core_init): Use bfd_get_section_size
22         instead of bfd_get_section_size_before_reloc or _raw_size.
23         * symtab.c (symtab_finalize): Likewise.
25 2004-05-26  Andrew Cagney  <cagney@gnu.org>
27         * corefile.c (core_create_line_syms): Per ISO C '90, move
28         vma_high's declaration to the function's start.
30 2004-05-26  Ben Elliston  <bje@au.ibm.com>
32         * gprof.c (main): Clean up some more.
34         * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
35         call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
36         cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
37         gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
38         i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
39         sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
40         utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
42 2004-05-26  Ben Elliston  <bje@au.ibm.com>
44         * corefile.c (core_init): Use a separate local variable,
45         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
46         more obvious.
47         (core_create_function_syms): Discard cbfd argument.  Eliminate
48         `offset' variable and calculate VMA directly. Update all users.
49         * corefile.h (core_create_function_syms): Update prototype.
50         (core_create_line_syms): Likewise.
51         * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
52         Tidy.   
54 2004-05-17  Ben Elliston  <bje@au.ibm.com>
56         * gprof.texi (Output Options): Correct last patch to use @itemx, not
57         @item, for options with long option alternatives.
59 2004-05-17  Ben Elliston  <bje@au.ibm.com>
61         * gprof.texi (Introduction): Update synopsis.
62         (Output Options): Document -r and -R.
63         (Analysis Options): Document -t, --table-length.
64         (Miscellaneous Options): Document -h, --help.
66 2004-05-13  Nick Clifton  <nickc@redhat.com>
68         * po/fr.po: Updated French translation.
70 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
72         * po/sv.po: Updated.
74         * Makefile.am: Run "make dep-am".
75         * Makefile.in: Regenerate.
76         * gconfig.in: Regenerate.
77         * po/gprof.pot: Regenerate.
79 For older changes see ChangeLog-9203
81 Local Variables:
82 mode: change-log
83 left-margin: 8
84 fill-column: 74
85 version-control: never
86 End: