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