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