* po/bg.po: New Bulgarian translation.
[binutils.git] / gprof / ChangeLog
blobfc1f20028df811ebe79fb9046016290f796e02c5
1 2009-11-17  Nick Clifton  <nickc@redhat.com>
3         * po/bg.po: New Bulgarian translation.
4         * configure.in (ALL_LINGUAS): Add bg.po.
5         * configure: Regenerate.
7 2009-11-11  Nick Clifton  <nickc@redhat.com>
9         * po/id.po: Updated Indonesian translation.
11 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13         * configure.in: Call ACX_LARGEFILE.  Stop calling AC_SYS_LARGEFILE.
14         * aclocal.m4: Regenerate.
15         * configure: Regenerate.
17 2009-09-25  Dimitry Gorbachev  <d.g.gorbachev@gmail.com>
19         PR 10656
20         * hist.h: Move declaration of histograms and num_histograms
21         variables from here to...
22         * hist.c: ...here.
24 2009-09-23  Nick Clifton  <nickc@redhat.com>
26         * po/vi.po: Updated Vietnamese translation.
28 2009-09-18  Nick Clifton  <nickc@redhat.com>
30         * po/es.po: Updated Spanish translation.
31         * po/fi.po: Updated Finnish translation.
33 2009-09-14  Nick Clifton  <nickc@redhat.com>
35         * po/de.po: Updated German translation.
36         * po/nl.po: Update Dutch translation.
38 2009-09-11  Nick Clifton  <nickc@redhat.com>
40         * po/gprof.pot: Updated by the Translation project.
41         * po/sv.po: Updated Swedish translation.
43 2009-09-11  Martin Thuresson  <martint@google.com>
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.
54 2009-09-07  Tristan Gingold  <gingold@adacore.com>
56         * po/gprof.pot: Regenerate.
58 2009-09-05  Martin Thuresson  <martin@mtme.org>
60         * corefile.c (core_create_function_syms): Rename variable
61         class to cxxclass.
63 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
65         * Makefile.am (AM_CPPFLAGS): Renamed from ...
66         (INCLUDES): ... this.
67         * Makefile.in: Regenerate.
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.
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.
84         * Makefile.in: Regenerate.
85         * aclocal.m4: Likewise.
86         * configure: Likewise.
87         * gconfig.in: Likewise.
89 2009-06-16  Homer Xing  <homer.xing@yahoo.com>
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.
99 2009-06-15  Homer Xing  <homer.xing@yahoo.com>
101         * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
102         scanning in an address.
104 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
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.
117 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
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.
123 2009-05-26  Nick Clifton  <nickc@redhat.com>
125         * po/id.po: Updated Indonesian translation.
126         * po/gprof.pot: Updated template file.
128 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
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.
138 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
140         * Makefile.am: Run "make dep-am".
141         * Makefile.in: Regenerate.
143 2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
145         * gprof.h: Include gconfig.h.  #undef PACKAGE.
147 2009-04-09  Philippe Biondi  <phil@secdev.org>
149         * corefile.c (core_create_function_syms): Initialise a symbol's
150         is_func field based on the setting of the BSF_FUNCTION flag.
152 2009-03-06  Nick Clifton  <nickc@redhat.com>
154         * po/es.po: Updated Spanish translation.
156 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
158         * Makefile.am: Run "make dep-am".
159         * Makefile.in: Regenerate.
161 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
163         * configure: Regenerate.
165 2009-02-12  Ken Werner  <ken.werner@de.ibm.com>
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.
177 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
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.
186 2009-01-03  Nick Clifton  <nickc@redhat.com>
188         PR 7099
189         * gprof.texi (Compiling): Mention the need for using
190         -static-libgcc on shared library systems.
192 2009-01-02  Nick Clifton  <nickc@redhat.com>
194         * po/id.po: Updated Indonesian translation.
196 For older changes see ChangeLog-2008
198 Local Variables:
199 mode: change-log
200 left-margin: 8
201 fill-column: 74
202 version-control: never
203 End: