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