Add a check to see if the section for the symbol is chosen using
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
f0953f9d
NC
12005-03-29 Nick Clifton <nickc@redhat.com>
2
3 * po/de.po: Updated German translation.
4
f7e6ca5e
NC
52005-03-17 Nick Clifton <nickc@redhat.com>
6
7 * po/vi.po: Updated Vietnamese translation.
8
1ad12f97
NC
92005-03-16 Nick Clifton <nickc@redhat.com>
10 Ben Elliston <bje@au.ibm.com>
11
569acd2c 12 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 13 compiler command line. Enabled by default. Disable via
569acd2c 14 --disable-werror.
1ad12f97
NC
15 * configure: Regenerate.
16
f7945f45
NC
172005-03-15 Nick Clifton <nickc@redhat.com>
18
19 * basic_blocks.c (print_exec_counts): Step through sorted array of
20 basic blocks.
21
ea8409f7
AM
222005-03-15 Alan Modra <amodra@bigpond.net.au>
23
729ae8d2
AM
24 * po/es.po: Commit new Spanish translation.
25
ea8409f7
AM
26 * po/fr.po: Commit new French translation.
27
5ef6bac7
AM
282005-03-14 Alan Modra <amodra@bigpond.net.au>
29
30 * gmon_io.c (gmon_write_raw_arc): Return 1 for invalid size.
31
882cb63e
AM
322005-03-14 Alan Modra <amodra@bigpond.net.au>
33
34 * po/tr.po: Commit new Turkish translation.
35
06647dfd
AM
362005-03-05 Alan Modra <amodra@bigpond.net.au>
37
38 * po/gprof.pot: Regenerate.
39
8c62e9e1
AM
402005-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
c46f8c51
AC
472005-01-31 Andrew Cagney <cagney@gnu.org>
48
49 * configure: Regenerate to track ../gettext.m4.
50
e87b2913
NC
512005-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
e8093792
AC
572005-01-27 Andrew Cagney <cagney@gnu.org>
58
59 * configure: Regenerate to track ../gettext.m4 change.
60
210c61aa
BE
612005-01-21 Ben Elliston <bje@au.ibm.com>
62
63 * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
64
32118081
NC
652004-11-30 Tero Niemela <tero_niemela@yahoo.com>
66
67 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
68 * Makefile.in: Regenerate.
69
df76639a
AM
702004-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
2ef8a0a8
BE
772004-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
8ffc9dd4
MR
822004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
83
84 * Makefile.in: Regenerate to clean up breakage.
85
6bf9431b
BE
862004-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
67cf9bc5
AM
952004-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
bb02f434
AC
1012004-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
3e8f6abf
BE
1062004-05-26 Ben Elliston <bje@au.ibm.com>
107
13f178c0
BE
108 * gprof.c (main): Clean up some more.
109
3e8f6abf
BE
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
37b1bfcd
BE
1182004-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.
06647dfd 128 Tidy.
37b1bfcd 129
242b2571
BE
1302004-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
a1c21132
BE
1352004-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
9598fbe5
NC
1422004-05-13 Nick Clifton <nickc@redhat.com>
143
144 * po/fr.po: Updated French translation.
145
bfa36442
AM
1462004-03-19 Alan Modra <amodra@bigpond.net.au>
147
e5d10b60
AM
148 * po/sv.po: Updated.
149
bfa36442
AM
150 * Makefile.am: Run "make dep-am".
151 * Makefile.in: Regenerate.
152 * gconfig.in: Regenerate.
153 * po/gprof.pot: Regenerate.
1be59579 154
c9e214e5
AM
155For older changes see ChangeLog-9203
156\f
157Local Variables:
158mode: change-log
159left-margin: 8
160fill-column: 74
161version-control: never
162End:
This page took 0.090114 seconds and 4 git commands to generate.