]>
Commit | Line | Data |
---|---|---|
43ecc30f L |
1 | 2009-12-11 Nick Clifton <[email protected]> |
2 | ||
3 | * Makefile.in: Regenerate. | |
4 | * cg_arcs.c: Fix shadowed variable warnings. | |
5 | * cg_dfn.c: Likewise. | |
6 | * cg_print.c: Likewise. | |
7 | * configure: Likewise. | |
8 | * hist.c: Likewise. | |
9 | ||
10 | 2009-11-30 Joseph Myers <[email protected]> | |
11 | ||
12 | * configure: Regenerate. | |
13 | ||
14 | 2009-11-17 Nick Clifton <[email protected]> | |
15 | ||
16 | * po/bg.po: New Bulgarian translation. | |
17 | * configure.in (ALL_LINGUAS): Add bg.po. | |
18 | * configure: Regenerate. | |
19 | ||
20 | 2009-11-11 Nick Clifton <[email protected]> | |
21 | ||
22 | * po/id.po: Updated Indonesian translation. | |
23 | ||
24 | 2009-11-11 Jan Kratochvil <[email protected]> | |
25 | ||
26 | * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. | |
27 | * aclocal.m4: Regenerate. | |
28 | * configure: Regenerate. | |
29 | ||
30 | 2009-09-25 Dmitry Gorbachev <[email protected]> | |
31 | ||
32 | PR 10656 | |
33 | * hist.h: Move declaration of histograms and num_histograms | |
34 | variables from here to... | |
35 | * hist.c: ...here. | |
36 | ||
37 | 2009-09-23 Nick Clifton <[email protected]> | |
38 | ||
39 | * po/vi.po: Updated Vietnamese translation. | |
40 | ||
41 | 2009-09-18 Nick Clifton <[email protected]> | |
42 | ||
43 | * po/es.po: Updated Spanish translation. | |
44 | * po/fi.po: Updated Finnish translation. | |
45 | ||
46 | 2009-09-14 Nick Clifton <[email protected]> | |
47 | ||
48 | * po/de.po: Updated German translation. | |
49 | * po/nl.po: Update Dutch translation. | |
50 | ||
51 | 2009-09-11 Nick Clifton <[email protected]> | |
52 | ||
53 | * po/gprof.pot: Updated by the Translation project. | |
54 | * po/sv.po: Updated Swedish translation. | |
55 | ||
56 | 2009-09-11 Martin Thuresson <[email protected]> | |
57 | ||
58 | Updated sources to compile cleanly with -Wc++-compat: | |
59 | * basic_blocks.c: Add casts. | |
60 | * cg_dfn.c: Add cast. | |
61 | * corefile.c: Add casts. | |
62 | * gmon_io.c: Add casts. | |
63 | * hist.c: Add cast. | |
64 | * source.c: Add cast. | |
65 | * sym_ids.c (struct match): Moved to top level. | |
66 | ||
67 | 2009-09-07 Tristan Gingold <[email protected]> | |
68 | ||
69 | * po/gprof.pot: Regenerate. | |
70 | ||
71 | 2009-09-05 Martin Thuresson <[email protected]> | |
72 | ||
73 | * corefile.c (core_create_function_syms): Rename variable | |
74 | class to cxxclass. | |
75 | ||
76 | 2009-08-22 Ralf Wildenhues <[email protected]> | |
77 | ||
78 | * Makefile.am (AM_CPPFLAGS): Renamed from ... | |
79 | (INCLUDES): ... this. | |
80 | * Makefile.in: Regenerate. | |
81 | ||
82 | * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add 1.11, | |
83 | foreign, no-dist, no-texinfo.tex. | |
84 | (TEXINFO_TEX): New variable. | |
85 | (MKDEP, CLEANFILES): Remove: | |
86 | (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules. | |
87 | (install-data-local): Remove now-unneeded dependency on | |
88 | install-info. | |
89 | (mkdep section): Remove. | |
90 | * Makefile.in: Regenerate. | |
91 | ||
92 | * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am) | |
93 | (install-pdf-recursive, html__strip_dir, install-html) | |
94 | (install-html-am, install-html-recursive): Remove. | |
95 | * Makefile.in: Regenerate. | |
96 | ||
97 | * Makefile.in: Regenerate. | |
98 | * aclocal.m4: Likewise. | |
99 | * configure: Likewise. | |
100 | * gconfig.in: Likewise. | |
101 | ||
102 | 2009-06-16 Homer Xing <[email protected]> | |
103 | ||
104 | * corefile.c (cmp_symbol_map): New function. | |
105 | (read_function_mappins): Use qsort to sort the symbols. | |
106 | (search_mapped_symbol): New function. | |
107 | (core_create_function_syms): Use bsearch to find symbols. | |
108 | * corefile.h (struct function_map): Add new bit-field: is_first. | |
109 | * cg_print.c (cmp_symbol_map): New function. | |
110 | (cg_print_file_ordering): Sort the symbol map. | |
111 | ||
112 | 2009-06-15 Homer Xing <[email protected]> | |
113 | ||
114 | * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when | |
115 | scanning in an address. | |
116 | ||
117 | 2009-06-12 Homer Xing <[email protected]> | |
118 | ||
119 | * corefile.c (num_of_syms_in): New function - computes the number | |
120 | of symbols in a given file. | |
121 | (core_create_syms_from): New function - populates a symbol table | |
122 | from the symbols found in a specified file. | |
123 | * corefile.h: Prototype core_create_syms_from. | |
124 | * gprof.c (long_options): Add --external-symbol-table. | |
125 | (usage): Mention it. | |
126 | (main): Initiailize external_symbol_table from | |
127 | --external-symbol-table option. If set use it. | |
128 | * gprof.texi: Document the new option. | |
129 | ||
130 | 2009-06-04 Alan Modra <[email protected]> | |
131 | ||
132 | * dep-in.sed: Don't use \n in replacement part of s command. | |
133 | * Makefile.am (DEP1): LC_ALL for uniq. | |
134 | * Makefile.in: Regenerate. | |
135 | ||
136 | 2009-05-26 Nick Clifton <[email protected]> | |
137 | ||
138 | * po/id.po: Updated Indonesian translation. | |
139 | * po/gprof.pot: Updated template file. | |
140 | ||
141 | 2009-05-26 Alan Modra <[email protected]> | |
142 | ||
143 | * dep-in.sed: Output one filename per line with all lines having | |
144 | continuation backslash. Prefix first line with "A", following | |
145 | lines with "B". | |
146 | * Makefile.am (DEP): Don't use dep.sed here. | |
147 | (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies, | |
148 | sort and uniq. | |
149 | * Makefile.in: Regenerate. | |
150 | ||
151 | 2009-05-22 Alan Modra <[email protected]> | |
152 | ||
153 | * Makefile.am: Run "make dep-am". | |
154 | * Makefile.in: Regenerate. | |
155 | ||
156 | 2009-04-15 Kazu Hirata <[email protected]> | |
157 | ||
158 | * gprof.h: Include gconfig.h. #undef PACKAGE. | |
159 | ||
160 | 2009-04-09 Philippe Biondi <[email protected]> | |
161 | ||
162 | * corefile.c (core_create_function_syms): Initialise a symbol's | |
163 | is_func field based on the setting of the BSF_FUNCTION flag. | |
164 | ||
165 | 2009-03-06 Nick Clifton <[email protected]> | |
166 | ||
167 | * po/es.po: Updated Spanish translation. | |
168 | ||
169 | 2009-03-03 Alan Modra <[email protected]> | |
170 | ||
171 | * Makefile.am: Run "make dep-am". | |
172 | * Makefile.in: Regenerate. | |
173 | ||
174 | 2009-03-01 Ralf Wildenhues <[email protected]> | |
175 | ||
176 | * configure: Regenerate. | |
177 | ||
178 | 2009-02-12 Ken Werner <[email protected]> | |
179 | ||
180 | * corefile.c (core_create_function_syms): Remove "<locore>" and | |
181 | "<hicore>" sentinels. | |
182 | * gprof.c: Likewise. | |
183 | * cg_print.c (cg_print_function_ordering): Likewise. | |
184 | * alpha.c (alpha_find_call): Add check for return value of sym_lookup. | |
185 | * mips.c (mips_find_call): Likewise. | |
186 | * sparc.c (sparc_find_call): Likewise. | |
187 | * tahoe.c (tahoe_find_call): Likewise. | |
188 | * vax.c (vax_find_call): Likewise. | |
189 | ||
190 | 2009-02-03 Carlos O'Donell <[email protected]> | |
191 | ||
192 | * configure.in: AC_SUBST pdfdir. | |
193 | * Makefile.am: Add install-pdf, install-pdf-am, | |
194 | and install-pdf-recursive targets. Define pdf__strip_dir. | |
195 | * po/Make-in: Add install-pdf target. | |
196 | * configure: Regenerate. | |
197 | * Makefile.in: Regenerate. | |
198 | ||
199 | 2009-01-03 Nick Clifton <[email protected]> | |
200 | ||
201 | PR 7099 | |
202 | * gprof.texi (Compiling): Mention the need for using | |
203 | -static-libgcc on shared library systems. | |
204 | ||
205 | 2009-01-02 Nick Clifton <[email protected]> | |
206 | ||
207 | * po/id.po: Updated Indonesian translation. | |
208 | ||
209 | For older changes see ChangeLog-2008 | |
210 | \f | |
211 | Local Variables: | |
212 | mode: change-log | |
213 | left-margin: 8 | |
214 | fill-column: 74 | |
215 | version-control: never | |
216 | End: |