2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
[binutils.git] / gprof / ChangeLog
blob230c538f760f57a781fe5364d4882179647b8e2d
1 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
3         * basic_blocks.c: Warning fixes.
4         * gmon_io.c: Likewise.
5         * hist.c: Likewise.
6         * hist.h: Likewise.
8 2005-01-31  Andrew Cagney  <cagney@gnu.org>
10         * configure: Regenerate to track ../gettext.m4.
12 2005-01-31  Nick Clifton  <nickc@redhat.com>
14         * po/vi/po: New file: Vietnamese translation.
15         * configure.in: (ALL_LINGUAS): Add vi.
16         * configure: Regenerate.
18 2005-01-27  Andrew Cagney  <cagney@gnu.org>
20         * configure: Regenerate to track ../gettext.m4 change.
22 2005-01-21  Ben Elliston  <bje@au.ibm.com>
24         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
26 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
28         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
29         * Makefile.in: Regenerate.
31 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
33         * Makefile.in: Regenerate.
34         * aclocal.m4: Regenerate.
35         * configure: Regenerate.
36         * po/gprof.pot: Regenerate.
38 2004-07-13  Ben Elliston  <bje@au.ibm.com>
40         * gprof.c (main): For line-by-line profiling, there is no need to
41         specially exclude the default function set from the flat profile.
43 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
45         * Makefile.in: Regenerate to clean up breakage.
47 2004-06-15  Ben Elliston  <bje@au.ibm.com>
49         * configure.in: Run through autoupdate.
50         * configure: Regenerate with autoconf 2.59.
51         * Makefile.am (install-local): Rename from this ..
52         (install-data-local): .. to this.
53         * Makefile.in: Regenerate with automake 1.8.5.
54         * aclocal.m4: Regenerate with aclocal 1.8.5.
56 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
58         * corefile.c (core_init): Use bfd_get_section_size
59         instead of bfd_get_section_size_before_reloc or _raw_size.
60         * symtab.c (symtab_finalize): Likewise.
62 2004-05-26  Andrew Cagney  <cagney@gnu.org>
64         * corefile.c (core_create_line_syms): Per ISO C '90, move
65         vma_high's declaration to the function's start.
67 2004-05-26  Ben Elliston  <bje@au.ibm.com>
69         * gprof.c (main): Clean up some more.
71         * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
72         call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
73         cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
74         gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
75         i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
76         sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
77         utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
79 2004-05-26  Ben Elliston  <bje@au.ibm.com>
81         * corefile.c (core_init): Use a separate local variable,
82         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
83         more obvious.
84         (core_create_function_syms): Discard cbfd argument.  Eliminate
85         `offset' variable and calculate VMA directly. Update all users.
86         * corefile.h (core_create_function_syms): Update prototype.
87         (core_create_line_syms): Likewise.
88         * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
89         Tidy.   
91 2004-05-17  Ben Elliston  <bje@au.ibm.com>
93         * gprof.texi (Output Options): Correct last patch to use @itemx, not
94         @item, for options with long option alternatives.
96 2004-05-17  Ben Elliston  <bje@au.ibm.com>
98         * gprof.texi (Introduction): Update synopsis.
99         (Output Options): Document -r and -R.
100         (Analysis Options): Document -t, --table-length.
101         (Miscellaneous Options): Document -h, --help.
103 2004-05-13  Nick Clifton  <nickc@redhat.com>
105         * po/fr.po: Updated French translation.
107 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
109         * po/sv.po: Updated.
111         * Makefile.am: Run "make dep-am".
112         * Makefile.in: Regenerate.
113         * gconfig.in: Regenerate.
114         * po/gprof.pot: Regenerate.
116 For older changes see ChangeLog-9203
118 Local Variables:
119 mode: change-log
120 left-margin: 8
121 fill-column: 74
122 version-control: never
123 End: