split changelog
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
81ecdfbb
RW
12009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
14ec8efd
RW
3 * Makefile.am (AM_CPPFLAGS): Renamed from ...
4 (INCLUDES): ... this.
5 * Makefile.in: Regenerate.
6
fd9b71a8
RW
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
af542c2e
RW
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
81ecdfbb
RW
22 * Makefile.in: Regenerate.
23 * aclocal.m4: Likewise.
24 * configure: Likewise.
25 * gconfig.in: Likewise.
26
e7e981d6
NC
272009-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
f89ddd70
NC
372009-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
0e27a8f6
NC
422009-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
67a648f1
AM
552009-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
f12e7348
NC
612009-05-26 Nick Clifton <nickc@redhat.com>
62
63 * po/id.po: Updated Indonesian translation.
64 * po/gprof.pot: Updated template file.
65
00f3247a
AM
662009-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
2b3decb5
AM
762009-05-22 Alan Modra <amodra@bigpond.net.au>
77
78 * Makefile.am: Run "make dep-am".
79 * Makefile.in: Regenerate.
80
39e65143
KH
812009-04-15 Kazu Hirata <kazu@codesourcery.com>
82
83 * gprof.h: Include gconfig.h. #undef PACKAGE.
84
8487be8b
NC
852009-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
d11fd249
NC
902009-03-06 Nick Clifton <nickc@redhat.com>
91
92 * po/es.po: Updated Spanish translation.
93
a1f7ca36
AM
942009-03-03 Alan Modra <amodra@bigpond.net.au>
95
96 * Makefile.am: Run "make dep-am".
97 * Makefile.in: Regenerate.
98
58e24671
RW
992009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
100
101 * configure: Regenerate.
102
d401d98a
AM
1032009-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
31dd3154
JM
1152009-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
c8d1c0af
NC
1242009-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
e8f957fd
NC
1302009-01-02 Nick Clifton <nickc@redhat.com>
131
132 * po/id.po: Updated Indonesian translation.
133
2c6ee261 134For older changes see ChangeLog-2008
c9e214e5
AM
135\f
136Local Variables:
137mode: change-log
138left-margin: 8
139fill-column: 74
140version-control: never
141End:
This page took 0.233314 seconds and 4 git commands to generate.