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