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