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