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