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