PR 10656
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
c34f4fc6
NC
12009-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
8a00d392
NC
82009-09-23 Nick Clifton <nickc@redhat.com>
9
10 * po/vi.po: Updated Vietnamese translation.
11
ca58b19f
NC
122009-09-18 Nick Clifton <nickc@redhat.com>
13
14 * po/es.po: Updated Spanish translation.
331b68e8 15 * po/fi.po: Updated Finnish translation.
ca58b19f 16
df58f7b0
NC
172009-09-14 Nick Clifton <nickc@redhat.com>
18
19 * po/de.po: Updated German translation.
20 * po/nl.po: Update Dutch translation.
21
1e9cc1c2
NC
222009-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
272009-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
23f938f1
TG
382009-09-07 Tristan Gingold <gingold@adacore.com>
39
40 * po/gprof.pot: Regenerate.
41
96d56e9f
NC
422009-09-05 Martin Thuresson <martin@mtme.org>
43
44 * corefile.c (core_create_function_syms): Rename variable
45 class to cxxclass.
46
81ecdfbb
RW
472009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
48
14ec8efd
RW
49 * Makefile.am (AM_CPPFLAGS): Renamed from ...
50 (INCLUDES): ... this.
51 * Makefile.in: Regenerate.
52
fd9b71a8
RW
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
af542c2e
RW
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
81ecdfbb
RW
68 * Makefile.in: Regenerate.
69 * aclocal.m4: Likewise.
70 * configure: Likewise.
71 * gconfig.in: Likewise.
72
e7e981d6
NC
732009-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
f89ddd70
NC
832009-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
0e27a8f6
NC
882009-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
67a648f1
AM
1012009-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
f12e7348
NC
1072009-05-26 Nick Clifton <nickc@redhat.com>
108
109 * po/id.po: Updated Indonesian translation.
110 * po/gprof.pot: Updated template file.
111
00f3247a
AM
1122009-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
2b3decb5
AM
1222009-05-22 Alan Modra <amodra@bigpond.net.au>
123
124 * Makefile.am: Run "make dep-am".
125 * Makefile.in: Regenerate.
126
39e65143
KH
1272009-04-15 Kazu Hirata <kazu@codesourcery.com>
128
129 * gprof.h: Include gconfig.h. #undef PACKAGE.
130
8487be8b
NC
1312009-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
d11fd249
NC
1362009-03-06 Nick Clifton <nickc@redhat.com>
137
138 * po/es.po: Updated Spanish translation.
139
a1f7ca36
AM
1402009-03-03 Alan Modra <amodra@bigpond.net.au>
141
142 * Makefile.am: Run "make dep-am".
143 * Makefile.in: Regenerate.
144
58e24671
RW
1452009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
146
147 * configure: Regenerate.
148
d401d98a
AM
1492009-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
31dd3154
JM
1612009-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
c8d1c0af
NC
1702009-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
e8f957fd
NC
1762009-01-02 Nick Clifton <nickc@redhat.com>
177
178 * po/id.po: Updated Indonesian translation.
179
2c6ee261 180For older changes see ChangeLog-2008
c9e214e5
AM
181\f
182Local Variables:
183mode: change-log
184left-margin: 8
185fill-column: 74
186version-control: never
187End:
This page took 0.302501 seconds and 4 git commands to generate.