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