]> Git Repo - binutils.git/blame - gprof/ChangeLog
* as.c (show_usage): Document "@FILE".
[binutils.git] / gprof / ChangeLog
CommitLineData
a55ff675 12005-10-30 Mark Mitchell <[email protected]>
3caac5b8 2
a55ff675 3 * gprof.c (usage): Document "@FILE".
3caac5b8 4
095f2843
NC
52005-09-30 Nick Clifton <[email protected]>
6
7 * po/ga.po: New Irish translation.
8 * configure.in (ALL_LINGUAS): Add "ga".
9 * configure: Regenerate.
10
869b9d07
MM
112005-09-30 Mark Mitchell <[email protected]>
12
13 * gprof.c (main): Use expandargv.
14
a70c2403
NC
152005-09-30 Matthias Kurz <[email protected]>
16
17 * gprof.c (main):Only invoke bindtextdomain() and textdomain() if
18 ENABLE_NLS is defined.
19
44eb1801
NC
202005-05-09 Nick Clifton <[email protected]>
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
226b1014
BE
302005-04-25 Ben Elliston <[email protected]>
31
32 * corefile.h (core_num_syms): Remove unused extern declaration.
33 (core_syms): Likewise.
34 (min_insn_size): Likewise.
35
9e972ca0
BE
362005-04-24 Ben Elliston <[email protected]>
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
2f041bf7
AM
472005-04-14 Alan Modra <[email protected]>
48
49 * corefile.c (core_init): Call bfd_get_synthetic_symtab.
50
9e9b66a9
AM
512005-04-14 Alan Modra <[email protected]>
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
0d6af1ab
NC
602005-04-06 Nick Clifton <[email protected]>
61
62 * po/rw.po: New translation: Kinyarwanda
63 * configure.in (ALL_LINGUAS): Add rw
64 * configure: Regenerate.
65
34875e64
NC
662005-04-04 Nick Clifton <[email protected]>
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
f0953f9d
NC
742005-03-29 Nick Clifton <[email protected]>
75
76 * po/de.po: Updated German translation.
77
f7e6ca5e
NC
782005-03-17 Nick Clifton <[email protected]>
79
80 * po/vi.po: Updated Vietnamese translation.
81
1ad12f97
NC
822005-03-16 Nick Clifton <[email protected]>
83 Ben Elliston <[email protected]>
84
569acd2c 85 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 86 compiler command line. Enabled by default. Disable via
569acd2c 87 --disable-werror.
1ad12f97
NC
88 * configure: Regenerate.
89
f7945f45
NC
902005-03-15 Nick Clifton <[email protected]>
91
92 * basic_blocks.c (print_exec_counts): Step through sorted array of
93 basic blocks.
94
ea8409f7
AM
952005-03-15 Alan Modra <[email protected]>
96
729ae8d2
AM
97 * po/es.po: Commit new Spanish translation.
98
ea8409f7
AM
99 * po/fr.po: Commit new French translation.
100
5ef6bac7
AM
1012005-03-14 Alan Modra <[email protected]>
102
103 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
104
882cb63e
AM
1052005-03-14 Alan Modra <[email protected]>
106
107 * po/tr.po: Commit new Turkish translation.
108
06647dfd
AM
1092005-03-05 Alan Modra <[email protected]>
110
111 * po/gprof.pot: Regenerate.
112
8c62e9e1
AM
1132005-02-22 Alan Modra <[email protected]>
114
115 * basic_blocks.c: Warning fixes.
116 * gmon_io.c: Likewise.
117 * hist.c: Likewise.
118 * hist.h: Likewise.
119
c46f8c51
AC
1202005-01-31 Andrew Cagney <[email protected]>
121
122 * configure: Regenerate to track ../gettext.m4.
123
e87b2913
NC
1242005-01-31 Nick Clifton <[email protected]>
125
126 * po/vi/po: New file: Vietnamese translation.
127 * configure.in: (ALL_LINGUAS): Add vi.
128 * configure: Regenerate.
129
e8093792
AC
1302005-01-27 Andrew Cagney <[email protected]>
131
132 * configure: Regenerate to track ../gettext.m4 change.
133
210c61aa
BE
1342005-01-21 Ben Elliston <[email protected]>
135
136 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
137
32118081
NC
1382004-11-30 Tero Niemela <[email protected]>
139
140 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
141 * Makefile.in: Regenerate.
142
df76639a
AM
1432004-09-17 Alan Modra <[email protected]>
144
145 * Makefile.in: Regenerate.
146 * aclocal.m4: Regenerate.
147 * configure: Regenerate.
148 * po/gprof.pot: Regenerate.
149
2ef8a0a8
BE
1502004-07-13 Ben Elliston <[email protected]>
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
8ffc9dd4
MR
1552004-06-28 Maciej W. Rozycki <[email protected]>
156
157 * Makefile.in: Regenerate to clean up breakage.
158
6bf9431b
BE
1592004-06-15 Ben Elliston <[email protected]>
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
67cf9bc5
AM
1682004-06-15 Alan Modra <[email protected]>
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
bb02f434
AC
1742004-05-26 Andrew Cagney <[email protected]>
175
176 * corefile.c (core_create_line_syms): Per ISO C '90, move
177 vma_high's declaration to the function's start.
178
3e8f6abf
BE
1792004-05-26 Ben Elliston <[email protected]>
180
13f178c0
BE
181 * gprof.c (main): Clean up some more.
182
3e8f6abf
BE
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
37b1bfcd
BE
1912004-05-26 Ben Elliston <[email protected]>
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.
06647dfd 201 Tidy.
37b1bfcd 202
242b2571
BE
2032004-05-17 Ben Elliston <[email protected]>
204
205 * gprof.texi (Output Options): Correct last patch to use @itemx, not
206 @item, for options with long option alternatives.
207
a1c21132
BE
2082004-05-17 Ben Elliston <[email protected]>
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
9598fbe5
NC
2152004-05-13 Nick Clifton <[email protected]>
216
217 * po/fr.po: Updated French translation.
218
bfa36442
AM
2192004-03-19 Alan Modra <[email protected]>
220
e5d10b60
AM
221 * po/sv.po: Updated.
222
bfa36442
AM
223 * Makefile.am: Run "make dep-am".
224 * Makefile.in: Regenerate.
225 * gconfig.in: Regenerate.
226 * po/gprof.pot: Regenerate.
1be59579 227
c9e214e5
AM
228For older changes see ChangeLog-9203
229\f
230Local Variables:
231mode: change-log
232left-margin: 8
233fill-column: 74
234version-control: never
235End:
This page took 0.248273 seconds and 4 git commands to generate.