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