daily update
[binutils-gdb.git] / gprof / ChangeLog
1 2009-09-18 Nick Clifton <nickc@redhat.com>
2
3 * po/es.po: Updated Spanish translation.
4 * po/fi.po: Updated Finnish translation.
5
6 2009-09-14 Nick Clifton <nickc@redhat.com>
7
8 * po/de.po: Updated German translation.
9 * po/nl.po: Update Dutch translation.
10
11 2009-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
16 2009-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
27 2009-09-07 Tristan Gingold <gingold@adacore.com>
28
29 * po/gprof.pot: Regenerate.
30
31 2009-09-05 Martin Thuresson <martin@mtme.org>
32
33 * corefile.c (core_create_function_syms): Rename variable
34 class to cxxclass.
35
36 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
37
38 * Makefile.am (AM_CPPFLAGS): Renamed from ...
39 (INCLUDES): ... this.
40 * Makefile.in: Regenerate.
41
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
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
57 * Makefile.in: Regenerate.
58 * aclocal.m4: Likewise.
59 * configure: Likewise.
60 * gconfig.in: Likewise.
61
62 2009-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
72 2009-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
77 2009-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
90 2009-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
96 2009-05-26 Nick Clifton <nickc@redhat.com>
97
98 * po/id.po: Updated Indonesian translation.
99 * po/gprof.pot: Updated template file.
100
101 2009-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
111 2009-05-22 Alan Modra <amodra@bigpond.net.au>
112
113 * Makefile.am: Run "make dep-am".
114 * Makefile.in: Regenerate.
115
116 2009-04-15 Kazu Hirata <kazu@codesourcery.com>
117
118 * gprof.h: Include gconfig.h. #undef PACKAGE.
119
120 2009-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
125 2009-03-06 Nick Clifton <nickc@redhat.com>
126
127 * po/es.po: Updated Spanish translation.
128
129 2009-03-03 Alan Modra <amodra@bigpond.net.au>
130
131 * Makefile.am: Run "make dep-am".
132 * Makefile.in: Regenerate.
133
134 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
135
136 * configure: Regenerate.
137
138 2009-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
150 2009-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
159 2009-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
165 2009-01-02 Nick Clifton <nickc@redhat.com>
166
167 * po/id.po: Updated Indonesian translation.
168
169 For older changes see ChangeLog-2008
170 \f
171 Local Variables:
172 mode: change-log
173 left-margin: 8
174 fill-column: 74
175 version-control: never
176 End: