OSDN Git Service

Re-sync to pf3gnuchains3x.
[pf3gnuchains/pf3gnuchains4x.git] / gprof / ChangeLog
1 2009-09-25  Dimitry Gorbachev  <d.g.gorbachev@gmail.com>
2
3         PR 10656
4         * hist.h: Move declaration of histograms and num_histograms
5         variables from here to...
6         * hist.c: ...here.
7
8 2009-09-23  Nick Clifton  <nickc@redhat.com>
9
10         * po/vi.po: Updated Vietnamese translation.
11
12 2009-09-18  Nick Clifton  <nickc@redhat.com>
13
14         * po/es.po: Updated Spanish translation.
15         * po/fi.po: Updated Finnish translation.
16
17 2009-09-14  Nick Clifton  <nickc@redhat.com>
18
19         * po/de.po: Updated German translation.
20         * po/nl.po: Update Dutch translation.
21
22 2009-09-11  Nick Clifton  <nickc@redhat.com>
23
24         * po/gprof.pot: Updated by the Translation project.
25         * po/sv.po: Updated Swedish translation.
26
27 2009-09-11  Martin Thuresson  <martint@google.com>
28
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.
37
38 2009-09-07  Tristan Gingold  <gingold@adacore.com>
39
40         * po/gprof.pot: Regenerate.
41
42 2009-09-05  Martin Thuresson  <martin@mtme.org>
43
44         * corefile.c (core_create_function_syms): Rename variable
45         class to cxxclass.
46
47 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48
49         * Makefile.am (AM_CPPFLAGS): Renamed from ...
50         (INCLUDES): ... this.
51         * Makefile.in: Regenerate.
52
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.
62
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.
67
68         * Makefile.in: Regenerate.
69         * aclocal.m4: Likewise.
70         * configure: Likewise.
71         * gconfig.in: Likewise.
72
73 2009-06-16  Homer Xing  <homer.xing@yahoo.com>
74
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.
82
83 2009-06-15  Homer Xing  <homer.xing@yahoo.com>
84
85         * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when
86         scanning in an address.
87
88 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
89
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.
100
101 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
102
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.
106
107 2009-05-26  Nick Clifton  <nickc@redhat.com>
108
109         * po/id.po: Updated Indonesian translation.
110         * po/gprof.pot: Updated template file.
111
112 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
113
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.
121
122 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
123
124         * Makefile.am: Run "make dep-am".
125         * Makefile.in: Regenerate.
126
127 2009-04-15  Kazu Hirata  <kazu@codesourcery.com>
128
129         * gprof.h: Include gconfig.h.  #undef PACKAGE.
130
131 2009-04-09  Philippe Biondi  <phil@secdev.org>
132
133         * corefile.c (core_create_function_syms): Initialise a symbol's
134         is_func field based on the setting of the BSF_FUNCTION flag.
135
136 2009-03-06  Nick Clifton  <nickc@redhat.com>
137
138         * po/es.po: Updated Spanish translation.
139
140 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
141
142         * Makefile.am: Run "make dep-am".
143         * Makefile.in: Regenerate.
144
145 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
146
147         * configure: Regenerate.
148
149 2009-02-12  Ken Werner  <ken.werner@de.ibm.com>
150
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.
160
161 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
162
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.
169
170 2009-01-03  Nick Clifton  <nickc@redhat.com>
171
172         PR 7099
173         * gprof.texi (Compiling): Mention the need for using
174         -static-libgcc on shared library systems.
175
176 2009-01-02  Nick Clifton  <nickc@redhat.com>
177
178         * po/id.po: Updated Indonesian translation.
179
180 For older changes see ChangeLog-2008
181 \f
182 Local Variables:
183 mode: change-log
184 left-margin: 8
185 fill-column: 74
186 version-control: never
187 End: