* elf32-arm.c (elf_backend_default_use_rela_p): Define to zero for
[binutils.git] / gprof / ChangeLog
blobc1c74a5ca8c6b6f463876c66167526f1b745dc5f
1 2005-01-21  Ben Elliston  <bje@au.ibm.com>
3         * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.
5 2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
7         * Makefile.am: Change LOCALEDIR to $(datadir)/share.
8         * Makefile.in: Regenerate.
10 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
12         * Makefile.in: Regenerate.
13         * aclocal.m4: Regenerate.
14         * configure: Regenerate.
15         * po/gprof.pot: Regenerate.
17 2004-07-13  Ben Elliston  <bje@au.ibm.com>
19         * gprof.c (main): For line-by-line profiling, there is no need to
20         specially exclude the default function set from the flat profile.
22 2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
24         * Makefile.in: Regenerate to clean up breakage.
26 2004-06-15  Ben Elliston  <bje@au.ibm.com>
28         * configure.in: Run through autoupdate.
29         * configure: Regenerate with autoconf 2.59.
30         * Makefile.am (install-local): Rename from this ..
31         (install-data-local): .. to this.
32         * Makefile.in: Regenerate with automake 1.8.5.
33         * aclocal.m4: Regenerate with aclocal 1.8.5.
35 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
37         * corefile.c (core_init): Use bfd_get_section_size
38         instead of bfd_get_section_size_before_reloc or _raw_size.
39         * symtab.c (symtab_finalize): Likewise.
41 2004-05-26  Andrew Cagney  <cagney@gnu.org>
43         * corefile.c (core_create_line_syms): Per ISO C '90, move
44         vma_high's declaration to the function's start.
46 2004-05-26  Ben Elliston  <bje@au.ibm.com>
48         * gprof.c (main): Clean up some more.
50         * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
51         call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
52         cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
53         gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
54         i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
55         sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
56         utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
58 2004-05-26  Ben Elliston  <bje@au.ibm.com>
60         * corefile.c (core_init): Use a separate local variable,
61         core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
62         more obvious.
63         (core_create_function_syms): Discard cbfd argument.  Eliminate
64         `offset' variable and calculate VMA directly. Update all users.
65         * corefile.h (core_create_function_syms): Update prototype.
66         (core_create_line_syms): Likewise.
67         * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
68         Tidy.   
70 2004-05-17  Ben Elliston  <bje@au.ibm.com>
72         * gprof.texi (Output Options): Correct last patch to use @itemx, not
73         @item, for options with long option alternatives.
75 2004-05-17  Ben Elliston  <bje@au.ibm.com>
77         * gprof.texi (Introduction): Update synopsis.
78         (Output Options): Document -r and -R.
79         (Analysis Options): Document -t, --table-length.
80         (Miscellaneous Options): Document -h, --help.
82 2004-05-13  Nick Clifton  <nickc@redhat.com>
84         * po/fr.po: Updated French translation.
86 2004-03-19  Alan Modra  <amodra@bigpond.net.au>
88         * po/sv.po: Updated.
90         * Makefile.am: Run "make dep-am".
91         * Makefile.in: Regenerate.
92         * gconfig.in: Regenerate.
93         * po/gprof.pot: Regenerate.
95 For older changes see ChangeLog-9203
97 Local Variables:
98 mode: change-log
99 left-margin: 8
100 fill-column: 74
101 version-control: never
102 End: