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