* doc/binutils.texi: Include config.texi and @file documentation
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
dff70155
MM
12005-11-16 Mark Mitchell <mark@codesourcery.com>
2
3 * Makefile.am (gprof.info, gprof.1): Depend on config.texi.
4 (config.texi): New file.
5 * Makefile.in: Regenerated.
6
a541e3ce
SE
72005-11-07 Steve Ellcey <sje@cup.hp.com>
8
9 * configure: Regenerate after modifying bfd/warning.m4.
10
a55ff675 112005-10-30 Mark Mitchell <mark@codesourcery.com>
3caac5b8 12
a55ff675 13 * gprof.c (usage): Document "@FILE".
3caac5b8 14
095f2843
NC
152005-09-30 Nick Clifton <nickc@redhat.com>
16
17 * po/ga.po: New Irish translation.
18 * configure.in (ALL_LINGUAS): Add "ga".
19 * configure: Regenerate.
20
869b9d07
MM
212005-09-30 Mark Mitchell <mark@codesourcery.com>
22
23 * gprof.c (main): Use expandargv.
24
a70c2403
NC
252005-09-30 Matthias Kurz <mk@baerlap.north.de>
26
27 * gprof.c (main):Only invoke bindtextdomain() and textdomain() if
28 ENABLE_NLS is defined.
29
44eb1801
NC
302005-05-09 Nick Clifton <nickc@redhat.com>
31
32 * Update the address and phone number of the FSF organization in
33 the GPL notices in the following files:
34 aclocal.m4, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
35 bbconv.pl, call_graph.c, call_graph.h, cg_print.c, cg_print.h,
36 corefile.c, corefile.h, gmon_io.c, gmon_io.h, gmon_out.h,
37 gprof.texi, hist.c, hist.h, search_list.c, search_list.h,
38 source.c, source.h, sym_ids.c, sym_ids.h, symtab.c, symtab.h
39
226b1014
BE
402005-04-25 Ben Elliston <bje@au.ibm.com>
41
42 * corefile.h (core_num_syms): Remove unused extern declaration.
43 (core_syms): Likewise.
44 (min_insn_size): Likewise.
45
9e972ca0
BE
462005-04-24 Ben Elliston <bje@au.ibm.com>
47
48 * corefile.c (core_num_syms): Make static.
49 (core_syms): Likewise.
50 (min_insn_size): Likewise.
51 * gprof.c (abfd): Remove unused variable.
52 * hist.c (hist_dimension): Make static.
53 (hist_dimension_abbrev): Likewise.
54 * sym_ids.c (id_list): Likewise.
55 (table_name): Likewise.
56
2f041bf7
AM
572005-04-14 Alan Modra <amodra@bigpond.net.au>
58
59 * corefile.c (core_init): Call bfd_get_synthetic_symtab.
60
9e9b66a9
AM
612005-04-14 Alan Modra <amodra@bigpond.net.au>
62
63 * Makefile.am (NO_WERROR): Define.
64 * acinclude.m4: Include ../bfd/warning.m4.
65 * configure.in: Invoke AM_BINUTILS_WARNINGS.
66 * Makefile.in: Regenerate.
67 * aclocal.m4: Regenerate.
68 * configure: Regenerate.
69
0d6af1ab
NC
702005-04-06 Nick Clifton <nickc@redhat.com>
71
72 * po/rw.po: New translation: Kinyarwanda
73 * configure.in (ALL_LINGUAS): Add rw
74 * configure: Regenerate.
75
34875e64
NC
762005-04-04 Nick Clifton <nickc@redhat.com>
77
78 * configure.in: Add a check for <unistd.h> providing a prototype
79 for getopt() which is compatible with the one in
80 include/getopt.h. If so then define HAVE_DECL_GETOPT.
81 * configure: Regenerate.
82 * gconfig.in (HAVE_DECL_GETOPT): Add.
83
f0953f9d
NC
842005-03-29 Nick Clifton <nickc@redhat.com>
85
86 * po/de.po: Updated German translation.
87
f7e6ca5e
NC
882005-03-17 Nick Clifton <nickc@redhat.com>
89
90 * po/vi.po: Updated Vietnamese translation.
91
1ad12f97
NC
922005-03-16 Nick Clifton <nickc@redhat.com>
93 Ben Elliston <bje@au.ibm.com>
94
569acd2c 95 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 96 compiler command line. Enabled by default. Disable via
569acd2c 97 --disable-werror.
1ad12f97
NC
98 * configure: Regenerate.
99
f7945f45
NC
1002005-03-15 Nick Clifton <nickc@redhat.com>
101
102 * basic_blocks.c (print_exec_counts): Step through sorted array of
103 basic blocks.
104
ea8409f7
AM
1052005-03-15 Alan Modra <amodra@bigpond.net.au>
106
729ae8d2
AM
107 * po/es.po: Commit new Spanish translation.
108
ea8409f7
AM
109 * po/fr.po: Commit new French translation.
110
5ef6bac7
AM
1112005-03-14 Alan Modra <amodra@bigpond.net.au>
112
113 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
114
882cb63e
AM
1152005-03-14 Alan Modra <amodra@bigpond.net.au>
116
117 * po/tr.po: Commit new Turkish translation.
118
06647dfd
AM
1192005-03-05 Alan Modra <amodra@bigpond.net.au>
120
121 * po/gprof.pot: Regenerate.
122
8c62e9e1
AM
1232005-02-22 Alan Modra <amodra@bigpond.net.au>
124
125 * basic_blocks.c: Warning fixes.
126 * gmon_io.c: Likewise.
127 * hist.c: Likewise.
128 * hist.h: Likewise.
129
c46f8c51
AC
1302005-01-31 Andrew Cagney <cagney@gnu.org>
131
132 * configure: Regenerate to track ../gettext.m4.
133
e87b2913
NC
1342005-01-31 Nick Clifton <nickc@redhat.com>
135
136 * po/vi/po: New file: Vietnamese translation.
137 * configure.in: (ALL_LINGUAS): Add vi.
138 * configure: Regenerate.
139
e8093792
AC
1402005-01-27 Andrew Cagney <cagney@gnu.org>
141
142 * configure: Regenerate to track ../gettext.m4 change.
143
210c61aa
BE
1442005-01-21 Ben Elliston <bje@au.ibm.com>
145
146 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
147
32118081
NC
1482004-11-30 Tero Niemela <tero_niemela@yahoo.com>
149
150 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
151 * Makefile.in: Regenerate.
152
df76639a
AM
1532004-09-17 Alan Modra <amodra@bigpond.net.au>
154
155 * Makefile.in: Regenerate.
156 * aclocal.m4: Regenerate.
157 * configure: Regenerate.
158 * po/gprof.pot: Regenerate.
159
2ef8a0a8
BE
1602004-07-13 Ben Elliston <bje@au.ibm.com>
161
162 * gprof.c (main): For line-by-line profiling, there is no need to
163 specially exclude the default function set from the flat profile.
164
8ffc9dd4
MR
1652004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
166
167 * Makefile.in: Regenerate to clean up breakage.
168
6bf9431b
BE
1692004-06-15 Ben Elliston <bje@au.ibm.com>
170
171 * configure.in: Run through autoupdate.
172 * configure: Regenerate with autoconf 2.59.
173 * Makefile.am (install-local): Rename from this ..
174 (install-data-local): .. to this.
175 * Makefile.in: Regenerate with automake 1.8.5.
176 * aclocal.m4: Regenerate with aclocal 1.8.5.
177
67cf9bc5
AM
1782004-06-15 Alan Modra <amodra@bigpond.net.au>
179
180 * corefile.c (core_init): Use bfd_get_section_size
181 instead of bfd_get_section_size_before_reloc or _raw_size.
182 * symtab.c (symtab_finalize): Likewise.
183
bb02f434
AC
1842004-05-26 Andrew Cagney <cagney@gnu.org>
185
186 * corefile.c (core_create_line_syms): Per ISO C '90, move
187 vma_high's declaration to the function's start.
188
3e8f6abf
BE
1892004-05-26 Ben Elliston <bje@au.ibm.com>
190
13f178c0
BE
191 * gprof.c (main): Clean up some more.
192
3e8f6abf
BE
193 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
194 call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
195 cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
196 gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
197 i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
198 sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
199 utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
200
37b1bfcd
BE
2012004-05-26 Ben Elliston <bje@au.ibm.com>
202
203 * corefile.c (core_init): Use a separate local variable,
204 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
205 more obvious.
206 (core_create_function_syms): Discard cbfd argument. Eliminate
207 `offset' variable and calculate VMA directly. Update all users.
208 * corefile.h (core_create_function_syms): Update prototype.
209 (core_create_line_syms): Likewise.
210 * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
06647dfd 211 Tidy.
37b1bfcd 212
242b2571
BE
2132004-05-17 Ben Elliston <bje@au.ibm.com>
214
215 * gprof.texi (Output Options): Correct last patch to use @itemx, not
216 @item, for options with long option alternatives.
217
a1c21132
BE
2182004-05-17 Ben Elliston <bje@au.ibm.com>
219
220 * gprof.texi (Introduction): Update synopsis.
221 (Output Options): Document -r and -R.
222 (Analysis Options): Document -t, --table-length.
223 (Miscellaneous Options): Document -h, --help.
224
9598fbe5
NC
2252004-05-13 Nick Clifton <nickc@redhat.com>
226
227 * po/fr.po: Updated French translation.
228
bfa36442
AM
2292004-03-19 Alan Modra <amodra@bigpond.net.au>
230
e5d10b60
AM
231 * po/sv.po: Updated.
232
bfa36442
AM
233 * Makefile.am: Run "make dep-am".
234 * Makefile.in: Regenerate.
235 * gconfig.in: Regenerate.
236 * po/gprof.pot: Regenerate.
1be59579 237
c9e214e5
AM
238For older changes see ChangeLog-9203
239\f
240Local Variables:
241mode: change-log
242left-margin: 8
243fill-column: 74
244version-control: never
245End:
This page took 0.106346 seconds and 4 git commands to generate.