OSDN Git Service

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