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