* corefile.h (core_num_syms): Remove unused extern declaration.
[platform/upstream/binutils.git] / gprof / ChangeLog
1 2005-04-25  Ben Elliston  <bje@au.ibm.com>
2
3         * corefile.h (core_num_syms): Remove unused extern declaration.
4         (core_syms): Likewise.
5         (min_insn_size): Likewise.
6
7 2005-04-24  Ben Elliston  <bje@au.ibm.com>
8
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.
17
18 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
19
20         * corefile.c (core_init): Call bfd_get_synthetic_symtab.
21
22 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
23
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.
30
31 2005-04-06  Nick Clifton  <nickc@redhat.com>
32
33         * po/rw.po: New translation: Kinyarwanda
34         * configure.in (ALL_LINGUAS): Add rw
35         * configure: Regenerate.
36
37 2005-04-04  Nick Clifton  <nickc@redhat.com>
38
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.
44
45 2005-03-29  Nick Clifton  <nickc@redhat.com>
46
47         * po/de.po: Updated German translation.
48
49 2005-03-17  Nick Clifton  <nickc@redhat.com>
50
51         * po/vi.po: Updated Vietnamese translation.
52
53 2005-03-16  Nick Clifton  <nickc@redhat.com>
54             Ben Elliston  <bje@au.ibm.com>
55
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.
60
61 2005-03-15  Nick Clifton  <nickc@redhat.com>
62
63         * basic_blocks.c (print_exec_counts): Step through sorted array of
64         basic blocks.
65
66 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
67
68         * po/es.po: Commit new Spanish translation.
69
70         * po/fr.po: Commit new French translation.
71
72 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
73
74         * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
75
76 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
77
78         * po/tr.po: Commit new Turkish translation.
79
80 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
81
82         * po/gprof.pot: Regenerate.
83
84 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
85
86         * basic_blocks.c: Warning fixes.
87         * gmon_io.c: Likewise.
88         * hist.c: Likewise.
89         * hist.h: Likewise.
90
91 2005-01-31  Andrew Cagney  <cagney@gnu.org>
92
93         * configure: Regenerate to track ../gettext.m4.
94
95 2005-01-31  Nick Clifton  <nickc@redhat.com>
96
97         * po/vi/po: New file: Vietnamese translation.
98         * configure.in: (ALL_LINGUAS): Add vi.
99         * configure: Regenerate.
100
101 2005-01-27  Andrew Cagney  <cagney@gnu.org>
102
103         * configure: Regenerate to track ../gettext.m4 change.
104
105 2005-01-21  Ben Elliston  <bje@au.ibm.com>
106
107         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
108
109 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
110
111         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
112         * Makefile.in: Regenerate.
113
114 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
115
116         * Makefile.in: Regenerate.
117         * aclocal.m4: Regenerate.
118         * configure: Regenerate.
119         * po/gprof.pot: Regenerate.
120
121 2004-07-13  Ben Elliston  <bje@au.ibm.com>
122
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.
125
126 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
127
128         * Makefile.in: Regenerate to clean up breakage.
129
130 2004-06-15  Ben Elliston  <bje@au.ibm.com>
131
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.
138
139 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
140
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.
144
145 2004-05-26  Andrew Cagney  <cagney@gnu.org>
146
147         * corefile.c (core_create_line_syms): Per ISO C '90, move
148         vma_high's declaration to the function's start.
149
150 2004-05-26  Ben Elliston  <bje@au.ibm.com>
151
152         * gprof.c (main): Clean up some more.
153
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.
161
162 2004-05-26  Ben Elliston  <bje@au.ibm.com>
163
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.
173
174 2004-05-17  Ben Elliston  <bje@au.ibm.com>
175
176         * gprof.texi (Output Options): Correct last patch to use @itemx, not
177         @item, for options with long option alternatives.
178
179 2004-05-17  Ben Elliston  <bje@au.ibm.com>
180
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.
185
186 2004-05-13  Nick Clifton  <nickc@redhat.com>
187
188         * po/fr.po: Updated French translation.
189
190 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
191
192         * po/sv.po: Updated.
193
194         * Makefile.am: Run "make dep-am".
195         * Makefile.in: Regenerate.
196         * gconfig.in: Regenerate.
197         * po/gprof.pot: Regenerate.
198
199 For older changes see ChangeLog-9203
200 \f
201 Local Variables:
202 mode: change-log
203 left-margin: 8
204 fill-column: 74
205 version-control: never
206 End: