* configure.in (bfin-*-*): Support bfin.
[binutils.git] / gprof / ChangeLog
blobdcf6d336b4817c55caf70b12dcc7d19fea9da7ac
1 2005-09-30  Nick Clifton  <nickc@redhat.com>
3         * po/ga.po: New Irish translation.
4         * configure.in (ALL_LINGUAS): Add "ga".
5         * configure: Regenerate.
7 2005-09-30  Mark Mitchell  <mark@codesourcery.com>
9         * gprof.c (main): Use expandargv.
11 2005-09-30  Matthias Kurz  <mk@baerlap.north.de>
13         * gprof.c (main):Only invoke bindtextdomain() and textdomain() if
14         ENABLE_NLS is defined.
16 2005-05-09  Nick Clifton  <nickc@redhat.com>
18         * Update the address and phone number of the FSF organization in
19         the GPL notices in the following files:
20         aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
21         bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h,
22         corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h,
23         gprof.texi, hist.c, hist.h, search_list.c, search_list.h,
24         source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h
26 2005-04-25  Ben Elliston  <bje@au.ibm.com>
28         * corefile.h (core_num_syms): Remove unused extern declaration.
29         (core_syms): Likewise.
30         (min_insn_size): Likewise.
32 2005-04-24  Ben Elliston  <bje@au.ibm.com>
34         * corefile.c (core_num_syms): Make static.
35         (core_syms): Likewise.
36         (min_insn_size): Likewise.
37         * gprof.c (abfd): Remove unused variable.
38         * hist.c (hist_dimension): Make static.
39         (hist_dimension_abbrev): Likewise.
40         * sym_ids.c (id_list): Likewise.
41         (table_name): Likewise.
43 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
45         * corefile.c (core_init): Call bfd_get_synthetic_symtab.
47 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
49         * Makefile.am (NO_WERROR): Define.
50         * acinclude.m4: Include ../bfd/warning.m4.
51         * configure.in: Invoke AM_BINUTILS_WARNINGS.
52         * Makefile.in: Regenerate.
53         * aclocal.m4: Regenerate.
54         * configure: Regenerate.
56 2005-04-06  Nick Clifton  <nickc@redhat.com>
58         * po/rw.po: New translation: Kinyarwanda
59         * configure.in (ALL_LINGUAS): Add rw
60         * configure: Regenerate.
62 2005-04-04  Nick Clifton  <nickc@redhat.com>
64         * configure.in: Add a check for <unistd.h> providing a prototype
65         for getopt() which is compatible with the one in
66         include/getopt.h.  If so then define HAVE_DECL_GETOPT.
67         * configure: Regenerate.
68         * gconfig.in (HAVE_DECL_GETOPT): Add.
70 2005-03-29  Nick Clifton  <nickc@redhat.com>
72         * po/de.po: Updated German translation.
74 2005-03-17  Nick Clifton  <nickc@redhat.com>
76         * po/vi.po: Updated Vietnamese translation.
78 2005-03-16  Nick Clifton  <nickc@redhat.com>
79             Ben Elliston  <bje@au.ibm.com>
81         * configure.in (werror): New switch: Add -Werror to the
82         compiler command line.  Enabled by default.  Disable via
83         --disable-werror.
84         * configure: Regenerate.
86 2005-03-15  Nick Clifton  <nickc@redhat.com>
88         * basic_blocks.c (print_exec_counts): Step through sorted array of
89         basic blocks.
91 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
93         * po/es.po: Commit new Spanish translation.
95         * po/fr.po: Commit new French translation.
97 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
99         * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
101 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
103         * po/tr.po: Commit new Turkish translation.
105 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
107         * po/gprof.pot: Regenerate.
109 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
111         * basic_blocks.c: Warning fixes.
112         * gmon_io.c: Likewise.
113         * hist.c: Likewise.
114         * hist.h: Likewise.
116 2005-01-31  Andrew Cagney  <cagney@gnu.org>
118         * configure: Regenerate to track ../gettext.m4.
120 2005-01-31  Nick Clifton  <nickc@redhat.com>
122         * po/vi/po: New file: Vietnamese translation.
123         * configure.in: (ALL_LINGUAS): Add vi.
124         * configure: Regenerate.
126 2005-01-27  Andrew Cagney  <cagney@gnu.org>
128         * configure: Regenerate to track ../gettext.m4 change.
130 2005-01-21  Ben Elliston  <bje@au.ibm.com>
132         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
134 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
136         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
137         * Makefile.in: Regenerate.
139 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
141         * Makefile.in: Regenerate.
142         * aclocal.m4: Regenerate.
143         * configure: Regenerate.
144         * po/gprof.pot: Regenerate.
146 2004-07-13  Ben Elliston  <bje@au.ibm.com>
148         * gprof.c (main): For line-by-line profiling, there is no need to
149         specially exclude the default function set from the flat profile.
151 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
153         * Makefile.in: Regenerate to clean up breakage.
155 2004-06-15  Ben Elliston  <bje@au.ibm.com>
157         * configure.in: Run through autoupdate.
158         * configure: Regenerate with autoconf 2.59.
159         * Makefile.am (install-local): Rename from this ..
160         (install-data-local): .. to this.
161         * Makefile.in: Regenerate with automake 1.8.5.
162         * aclocal.m4: Regenerate with aclocal 1.8.5.
164 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
166         * corefile.c (core_init): Use bfd_get_section_size
167         instead of bfd_get_section_size_before_reloc or _raw_size.
168         * symtab.c (symtab_finalize): Likewise.
170 2004-05-26  Andrew Cagney  <cagney@gnu.org>
172         * corefile.c (core_create_line_syms): Per ISO C '90, move
173         vma_high's declaration to the function's start.
175 2004-05-26  Ben Elliston  <bje@au.ibm.com>
177         * gprof.c (main): Clean up some more.
179         * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
180         call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
181         cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
182         gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
183         i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
184         sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
185         utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
187 2004-05-26  Ben Elliston  <bje@au.ibm.com>
189         * corefile.c (core_init): Use a separate local variable,
190         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
191         more obvious.
192         (core_create_function_syms): Discard cbfd argument.  Eliminate
193         `offset' variable and calculate VMA directly. Update all users.
194         * corefile.h (core_create_function_syms): Update prototype.
195         (core_create_line_syms): Likewise.
196         * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
197         Tidy.
199 2004-05-17  Ben Elliston  <bje@au.ibm.com>
201         * gprof.texi (Output Options): Correct last patch to use @itemx, not
202         @item, for options with long option alternatives.
204 2004-05-17  Ben Elliston  <bje@au.ibm.com>
206         * gprof.texi (Introduction): Update synopsis.
207         (Output Options): Document -r and -R.
208         (Analysis Options): Document -t, --table-length.
209         (Miscellaneous Options): Document -h, --help.
211 2004-05-13  Nick Clifton  <nickc@redhat.com>
213         * po/fr.po: Updated French translation.
215 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
217         * po/sv.po: Updated.
219         * Makefile.am: Run "make dep-am".
220         * Makefile.in: Regenerate.
221         * gconfig.in: Regenerate.
222         * po/gprof.pot: Regenerate.
224 For older changes see ChangeLog-9203
226 Local Variables:
227 mode: change-log
228 left-margin: 8
229 fill-column: 74
230 version-control: never
231 End: