bfd/
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
c428fa83
L
12007-03-15 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.am (REPORT_BUGS_TO): Removed.
4 (INCLUDES): Remove -DREPORT_BUGS_TO.
5 * Makefile.in: Regenerated.
6
7 * configure.in (--with-bugurl): Removed.
8 * configure: Regenerated.
9
066c2a57
JM
102007-03-01 Joseph Myers <joseph@codesourcery.com>
11
12 * gprof.c: Include bfdver.h
13 (main): Use BFD_VERSION_STRING for version number and package
14 name.
15 * Makefile.am (PKGVERSION): Remove.
16 (INCLUDES): Update.
17 Regenerate dependencies.
18 * Makefile.in: Regenerate.
19 * configure.in (PKGVERSION): Remove.
20 * configure: Regenerate.
21
92f01d61 222007-02-17 Mark Mitchell <mark@codesourcery.com>
c428fa83
L
23 Nathan Sidwell <nathan@codesourcery.com>
24 Vladimir Prus <vladimir@codesourcery.com>
25 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
26
27 * configure.in (--with-pkgversion, --with-bugurl): New options.
28 * configure: Regenerate.
29 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
30 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
31 Regenerate dependencies.
32 * Makefile.in: Regenerate.
33 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
34 (main): Include PKGVERSION in version output.
35 * gprof.h: Remove include of bin-bugs.h.
36
74335607
BE
372007-01-16 Ben Elliston <bje@au.ibm.com>
38
39 * corefile.c (parse_error): New function.
40 (read_function_mappings): Check calls to fscanf and report any
41 errors in parsing the mapping file.
42
37d037c1
DJ
432006-12-12 Daniel Jacobowitz <dan@codesourcery.com>
44
45 * Makefile.am (gprof_TEXINFOS): Set.
46 (gprof.info gprof.dvi gprof.html): Delete rule.
47 * Makefile.in: Regenerated.
48
d5fbea21
DJ
492006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * configure.in: Define GENINSRC_NEVER.
52 * doc/Makefile.am (gprof.info): Remove srcdir prefix.
53 (MAINTAINERCLEANFILES): Add info file.
54 (DISTCLEANFILES): Pretend to add info file.
55 * po/Make-in (.po.gmo): Put gmo files in objdir.
56 * configure, Makefile.in: Regenerated.
57
c897d1a2
NC
582006-11-27 Nick Clifton <nickc@redhat.com>
59
60 * po/ms.po: Updated Malay translation.
61
221ca466
NC
622006-11-22 Nick Clifton <nickc@redhat.com>
63
64 * configure.in (LINGUAS): Add ms.
65 * po/ms.po: New Malay translation.
66
4ce7dc15
BW
672006-10-17 Bob Wilson <bob.wilson@acm.org>
68
69 * gprof.c (main): Fix option string for -r and -R.
70
6bacc34d
BW
712006-10-16 Bob Wilson <bob.wilson@acm.org>
72
73 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
74
263e594b
BW
752006-10-16 Bob Wilson <bob.wilson@acm.org>
76
77 * gprof.c (main): Fix option string for -C, -n and -N.
78
19c6af1e
TS
792006-09-26 Thiemo Seufer <ths@networkno.de>
80
81 * gprof.texi: Fix install failure.
82
afb17569
BW
832006-09-19 Bob Wilson <bob.wilson@acm.org>
84
85 * gprof.texi: Use TeX-style quotes and em-dashes consistently.
86 Specify section names in cross references. Fix typos.
87 Omit "next", "previous" and "up" fields from @node lines.
88 (SYNOPSIS): Show map_file argument to --file-ordering.
89 (Compiling): Remove extra, truncated lines from example output.
90 (Cycles): Fix references to "called" field.
91 (Internals): Allow hyphenation between file:function names.
92 (GNU Free Documentation License): Update formatting to match fdl.texi.
93
b45619c0
NC
942006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
95
96 * gprof.texi: Fix some typos.
97
6648b7cf
JM
982006-06-07 Joseph S. Myers <joseph@codesourcery.com>
99
100 * po/Make-in (pdf, ps): New dummy targets.
101
4cfe2c59
DJ
1022006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * po/Make-in (top_builddir): Define.
105
cb015bd9
AM
1062006-06-05 Alan Modra <amodra@bigpond.net.au>
107
108 * Makefile.in: Regenerate.
109 * gconfig.in: Regenerate.
110
20e95c23
DJ
1112006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
112
113 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
114 and LIBINTL_DEP everywhere.
115 (INCLUDES): Use @INCINTL@.
116 * acinclude.m4: Include new gettext macros.
117 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
118 Remove local code for po/Makefile.
119 * Makefile.in, aclocal.m4, configure: Regenerated.
120
eebf07fb
NC
1212006-05-30 Nick Clifton <nickc@redhat.com>
122
123 * po/es.po: Updated Spanish translation.
124
fe541ea9
JW
1252006-05-02 James E Wilson <wilson@specifix.com>
126
127 * gprof.c (main): When setting default output_style, add separate
128 checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
129
253a2395
NC
1302006-04-25 Masaki Muranaka <monaka@monami-software.com>
131
132 PR 2587
133 * Makefile.am: Add empty rule for .m -> .o build in order to work
134 around bug in gmake shipped by Apple.
135 * Makefile.in: Regenerate.
136
241a6c40
AM
1372006-04-19 Alan Modra <amodra@bigpond.net.au>
138
139 * configure: Regenerate.
140
108a6f8e
CD
1412006-04-06 Carlos O'Donell <carlos@codesourcery.com>
142
143 * po/Make-in: Add install-html target.
144 * Makefile.am: Add install-html, install-html-am and
145 install-html-recursive targets.
146 * Makefile.in: Regenerate.
147 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
148 * configure: Regenerate.
149
11010f5a
BE
1502006-03-21 Ben Elliston <bje@au.ibm.com>
151
152 * corefile.c (core_init): Report that the executable is not in the
153 expected executable format rather than "a.out" format.
154
f530741d
NC
1552006-03-09 Nick Clifton <nickc@redhat.com>
156
157 * po/sv.po: Updated Swedish translation.
158
f7d9e5c3
CD
1592006-02-27 Carlos O'Donell <carlos@codesourcery.com>
160
161 * po/Make-in: Add html target.
162
e88d958a 163For older changes see ChangeLog-2005
c9e214e5
AM
164\f
165Local Variables:
166mode: change-log
167left-margin: 8
168fill-column: 74
169version-control: never
170End:
This page took 0.155987 seconds and 4 git commands to generate.