1 2005-04-24 Ben Elliston <bje@au.ibm.com>
3 * corefile.c (core_num_syms): Make static.
5 (min_insn_size): Likewise.
6 * gprof.c (abfd): Remove unused variable.
7 * hist.c (hist_dimension): Make static.
8 (hist_dimension_abbrev): Likewise.
9 * sym_ids.c (id_list): Likewise.
10 (table_name): Likewise.
12 2005-04-14 Alan Modra <amodra@bigpond.net.au>
14 * corefile.c (core_init): Call bfd_get_synthetic_symtab.
16 2005-04-14 Alan Modra <amodra@bigpond.net.au>
18 * Makefile.am (NO_WERROR): Define.
19 * acinclude.m4: Include ../bfd/warning.m4.
20 * configure.in: Invoke AM_BINUTILS_WARNINGS.
21 * Makefile.in: Regenerate.
22 * aclocal.m4: Regenerate.
23 * configure: Regenerate.
25 2005-04-06 Nick Clifton <nickc@redhat.com>
27 * po/rw.po: New translation: Kinyarwanda
28 * configure.in (ALL_LINGUAS): Add rw
29 * configure: Regenerate.
31 2005-04-04 Nick Clifton <nickc@redhat.com>
33 * configure.in: Add a check for <unistd.h> providing a prototype
34 for getopt() which is compatible with the one in
35 include/getopt.h. If so then define HAVE_DECL_GETOPT.
36 * configure: Regenerate.
37 * gconfig.in (HAVE_DECL_GETOPT): Add.
39 2005-03-29 Nick Clifton <nickc@redhat.com>
41 * po/de.po: Updated German translation.
43 2005-03-17 Nick Clifton <nickc@redhat.com>
45 * po/vi.po: Updated Vietnamese translation.
47 2005-03-16 Nick Clifton <nickc@redhat.com>
48 Ben Elliston <bje@au.ibm.com>
50 * configure.in (werror): New switch: Add -Werror to the
51 compiler command line. Enabled by default. Disable via
53 * configure: Regenerate.
55 2005-03-15 Nick Clifton <nickc@redhat.com>
57 * basic_blocks.c (print_exec_counts): Step through sorted array of
60 2005-03-15 Alan Modra <amodra@bigpond.net.au>
62 * po/es.po: Commit new Spanish translation.
64 * po/fr.po: Commit new French translation.
66 2005-03-14 Alan Modra <amodra@bigpond.net.au>
68 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
70 2005-03-14 Alan Modra <amodra@bigpond.net.au>
72 * po/tr.po: Commit new Turkish translation.
74 2005-03-05 Alan Modra <amodra@bigpond.net.au>
76 * po/gprof.pot: Regenerate.
78 2005-02-22 Alan Modra <amodra@bigpond.net.au>
80 * basic_blocks.c: Warning fixes.
81 * gmon_io.c: Likewise.
85 2005-01-31 Andrew Cagney <cagney@gnu.org>
87 * configure: Regenerate to track ../gettext.m4.
89 2005-01-31 Nick Clifton <nickc@redhat.com>
91 * po/vi/po: New file: Vietnamese translation.
92 * configure.in: (ALL_LINGUAS): Add vi.
93 * configure: Regenerate.
95 2005-01-27 Andrew Cagney <cagney@gnu.org>
97 * configure: Regenerate to track ../gettext.m4 change.
99 2005-01-21 Ben Elliston <bje@au.ibm.com>
101 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
103 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
105 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
106 * Makefile.in: Regenerate.
108 2004-09-17 Alan Modra <amodra@bigpond.net.au>
110 * Makefile.in: Regenerate.
111 * aclocal.m4: Regenerate.
112 * configure: Regenerate.
113 * po/gprof.pot: Regenerate.
115 2004-07-13 Ben Elliston <bje@au.ibm.com>
117 * gprof.c (main): For line-by-line profiling, there is no need to
118 specially exclude the default function set from the flat profile.
120 2004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
122 * Makefile.in: Regenerate to clean up breakage.
124 2004-06-15 Ben Elliston <bje@au.ibm.com>
126 * configure.in: Run through autoupdate.
127 * configure: Regenerate with autoconf 2.59.
128 * Makefile.am (install-local): Rename from this ..
129 (install-data-local): .. to this.
130 * Makefile.in: Regenerate with automake 1.8.5.
131 * aclocal.m4: Regenerate with aclocal 1.8.5.
133 2004-06-15 Alan Modra <amodra@bigpond.net.au>
135 * corefile.c (core_init): Use bfd_get_section_size
136 instead of bfd_get_section_size_before_reloc or _raw_size.
137 * symtab.c (symtab_finalize): Likewise.
139 2004-05-26 Andrew Cagney <cagney@gnu.org>
141 * corefile.c (core_create_line_syms): Per ISO C '90, move
142 vma_high's declaration to the function's start.
144 2004-05-26 Ben Elliston <bje@au.ibm.com>
146 * gprof.c (main): Clean up some more.
148 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
149 call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
150 cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
151 gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
152 i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
153 sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
154 utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
156 2004-05-26 Ben Elliston <bje@au.ibm.com>
158 * corefile.c (core_init): Use a separate local variable,
159 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
161 (core_create_function_syms): Discard cbfd argument. Eliminate
162 `offset' variable and calculate VMA directly. Update all users.
163 * corefile.h (core_create_function_syms): Update prototype.
164 (core_create_line_syms): Likewise.
165 * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
168 2004-05-17 Ben Elliston <bje@au.ibm.com>
170 * gprof.texi (Output Options): Correct last patch to use @itemx, not
171 @item, for options with long option alternatives.
173 2004-05-17 Ben Elliston <bje@au.ibm.com>
175 * gprof.texi (Introduction): Update synopsis.
176 (Output Options): Document -r and -R.
177 (Analysis Options): Document -t, --table-length.
178 (Miscellaneous Options): Document -h, --help.
180 2004-05-13 Nick Clifton <nickc@redhat.com>
182 * po/fr.po: Updated French translation.
184 2004-03-19 Alan Modra <amodra@bigpond.net.au>
188 * Makefile.am: Run "make dep-am".
189 * Makefile.in: Regenerate.
190 * gconfig.in: Regenerate.
191 * po/gprof.pot: Regenerate.
193 For older changes see ChangeLog-9203
199 version-control: never