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