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