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