merge from gcc
[binutils.git] / gprof / ChangeLog
blob1c80201491393d0e65983d0b5d2de1462da7de4d
1 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
3         * gprof.c: Include bfdver.h
4         (main): Use BFD_VERSION_STRING for version number and package
5         name.
6         * Makefile.am (PKGVERSION): Remove.
7         (INCLUDES): Update.
8         Regenerate dependencies.
9         * Makefile.in: Regenerate.
10         * configure.in (PKGVERSION): Remove.
11         * configure: Regenerate.
13 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
14             Nathan Sidwell  <nathan@codesourcery.com>
15             Vladimir Prus  <vladimir@codesourcery.com
16             Joseph Myers  <joseph@codesourcery.com>
18         * configure.in (--with-pkgversion, --with-bugurl): New options.
19         * configure: Regenerate.
20         * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
21         (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
22         Regenerate dependencies.
23         * Makefile.in: Regenerate.
24         * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
25         (main): Include PKGVERSION in version output.
26         * gprof.h: Remove include of bin-bugs.h.
28 2007-01-16  Ben Elliston  <bje@au.ibm.com>
30         * corefile.c (parse_error): New function.
31         (read_function_mappings): Check calls to fscanf and report any
32         errors in parsing the mapping file.
34 2006-12-12  Daniel Jacobowitz  <dan@codesourcery.com>
36         * Makefile.am (gprof_TEXINFOS): Set.
37         (gprof.info gprof.dvi gprof.html): Delete rule.
38         * Makefile.in: Regenerated.
40 2006-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
42         * configure.in: Define GENINSRC_NEVER.
43         * doc/Makefile.am (gprof.info): Remove srcdir prefix.
44         (MAINTAINERCLEANFILES): Add info file.
45         (DISTCLEANFILES): Pretend to add info file.
46         * po/Make-in (.po.gmo): Put gmo files in objdir.
47         * configure, Makefile.in: Regenerated.
49 2006-11-27  Nick Clifton  <nickc@redhat.com>
51         * po/ms.po: Updated Malay translation.
53 2006-11-22  Nick Clifton  <nickc@redhat.com>
55         * configure.in (LINGUAS): Add ms.
56         * po/ms.po: New Malay translation.
58 2006-10-17  Bob Wilson  <bob.wilson@acm.org>
60         * gprof.c (main): Fix option string for -r and -R.
62 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
64         * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
66 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
68         * gprof.c (main): Fix option string for -C, -n and -N.
70 2006-09-26  Thiemo Seufer  <ths@networkno.de>
72         * gprof.texi: Fix install failure.
74 2006-09-19  Bob Wilson  <bob.wilson@acm.org>
76         * gprof.texi: Use TeX-style quotes and em-dashes consistently.
77         Specify section names in cross references.  Fix typos.
78         Omit "next", "previous" and "up" fields from @node lines.
79         (SYNOPSIS): Show map_file argument to --file-ordering.
80         (Compiling): Remove extra, truncated lines from example output.
81         (Cycles): Fix references to "called" field.
82         (Internals): Allow hyphenation between file:function names.
83         (GNU Free Documentation License): Update formatting to match fdl.texi.
85 2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
87         * gprof.texi: Fix some typos.
89 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
91         * po/Make-in (pdf, ps): New dummy targets.
93 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
95         * po/Make-in (top_builddir): Define.
97 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
99         * Makefile.in: Regenerate.
100         * gconfig.in: Regenerate.
102 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
104         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
105         and LIBINTL_DEP everywhere.
106         (INCLUDES): Use @INCINTL@.
107         * acinclude.m4: Include new gettext macros.
108         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
109         Remove local code for po/Makefile.
110         * Makefile.in, aclocal.m4, configure: Regenerated.
112 2006-05-30  Nick Clifton  <nickc@redhat.com>
114         * po/es.po: Updated Spanish translation.
116 2006-05-02  James E Wilson  <wilson@specifix.com>
118         * gprof.c (main): When setting default output_style, add separate
119         checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
121 2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
123         PR 2587
124         * Makefile.am: Add empty rule for .m -> .o build in order to work
125         around bug in gmake shipped by Apple.
126         * Makefile.in: Regenerate.
128 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
130         * configure: Regenerate.
132 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
134         * po/Make-in: Add install-html target.
135         * Makefile.am: Add install-html, install-html-am and 
136         install-html-recursive targets. 
137         * Makefile.in: Regenerate.
138         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
139         * configure: Regenerate.
141 2006-03-21  Ben Elliston  <bje@au.ibm.com>
143         * corefile.c (core_init): Report that the executable is not in the
144         expected executable format rather than "a.out" format.
146 2006-03-09  Nick Clifton  <nickc@redhat.com>
148         * po/sv.po: Updated Swedish translation.
150 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
152         * po/Make-in: Add html target.
154 For older changes see ChangeLog-2005
156 Local Variables:
157 mode: change-log
158 left-margin: 8
159 fill-column: 74
160 version-control: never
161 End: