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