PR872
[binutils.git] / gprof / ChangeLog
blobab985d3fac592e971b3cfb30a78a79460142b41d
1 2005-04-25  Ben Elliston  <bje@au.ibm.com>
3         * corefile.h (core_num_syms): Remove unused extern declaration.
4         (core_syms): Likewise.
5         (min_insn_size): Likewise.
7 2005-04-24  Ben Elliston  <bje@au.ibm.com>
9         * corefile.c (core_num_syms): Make static.
10         (core_syms): Likewise.
11         (min_insn_size): Likewise.
12         * gprof.c (abfd): Remove unused variable.
13         * hist.c (hist_dimension): Make static.
14         (hist_dimension_abbrev): Likewise.
15         * sym_ids.c (id_list): Likewise.
16         (table_name): Likewise.
18 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
20         * corefile.c (core_init): Call bfd_get_synthetic_symtab.
22 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
24         * Makefile.am (NO_WERROR): Define.
25         * acinclude.m4: Include ../bfd/warning.m4.
26         * configure.in: Invoke AM_BINUTILS_WARNINGS.
27         * Makefile.in: Regenerate.
28         * aclocal.m4: Regenerate.
29         * configure: Regenerate.
31 2005-04-06  Nick Clifton  <nickc@redhat.com>
33         * po/rw.po: New translation: Kinyarwanda
34         * configure.in (ALL_LINGUAS): Add rw
35         * configure: Regenerate.
37 2005-04-04  Nick Clifton  <nickc@redhat.com>
39         * configure.in: Add a check for <unistd.h> providing a prototype
40         for getopt() which is compatible with the one in
41         include/getopt.h.  If so then define HAVE_DECL_GETOPT.
42         * configure: Regenerate.
43         * gconfig.in (HAVE_DECL_GETOPT): Add.
45 2005-03-29  Nick Clifton  <nickc@redhat.com>
47         * po/de.po: Updated German translation.
49 2005-03-17  Nick Clifton  <nickc@redhat.com>
51         * po/vi.po: Updated Vietnamese translation.
53 2005-03-16  Nick Clifton  <nickc@redhat.com>
54             Ben Elliston  <bje@au.ibm.com>
56         * configure.in (werror): New switch: Add -Werror to the
57         compiler command line.  Enabled by default.  Disable via
58         --disable-werror.
59         * configure: Regenerate.
61 2005-03-15  Nick Clifton  <nickc@redhat.com>
63         * basic_blocks.c (print_exec_counts): Step through sorted array of
64         basic blocks.
66 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
68         * po/es.po: Commit new Spanish translation.
70         * po/fr.po: Commit new French translation.
72 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
74         * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
76 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
78         * po/tr.po: Commit new Turkish translation.
80 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
82         * po/gprof.pot: Regenerate.
84 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
86         * basic_blocks.c: Warning fixes.
87         * gmon_io.c: Likewise.
88         * hist.c: Likewise.
89         * hist.h: Likewise.
91 2005-01-31  Andrew Cagney  <cagney@gnu.org>
93         * configure: Regenerate to track ../gettext.m4.
95 2005-01-31  Nick Clifton  <nickc@redhat.com>
97         * po/vi/po: New file: Vietnamese translation.
98         * configure.in: (ALL_LINGUAS): Add vi.
99         * configure: Regenerate.
101 2005-01-27  Andrew Cagney  <cagney@gnu.org>
103         * configure: Regenerate to track ../gettext.m4 change.
105 2005-01-21  Ben Elliston  <bje@au.ibm.com>
107         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
109 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
111         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
112         * Makefile.in: Regenerate.
114 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
116         * Makefile.in: Regenerate.
117         * aclocal.m4: Regenerate.
118         * configure: Regenerate.
119         * po/gprof.pot: Regenerate.
121 2004-07-13  Ben Elliston  <bje@au.ibm.com>
123         * gprof.c (main): For line-by-line profiling, there is no need to
124         specially exclude the default function set from the flat profile.
126 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
128         * Makefile.in: Regenerate to clean up breakage.
130 2004-06-15  Ben Elliston  <bje@au.ibm.com>
132         * configure.in: Run through autoupdate.
133         * configure: Regenerate with autoconf 2.59.
134         * Makefile.am (install-local): Rename from this ..
135         (install-data-local): .. to this.
136         * Makefile.in: Regenerate with automake 1.8.5.
137         * aclocal.m4: Regenerate with aclocal 1.8.5.
139 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
141         * corefile.c (core_init): Use bfd_get_section_size
142         instead of bfd_get_section_size_before_reloc or _raw_size.
143         * symtab.c (symtab_finalize): Likewise.
145 2004-05-26  Andrew Cagney  <cagney@gnu.org>
147         * corefile.c (core_create_line_syms): Per ISO C '90, move
148         vma_high's declaration to the function's start.
150 2004-05-26  Ben Elliston  <bje@au.ibm.com>
152         * gprof.c (main): Clean up some more.
154         * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
155         call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
156         cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
157         gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
158         i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
159         sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
160         utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
162 2004-05-26  Ben Elliston  <bje@au.ibm.com>
164         * corefile.c (core_init): Use a separate local variable,
165         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
166         more obvious.
167         (core_create_function_syms): Discard cbfd argument.  Eliminate
168         `offset' variable and calculate VMA directly. Update all users.
169         * corefile.h (core_create_function_syms): Update prototype.
170         (core_create_line_syms): Likewise.
171         * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
172         Tidy.
174 2004-05-17  Ben Elliston  <bje@au.ibm.com>
176         * gprof.texi (Output Options): Correct last patch to use @itemx, not
177         @item, for options with long option alternatives.
179 2004-05-17  Ben Elliston  <bje@au.ibm.com>
181         * gprof.texi (Introduction): Update synopsis.
182         (Output Options): Document -r and -R.
183         (Analysis Options): Document -t, --table-length.
184         (Miscellaneous Options): Document -h, --help.
186 2004-05-13  Nick Clifton  <nickc@redhat.com>
188         * po/fr.po: Updated French translation.
190 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
192         * po/sv.po: Updated.
194         * Makefile.am: Run "make dep-am".
195         * Makefile.in: Regenerate.
196         * gconfig.in: Regenerate.
197         * po/gprof.pot: Regenerate.
199 For older changes see ChangeLog-9203
201 Local Variables:
202 mode: change-log
203 left-margin: 8
204 fill-column: 74
205 version-control: never
206 End: