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