2005-04-06 Jakub Jelinek <jakub@redhat.com>
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
34875e64
NC
12005-04-04 Nick Clifton <nickc@redhat.com>
2
3 * configure.in: Add a check for <unistd.h> providing a prototype
4 for getopt() which is compatible with the one in
5 include/getopt.h. If so then define HAVE_DECL_GETOPT.
6 * configure: Regenerate.
7 * gconfig.in (HAVE_DECL_GETOPT): Add.
8
f0953f9d
NC
92005-03-29 Nick Clifton <nickc@redhat.com>
10
11 * po/de.po: Updated German translation.
12
f7e6ca5e
NC
132005-03-17 Nick Clifton <nickc@redhat.com>
14
15 * po/vi.po: Updated Vietnamese translation.
16
1ad12f97
NC
172005-03-16 Nick Clifton <nickc@redhat.com>
18 Ben Elliston <bje@au.ibm.com>
19
569acd2c 20 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 21 compiler command line. Enabled by default. Disable via
569acd2c 22 --disable-werror.
1ad12f97
NC
23 * configure: Regenerate.
24
f7945f45
NC
252005-03-15 Nick Clifton <nickc@redhat.com>
26
27 * basic_blocks.c (print_exec_counts): Step through sorted array of
28 basic blocks.
29
ea8409f7
AM
302005-03-15 Alan Modra <amodra@bigpond.net.au>
31
729ae8d2
AM
32 * po/es.po: Commit new Spanish translation.
33
ea8409f7
AM
34 * po/fr.po: Commit new French translation.
35
5ef6bac7
AM
362005-03-14 Alan Modra <amodra@bigpond.net.au>
37
38 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
39
882cb63e
AM
402005-03-14 Alan Modra <amodra@bigpond.net.au>
41
42 * po/tr.po: Commit new Turkish translation.
43
06647dfd
AM
442005-03-05 Alan Modra <amodra@bigpond.net.au>
45
46 * po/gprof.pot: Regenerate.
47
8c62e9e1
AM
482005-02-22 Alan Modra <amodra@bigpond.net.au>
49
50 * basic_blocks.c: Warning fixes.
51 * gmon_io.c: Likewise.
52 * hist.c: Likewise.
53 * hist.h: Likewise.
54
c46f8c51
AC
552005-01-31 Andrew Cagney <cagney@gnu.org>
56
57 * configure: Regenerate to track ../gettext.m4.
58
e87b2913
NC
592005-01-31 Nick Clifton <nickc@redhat.com>
60
61 * po/vi/po: New file: Vietnamese translation.
62 * configure.in: (ALL_LINGUAS): Add vi.
63 * configure: Regenerate.
64
e8093792
AC
652005-01-27 Andrew Cagney <cagney@gnu.org>
66
67 * configure: Regenerate to track ../gettext.m4 change.
68
210c61aa
BE
692005-01-21 Ben Elliston <bje@au.ibm.com>
70
71 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
72
32118081
NC
732004-11-30 Tero Niemela <tero_niemela@yahoo.com>
74
75 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
76 * Makefile.in: Regenerate.
77
df76639a
AM
782004-09-17 Alan Modra <amodra@bigpond.net.au>
79
80 * Makefile.in: Regenerate.
81 * aclocal.m4: Regenerate.
82 * configure: Regenerate.
83 * po/gprof.pot: Regenerate.
84
2ef8a0a8
BE
852004-07-13 Ben Elliston <bje@au.ibm.com>
86
87 * gprof.c (main): For line-by-line profiling, there is no need to
88 specially exclude the default function set from the flat profile.
89
8ffc9dd4
MR
902004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
91
92 * Makefile.in: Regenerate to clean up breakage.
93
6bf9431b
BE
942004-06-15 Ben Elliston <bje@au.ibm.com>
95
96 * configure.in: Run through autoupdate.
97 * configure: Regenerate with autoconf 2.59.
98 * Makefile.am (install-local): Rename from this ..
99 (install-data-local): .. to this.
100 * Makefile.in: Regenerate with automake 1.8.5.
101 * aclocal.m4: Regenerate with aclocal 1.8.5.
102
67cf9bc5
AM
1032004-06-15 Alan Modra <amodra@bigpond.net.au>
104
105 * corefile.c (core_init): Use bfd_get_section_size
106 instead of bfd_get_section_size_before_reloc or _raw_size.
107 * symtab.c (symtab_finalize): Likewise.
108
bb02f434
AC
1092004-05-26 Andrew Cagney <cagney@gnu.org>
110
111 * corefile.c (core_create_line_syms): Per ISO C '90, move
112 vma_high's declaration to the function's start.
113
3e8f6abf
BE
1142004-05-26 Ben Elliston <bje@au.ibm.com>
115
13f178c0
BE
116 * gprof.c (main): Clean up some more.
117
3e8f6abf
BE
118 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
119 call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
120 cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
121 gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
122 i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
123 sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
124 utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
125
37b1bfcd
BE
1262004-05-26 Ben Elliston <bje@au.ibm.com>
127
128 * corefile.c (core_init): Use a separate local variable,
129 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
130 more obvious.
131 (core_create_function_syms): Discard cbfd argument. Eliminate
132 `offset' variable and calculate VMA directly. Update all users.
133 * corefile.h (core_create_function_syms): Update prototype.
134 (core_create_line_syms): Likewise.
135 * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
06647dfd 136 Tidy.
37b1bfcd 137
242b2571
BE
1382004-05-17 Ben Elliston <bje@au.ibm.com>
139
140 * gprof.texi (Output Options): Correct last patch to use @itemx, not
141 @item, for options with long option alternatives.
142
a1c21132
BE
1432004-05-17 Ben Elliston <bje@au.ibm.com>
144
145 * gprof.texi (Introduction): Update synopsis.
146 (Output Options): Document -r and -R.
147 (Analysis Options): Document -t, --table-length.
148 (Miscellaneous Options): Document -h, --help.
149
9598fbe5
NC
1502004-05-13 Nick Clifton <nickc@redhat.com>
151
152 * po/fr.po: Updated French translation.
153
bfa36442
AM
1542004-03-19 Alan Modra <amodra@bigpond.net.au>
155
e5d10b60
AM
156 * po/sv.po: Updated.
157
bfa36442
AM
158 * Makefile.am: Run "make dep-am".
159 * Makefile.in: Regenerate.
160 * gconfig.in: Regenerate.
161 * po/gprof.pot: Regenerate.
1be59579 162
c9e214e5
AM
163For older changes see ChangeLog-9203
164\f
165Local Variables:
166mode: change-log
167left-margin: 8
168fill-column: 74
169version-control: never
170End:
This page took 0.083043 seconds and 4 git commands to generate.