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