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