* corefile.c (core_init): Use bfd_get_section_size
[deliverable/binutils-gdb.git] / gprof / ChangeLog
1 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2
3 * corefile.c (core_init): Use bfd_get_section_size
4 instead of bfd_get_section_size_before_reloc or _raw_size.
5 * symtab.c (symtab_finalize): Likewise.
6
7 2004-05-26 Andrew Cagney <cagney@gnu.org>
8
9 * corefile.c (core_create_line_syms): Per ISO C '90, move
10 vma_high's declaration to the function's start.
11
12 2004-05-26 Ben Elliston <bje@au.ibm.com>
13
14 * gprof.c (main): Clean up some more.
15
16 * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c,
17 call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c,
18 cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
19 gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h,
20 i386.c, mips.c, search_list.c, search_list.h, source.c, source.h,
21 sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c,
22 utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
23
24 2004-05-26 Ben Elliston <bje@au.ibm.com>
25
26 * corefile.c (core_init): Use a separate local variable,
27 core_sym_bytes, to make the units from bfd_get_symtab_upper_bound
28 more obvious.
29 (core_create_function_syms): Discard cbfd argument. Eliminate
30 `offset' variable and calculate VMA directly. Update all users.
31 * corefile.h (core_create_function_syms): Update prototype.
32 (core_create_line_syms): Likewise.
33 * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code.
34 Tidy.
35
36 2004-05-17 Ben Elliston <bje@au.ibm.com>
37
38 * gprof.texi (Output Options): Correct last patch to use @itemx, not
39 @item, for options with long option alternatives.
40
41 2004-05-17 Ben Elliston <bje@au.ibm.com>
42
43 * gprof.texi (Introduction): Update synopsis.
44 (Output Options): Document -r and -R.
45 (Analysis Options): Document -t, --table-length.
46 (Miscellaneous Options): Document -h, --help.
47
48 2004-05-13 Nick Clifton <nickc@redhat.com>
49
50 * po/fr.po: Updated French translation.
51
52 2004-03-19 Alan Modra <amodra@bigpond.net.au>
53
54 * po/sv.po: Updated.
55
56 * Makefile.am: Run "make dep-am".
57 * Makefile.in: Regenerate.
58 * gconfig.in: Regenerate.
59 * po/gprof.pot: Regenerate.
60
61 For older changes see ChangeLog-9203
62 \f
63 Local Variables:
64 mode: change-log
65 left-margin: 8
66 fill-column: 74
67 version-control: never
68 End:
This page took 0.032305 seconds and 5 git commands to generate.