xref: /netbsd-src/external/gpl3/binutils.old/dist/gprof/ChangeLog-2004 (revision 75fd0b742a7e4a64301bc6c44e9bc5240c58bb92)
1*75fd0b74Schristos2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
2*75fd0b74Schristos
3*75fd0b74Schristos	* Makefile.am: Change LOCALEDIR to $(datadir)/share.
4*75fd0b74Schristos	* Makefile.in: Regenerate.
5*75fd0b74Schristos
6*75fd0b74Schristos2004-09-17  Alan Modra  <amodra@bigpond.net.au>
7*75fd0b74Schristos
8*75fd0b74Schristos	* Makefile.in: Regenerate.
9*75fd0b74Schristos	* aclocal.m4: Regenerate.
10*75fd0b74Schristos	* configure: Regenerate.
11*75fd0b74Schristos	* po/gprof.pot: Regenerate.
12*75fd0b74Schristos
13*75fd0b74Schristos2004-07-13  Ben Elliston  <bje@au.ibm.com>
14*75fd0b74Schristos
15*75fd0b74Schristos	* gprof.c (main): For line-by-line profiling, there is no need to
16*75fd0b74Schristos	specially exclude the default function set from the flat profile.
17*75fd0b74Schristos
18*75fd0b74Schristos2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
19*75fd0b74Schristos
20*75fd0b74Schristos	* Makefile.in: Regenerate to clean up breakage.
21*75fd0b74Schristos
22*75fd0b74Schristos2004-06-15  Ben Elliston  <bje@au.ibm.com>
23*75fd0b74Schristos
24*75fd0b74Schristos	* configure.in: Run through autoupdate.
25*75fd0b74Schristos	* configure: Regenerate with autoconf 2.59.
26*75fd0b74Schristos	* Makefile.am (install-local): Rename from this ..
27*75fd0b74Schristos	(install-data-local): .. to this.
28*75fd0b74Schristos	* Makefile.in: Regenerate with automake 1.8.5.
29*75fd0b74Schristos	* aclocal.m4: Regenerate with aclocal 1.8.5.
30*75fd0b74Schristos
31*75fd0b74Schristos2004-06-15  Alan Modra  <amodra@bigpond.net.au>
32*75fd0b74Schristos
33*75fd0b74Schristos	* corefile.c (core_init): Use bfd_get_section_size
34*75fd0b74Schristos	instead of bfd_get_section_size_before_reloc or _raw_size.
35*75fd0b74Schristos	* symtab.c (symtab_finalize): Likewise.
36*75fd0b74Schristos
37*75fd0b74Schristos2004-05-26  Andrew Cagney  <cagney@gnu.org>
38*75fd0b74Schristos
39*75fd0b74Schristos	* corefile.c (core_create_line_syms): Per ISO C '90, move
40*75fd0b74Schristos	vma_high's declaration to the function's start.
41*75fd0b74Schristos
42*75fd0b74Schristos2004-05-26  Ben Elliston  <bje@au.ibm.com>
43*75fd0b74Schristos
44*75fd0b74Schristos	* gprof.c (main): Clean up some more.
45*75fd0b74Schristos
46*75fd0b74Schristos	* alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
47*75fd0b74Schristos	call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
48*75fd0b74Schristos	cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
49*75fd0b74Schristos	gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
50*75fd0b74Schristos	i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
51*75fd0b74Schristos	sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
52*75fd0b74Schristos	utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
53*75fd0b74Schristos
54*75fd0b74Schristos2004-05-26  Ben Elliston  <bje@au.ibm.com>
55*75fd0b74Schristos
56*75fd0b74Schristos	* corefile.c (core_init): Use a separate local variable,
57*75fd0b74Schristos	core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
58*75fd0b74Schristos	more obvious.
59*75fd0b74Schristos	(core_create_function_syms): Discard cbfd argument.  Eliminate
60*75fd0b74Schristos	`offset' variable and calculate VMA directly. Update all users.
61*75fd0b74Schristos	* corefile.h (core_create_function_syms): Update prototype.
62*75fd0b74Schristos	(core_create_line_syms): Likewise.
63*75fd0b74Schristos	* gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
64*75fd0b74Schristos	Tidy.
65*75fd0b74Schristos
66*75fd0b74Schristos2004-05-17  Ben Elliston  <bje@au.ibm.com>
67*75fd0b74Schristos
68*75fd0b74Schristos	* gprof.texi (Output Options): Correct last patch to use @itemx, not
69*75fd0b74Schristos	@item, for options with long option alternatives.
70*75fd0b74Schristos
71*75fd0b74Schristos2004-05-17  Ben Elliston  <bje@au.ibm.com>
72*75fd0b74Schristos
73*75fd0b74Schristos	* gprof.texi (Introduction): Update synopsis.
74*75fd0b74Schristos	(Output Options): Document -r and -R.
75*75fd0b74Schristos	(Analysis Options): Document -t, --table-length.
76*75fd0b74Schristos	(Miscellaneous Options): Document -h, --help.
77*75fd0b74Schristos
78*75fd0b74Schristos2004-05-13  Nick Clifton  <nickc@redhat.com>
79*75fd0b74Schristos
80*75fd0b74Schristos	* po/fr.po: Updated French translation.
81*75fd0b74Schristos
82*75fd0b74Schristos2004-03-19  Alan Modra  <amodra@bigpond.net.au>
83*75fd0b74Schristos
84*75fd0b74Schristos	* po/sv.po: Updated.
85*75fd0b74Schristos
86*75fd0b74Schristos	* Makefile.am: Run "make dep-am".
87*75fd0b74Schristos	* Makefile.in: Regenerate.
88*75fd0b74Schristos	* gconfig.in: Regenerate.
89*75fd0b74Schristos	* po/gprof.pot: Regenerate.
90*75fd0b74Schristos
91*75fd0b74SchristosFor older changes see ChangeLog-9203
92*75fd0b74Schristos
93*75fd0b74SchristosCopyright (C) 2004 Free Software Foundation, Inc.
94*75fd0b74Schristos
95*75fd0b74SchristosCopying and distribution of this file, with or without modification,
96*75fd0b74Schristosare permitted in any medium without royalty provided the copyright
97*75fd0b74Schristosnotice and this notice are preserved.
98*75fd0b74Schristos
99*75fd0b74SchristosLocal Variables:
100*75fd0b74Schristosmode: change-log
101*75fd0b74Schristosleft-margin: 8
102*75fd0b74Schristosfill-column: 74
103*75fd0b74Schristosversion-control: never
104*75fd0b74SchristosEnd:
105