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