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