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