OSDN Git Service

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