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