Approved by nickc@redhat.com
[binutils.git] / gprof / ChangeLog
blob623d00c46bfda9abf2e35d6e8c2b02bcff304b71
1 2005-03-29  Nick Clifton  <nickc@redhat.com>
3         * po/de.po: Updated German translation.
5 2005-03-17  Nick Clifton  <nickc@redhat.com>
7         * po/vi.po: Updated Vietnamese translation.
9 2005-03-16  Nick Clifton  <nickc@redhat.com>
10             Ben Elliston  <bje@au.ibm.com>
12         * configure.in (werror): New switch: Add -Werror to the
13         compiler command line.  Enabled by default.  Disable via
14         --disable-werror.
15         * configure: Regenerate.
17 2005-03-15  Nick Clifton  <nickc@redhat.com>
19         * basic_blocks.c (print_exec_counts): Step through sorted array of
20         basic blocks.
22 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
24         * po/es.po: Commit new Spanish translation.
26         * po/fr.po: Commit new French translation.
28 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
30         * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
32 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
34         * po/tr.po: Commit new Turkish translation.
36 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
38         * po/gprof.pot: Regenerate.
40 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
42         * basic_blocks.c: Warning fixes.
43         * gmon_io.c: Likewise.
44         * hist.c: Likewise.
45         * hist.h: Likewise.
47 2005-01-31  Andrew Cagney  <cagney@gnu.org>
49         * configure: Regenerate to track ../gettext.m4.
51 2005-01-31  Nick Clifton  <nickc@redhat.com>
53         * po/vi/po: New file: Vietnamese translation.
54         * configure.in: (ALL_LINGUAS): Add vi.
55         * configure: Regenerate.
57 2005-01-27  Andrew Cagney  <cagney@gnu.org>
59         * configure: Regenerate to track ../gettext.m4 change.
61 2005-01-21  Ben Elliston  <bje@au.ibm.com>
63         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
65 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
67         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
68         * Makefile.in: Regenerate.
70 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
72         * Makefile.in: Regenerate.
73         * aclocal.m4: Regenerate.
74         * configure: Regenerate.
75         * po/gprof.pot: Regenerate.
77 2004-07-13  Ben Elliston  <bje@au.ibm.com>
79         * gprof.c (main): For line-by-line profiling, there is no need to
80         specially exclude the default function set from the flat profile.
82 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
84         * Makefile.in: Regenerate to clean up breakage.
86 2004-06-15  Ben Elliston  <bje@au.ibm.com>
88         * configure.in: Run through autoupdate.
89         * configure: Regenerate with autoconf 2.59.
90         * Makefile.am (install-local): Rename from this ..
91         (install-data-local): .. to this.
92         * Makefile.in: Regenerate with automake 1.8.5.
93         * aclocal.m4: Regenerate with aclocal 1.8.5.
95 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
97         * corefile.c (core_init): Use bfd_get_section_size
98         instead of bfd_get_section_size_before_reloc or _raw_size.
99         * symtab.c (symtab_finalize): Likewise.
101 2004-05-26  Andrew Cagney  <cagney@gnu.org>
103         * corefile.c (core_create_line_syms): Per ISO C '90, move
104         vma_high's declaration to the function's start.
106 2004-05-26  Ben Elliston  <bje@au.ibm.com>
108         * gprof.c (main): Clean up some more.
110         * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
111         call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
112         cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
113         gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
114         i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
115         sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
116         utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
118 2004-05-26  Ben Elliston  <bje@au.ibm.com>
120         * corefile.c (core_init): Use a separate local variable,
121         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
122         more obvious.
123         (core_create_function_syms): Discard cbfd argument.  Eliminate
124         `offset' variable and calculate VMA directly. Update all users.
125         * corefile.h (core_create_function_syms): Update prototype.
126         (core_create_line_syms): Likewise.
127         * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
128         Tidy.
130 2004-05-17  Ben Elliston  <bje@au.ibm.com>
132         * gprof.texi (Output Options): Correct last patch to use @itemx, not
133         @item, for options with long option alternatives.
135 2004-05-17  Ben Elliston  <bje@au.ibm.com>
137         * gprof.texi (Introduction): Update synopsis.
138         (Output Options): Document -r and -R.
139         (Analysis Options): Document -t, --table-length.
140         (Miscellaneous Options): Document -h, --help.
142 2004-05-13  Nick Clifton  <nickc@redhat.com>
144         * po/fr.po: Updated French translation.
146 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
148         * po/sv.po: Updated.
150         * Makefile.am: Run "make dep-am".
151         * Makefile.in: Regenerate.
152         * gconfig.in: Regenerate.
153         * po/gprof.pot: Regenerate.
155 For older changes see ChangeLog-9203
157 Local Variables:
158 mode: change-log
159 left-margin: 8
160 fill-column: 74
161 version-control: never
162 End: