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