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