bfd/
[platform/upstream/binutils.git] / gprof / ChangeLog
1 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
2
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.
9
10 2005-04-06  Nick Clifton  <nickc@redhat.com>
11
12         * po/rw.po: New translation: Kinyarwanda
13         * configure.in (ALL_LINGUAS): Add rw
14         * configure: Regenerate.
15
16 2005-04-04  Nick Clifton  <nickc@redhat.com>
17
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.
23
24 2005-03-29  Nick Clifton  <nickc@redhat.com>
25
26         * po/de.po: Updated German translation.
27
28 2005-03-17  Nick Clifton  <nickc@redhat.com>
29
30         * po/vi.po: Updated Vietnamese translation.
31
32 2005-03-16  Nick Clifton  <nickc@redhat.com>
33             Ben Elliston  <bje@au.ibm.com>
34
35         * configure.in (werror): New switch: Add -Werror to the
36         compiler command line.  Enabled by default.  Disable via
37         --disable-werror.
38         * configure: Regenerate.
39
40 2005-03-15  Nick Clifton  <nickc@redhat.com>
41
42         * basic_blocks.c (print_exec_counts): Step through sorted array of
43         basic blocks.
44
45 2005-03-15  Alan Modra  <amodra@bigpond.net.au>
46
47         * po/es.po: Commit new Spanish translation.
48
49         * po/fr.po: Commit new French translation.
50
51 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
52
53         * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
54
55 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
56
57         * po/tr.po: Commit new Turkish translation.
58
59 2005-03-05  Alan Modra  <amodra@bigpond.net.au>
60
61         * po/gprof.pot: Regenerate.
62
63 2005-02-22  Alan Modra  <amodra@bigpond.net.au>
64
65         * basic_blocks.c: Warning fixes.
66         * gmon_io.c: Likewise.
67         * hist.c: Likewise.
68         * hist.h: Likewise.
69
70 2005-01-31  Andrew Cagney  <cagney@gnu.org>
71
72         * configure: Regenerate to track ../gettext.m4.
73
74 2005-01-31  Nick Clifton  <nickc@redhat.com>
75
76         * po/vi/po: New file: Vietnamese translation.
77         * configure.in: (ALL_LINGUAS): Add vi.
78         * configure: Regenerate.
79
80 2005-01-27  Andrew Cagney  <cagney@gnu.org>
81
82         * configure: Regenerate to track ../gettext.m4 change.
83
84 2005-01-21  Ben Elliston  <bje@au.ibm.com>
85
86         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
87
88 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
89
90         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
91         * Makefile.in: Regenerate.
92
93 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
94
95         * Makefile.in: Regenerate.
96         * aclocal.m4: Regenerate.
97         * configure: Regenerate.
98         * po/gprof.pot: Regenerate.
99
100 2004-07-13  Ben Elliston  <bje@au.ibm.com>
101
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.
104
105 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
106
107         * Makefile.in: Regenerate to clean up breakage.
108
109 2004-06-15  Ben Elliston  <bje@au.ibm.com>
110
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.
117
118 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
119
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.
123
124 2004-05-26  Andrew Cagney  <cagney@gnu.org>
125
126         * corefile.c (core_create_line_syms): Per ISO C '90, move
127         vma_high's declaration to the function's start.
128
129 2004-05-26  Ben Elliston  <bje@au.ibm.com>
130
131         * gprof.c (main): Clean up some more.
132
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.
140
141 2004-05-26  Ben Elliston  <bje@au.ibm.com>
142
143         * corefile.c (core_init): Use a separate local variable,
144         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
145         more obvious.
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.
151         Tidy.
152
153 2004-05-17  Ben Elliston  <bje@au.ibm.com>
154
155         * gprof.texi (Output Options): Correct last patch to use @itemx, not
156         @item, for options with long option alternatives.
157
158 2004-05-17  Ben Elliston  <bje@au.ibm.com>
159
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.
164
165 2004-05-13  Nick Clifton  <nickc@redhat.com>
166
167         * po/fr.po: Updated French translation.
168
169 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
170
171         * po/sv.po: Updated.
172
173         * Makefile.am: Run "make dep-am".
174         * Makefile.in: Regenerate.
175         * gconfig.in: Regenerate.
176         * po/gprof.pot: Regenerate.
177
178 For older changes see ChangeLog-9203
179 \f
180 Local Variables:
181 mode: change-log
182 left-margin: 8
183 fill-column: 74
184 version-control: never
185 End: