Add -Wshadow to the gcc command line options used when compiling the binutils.
[binutils.git] / gprof / ChangeLog
blobacc8697dcbbf726d59f023def64d8835bdecf825
1 2009-12-11  Nick Clifton  <nickc@redhat.com>
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.
10 2009-11-30  Joseph Myers  <joseph@codesourcery.com>
12         * configure: Regenerate.
14 2009-11-17  Nick Clifton  <nickc@redhat.com>
16         * po/bg.po: New Bulgarian translation.
17         * configure.in (ALL_LINGUAS): Add bg.po.
18         * configure: Regenerate.
20 2009-11-11  Nick Clifton  <nickc@redhat.com>
22         * po/id.po: Updated Indonesian translation.
24 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
26         * configure.in: Call ACX_LARGEFILE.  Stop calling AC_SYS_LARGEFILE.
27         * aclocal.m4: Regenerate.
28         * configure: Regenerate.
30 2009-09-25  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
32         PR 10656
33         * hist.h: Move declaration of histograms and num_histograms
34         variables from here to...
35         * hist.c: ...here.
37 2009-09-23  Nick Clifton  <nickc@redhat.com>
39         * po/vi.po: Updated Vietnamese translation.
41 2009-09-18  Nick Clifton  <nickc@redhat.com>
43         * po/es.po: Updated Spanish translation.
44         * po/fi.po: Updated Finnish translation.
46 2009-09-14  Nick Clifton  <nickc@redhat.com>
48         * po/de.po: Updated German translation.
49         * po/nl.po: Update Dutch translation.
51 2009-09-11  Nick Clifton  <nickc@redhat.com>
53         * po/gprof.pot: Updated by the Translation project.
54         * po/sv.po: Updated Swedish translation.
56 2009-09-11  Martin Thuresson  <martint@google.com>
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.
67 2009-09-07  Tristan Gingold  <gingold@adacore.com>
69         * po/gprof.pot: Regenerate.
71 2009-09-05  Martin Thuresson  <martin@mtme.org>
73         * corefile.c (core_create_function_syms): Rename variable
74         class to cxxclass.
76 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
78         * Makefile.am (AM_CPPFLAGS): Renamed from ...
79         (INCLUDES): ... this.
80         * Makefile.in: Regenerate.
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.
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.
97         * Makefile.in: Regenerate.
98         * aclocal.m4: Likewise.
99         * configure: Likewise.
100         * gconfig.in: Likewise.
102 2009-06-16  Homer Xing  <homer.xing@yahoo.com>
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.
112 2009-06-15  Homer Xing  <homer.xing@yahoo.com>
114         * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
115         scanning in an address.
117 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
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.
130 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
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.
136 2009-05-26  Nick Clifton  <nickc@redhat.com>
138         * po/id.po: Updated Indonesian translation.
139         * po/gprof.pot: Updated template file.
141 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
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.
151 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
153         * Makefile.am: Run "make dep-am".
154         * Makefile.in: Regenerate.
156 2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
158         * gprof.h: Include gconfig.h.  #undef PACKAGE.
160 2009-04-09  Philippe Biondi  <phil@secdev.org>
162         * corefile.c (core_create_function_syms): Initialise a symbol's
163         is_func field based on the setting of the BSF_FUNCTION flag.
165 2009-03-06  Nick Clifton  <nickc@redhat.com>
167         * po/es.po: Updated Spanish translation.
169 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
171         * Makefile.am: Run "make dep-am".
172         * Makefile.in: Regenerate.
174 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
176         * configure: Regenerate.
178 2009-02-12  Ken Werner  <ken.werner@de.ibm.com>
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.
190 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
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.
199 2009-01-03  Nick Clifton  <nickc@redhat.com>
201         PR 7099
202         * gprof.texi (Compiling): Mention the need for using
203         -static-libgcc on shared library systems.
205 2009-01-02  Nick Clifton  <nickc@redhat.com>
207         * po/id.po: Updated Indonesian translation.
209 For older changes see ChangeLog-2008
211 Local Variables:
212 mode: change-log
213 left-margin: 8
214 fill-column: 74
215 version-control: never
216 End: