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