]> Git Repo - binutils.git/blame - gprof/ChangeLog-2009
Fix a potentially undefined right shift by replacing it with two smaller right shifts.
[binutils.git] / gprof / ChangeLog-2009
CommitLineData
43ecc30f
L
12009-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
102009-11-30 Joseph Myers <[email protected]>
11
12 * configure: Regenerate.
13
142009-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
202009-11-11 Nick Clifton <[email protected]>
21
22 * po/id.po: Updated Indonesian translation.
23
242009-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
302009-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
372009-09-23 Nick Clifton <[email protected]>
38
39 * po/vi.po: Updated Vietnamese translation.
40
412009-09-18 Nick Clifton <[email protected]>
42
43 * po/es.po: Updated Spanish translation.
44 * po/fi.po: Updated Finnish translation.
45
462009-09-14 Nick Clifton <[email protected]>
47
48 * po/de.po: Updated German translation.
49 * po/nl.po: Update Dutch translation.
50
512009-09-11 Nick Clifton <[email protected]>
52
53 * po/gprof.pot: Updated by the Translation project.
54 * po/sv.po: Updated Swedish translation.
55
562009-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
672009-09-07 Tristan Gingold <[email protected]>
68
69 * po/gprof.pot: Regenerate.
70
712009-09-05 Martin Thuresson <[email protected]>
72
73 * corefile.c (core_create_function_syms): Rename variable
74 class to cxxclass.
75
762009-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
1022009-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
1122009-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
1172009-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
1302009-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
1362009-05-26 Nick Clifton <[email protected]>
137
138 * po/id.po: Updated Indonesian translation.
139 * po/gprof.pot: Updated template file.
140
1412009-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
1512009-05-22 Alan Modra <[email protected]>
152
153 * Makefile.am: Run "make dep-am".
154 * Makefile.in: Regenerate.
155
1562009-04-15 Kazu Hirata <[email protected]>
157
158 * gprof.h: Include gconfig.h. #undef PACKAGE.
159
1602009-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
1652009-03-06 Nick Clifton <[email protected]>
166
167 * po/es.po: Updated Spanish translation.
168
1692009-03-03 Alan Modra <[email protected]>
170
171 * Makefile.am: Run "make dep-am".
172 * Makefile.in: Regenerate.
173
1742009-03-01 Ralf Wildenhues <[email protected]>
175
176 * configure: Regenerate.
177
1782009-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
1902009-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
1992009-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
2052009-01-02 Nick Clifton <[email protected]>
206
207 * po/id.po: Updated Indonesian translation.
208
209For older changes see ChangeLog-2008
210\f
752937aa
NC
211Copyright (C) 2009 Free Software Foundation, Inc.
212
213Copying and distribution of this file, with or without modification,
214are permitted in any medium without royalty provided the copyright
215notice and this notice are preserved.
216
43ecc30f
L
217Local Variables:
218mode: change-log
219left-margin: 8
220fill-column: 74
221version-control: never
222End:
This page took 0.45304 seconds and 4 git commands to generate.