]>
Commit | Line | Data |
---|---|---|
2ef8a0a8 BE |
1 | 2004-07-13 Ben Elliston <[email protected]> |
2 | ||
3 | * gprof.c (main): For line-by-line profiling, there is no need to | |
4 | specially exclude the default function set from the flat profile. | |
5 | ||
8ffc9dd4 MR |
6 | 2004-06-28 Maciej W. Rozycki <[email protected]> |
7 | ||
8 | * Makefile.in: Regenerate to clean up breakage. | |
9 | ||
6bf9431b BE |
10 | 2004-06-15 Ben Elliston <[email protected]> |
11 | ||
12 | * configure.in: Run through autoupdate. | |
13 | * configure: Regenerate with autoconf 2.59. | |
14 | * Makefile.am (install-local): Rename from this .. | |
15 | (install-data-local): .. to this. | |
16 | * Makefile.in: Regenerate with automake 1.8.5. | |
17 | * aclocal.m4: Regenerate with aclocal 1.8.5. | |
18 | ||
67cf9bc5 AM |
19 | 2004-06-15 Alan Modra <[email protected]> |
20 | ||
21 | * corefile.c (core_init): Use bfd_get_section_size | |
22 | instead of bfd_get_section_size_before_reloc or _raw_size. | |
23 | * symtab.c (symtab_finalize): Likewise. | |
24 | ||
bb02f434 AC |
25 | 2004-05-26 Andrew Cagney <[email protected]> |
26 | ||
27 | * corefile.c (core_create_line_syms): Per ISO C '90, move | |
28 | vma_high's declaration to the function's start. | |
29 | ||
3e8f6abf BE |
30 | 2004-05-26 Ben Elliston <[email protected]> |
31 | ||
13f178c0 BE |
32 | * gprof.c (main): Clean up some more. |
33 | ||
3e8f6abf BE |
34 | * alpha.c, basic_blocks.c, basic_blocks.h, bb_exit_func.c, |
35 | call_graph.c, call_graph.h, cg_arcs.c, cg_arcs.h, cg_dfn.c, | |
36 | cg_dfn.h, cg_print.c, cg_print.h, corefile.c, corefile.h, | |
37 | gmon_io.c, gmon_io.h, gprof.c, gprof.h, hertz.h, hist.c, hist.h, | |
38 | i386.c, mips.c, search_list.c, search_list.h, source.c, source.h, | |
39 | sparc.c, sym_ids.c, sym_ids.h, symtab.c, symtab.h, tahoe.c, | |
40 | utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C. | |
41 | ||
37b1bfcd BE |
42 | 2004-05-26 Ben Elliston <[email protected]> |
43 | ||
44 | * corefile.c (core_init): Use a separate local variable, | |
45 | core_sym_bytes, to make the units from bfd_get_symtab_upper_bound | |
46 | more obvious. | |
47 | (core_create_function_syms): Discard cbfd argument. Eliminate | |
48 | `offset' variable and calculate VMA directly. Update all users. | |
49 | * corefile.h (core_create_function_syms): Update prototype. | |
50 | (core_create_line_syms): Likewise. | |
51 | * gprof.c (main): Remove #ifdef PROF_SUPPORT_IMPLEMENTED code. | |
52 | Tidy. | |
53 | ||
242b2571 BE |
54 | 2004-05-17 Ben Elliston <[email protected]> |
55 | ||
56 | * gprof.texi (Output Options): Correct last patch to use @itemx, not | |
57 | @item, for options with long option alternatives. | |
58 | ||
a1c21132 BE |
59 | 2004-05-17 Ben Elliston <[email protected]> |
60 | ||
61 | * gprof.texi (Introduction): Update synopsis. | |
62 | (Output Options): Document -r and -R. | |
63 | (Analysis Options): Document -t, --table-length. | |
64 | (Miscellaneous Options): Document -h, --help. | |
65 | ||
9598fbe5 NC |
66 | 2004-05-13 Nick Clifton <[email protected]> |
67 | ||
68 | * po/fr.po: Updated French translation. | |
69 | ||
bfa36442 AM |
70 | 2004-03-19 Alan Modra <[email protected]> |
71 | ||
e5d10b60 AM |
72 | * po/sv.po: Updated. |
73 | ||
bfa36442 AM |
74 | * Makefile.am: Run "make dep-am". |
75 | * Makefile.in: Regenerate. | |
76 | * gconfig.in: Regenerate. | |
77 | * po/gprof.pot: Regenerate. | |
1be59579 | 78 | |
c9e214e5 AM |
79 | For older changes see ChangeLog-9203 |
80 | \f | |
81 | Local Variables: | |
82 | mode: change-log | |
83 | left-margin: 8 | |
84 | fill-column: 74 | |
85 | version-control: never | |
86 | End: |