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