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