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