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