]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/ChangeLog
top level:
[thirdparty/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
92f01d61
JM
12007-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
74335607
BE
162007-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
37d037c1
DJ
222006-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
d5fbea21
DJ
282006-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
c897d1a2
NC
372006-11-27 Nick Clifton <nickc@redhat.com>
38
39 * po/ms.po: Updated Malay translation.
40
221ca466
NC
412006-11-22 Nick Clifton <nickc@redhat.com>
42
43 * configure.in (LINGUAS): Add ms.
44 * po/ms.po: New Malay translation.
45
4ce7dc15
BW
462006-10-17 Bob Wilson <bob.wilson@acm.org>
47
48 * gprof.c (main): Fix option string for -r and -R.
49
6bacc34d
BW
502006-10-16 Bob Wilson <bob.wilson@acm.org>
51
52 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
53
263e594b
BW
542006-10-16 Bob Wilson <bob.wilson@acm.org>
55
56 * gprof.c (main): Fix option string for -C, -n and -N.
57
19c6af1e
TS
582006-09-26 Thiemo Seufer <ths@networkno.de>
59
60 * gprof.texi: Fix install failure.
61
afb17569
BW
622006-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
b45619c0
NC
732006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
74
75 * gprof.texi: Fix some typos.
76
6648b7cf
JM
772006-06-07 Joseph S. Myers <joseph@codesourcery.com>
78
79 * po/Make-in (pdf, ps): New dummy targets.
80
4cfe2c59
DJ
812006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
82
83 * po/Make-in (top_builddir): Define.
84
cb015bd9
AM
852006-06-05 Alan Modra <amodra@bigpond.net.au>
86
87 * Makefile.in: Regenerate.
88 * gconfig.in: Regenerate.
89
20e95c23
DJ
902006-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
eebf07fb
NC
1002006-05-30 Nick Clifton <nickc@redhat.com>
101
102 * po/es.po: Updated Spanish translation.
103
fe541ea9
JW
1042006-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
253a2395
NC
1092006-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
241a6c40
AM
1162006-04-19 Alan Modra <amodra@bigpond.net.au>
117
118 * configure: Regenerate.
119
108a6f8e
CD
1202006-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
11010f5a
BE
1292006-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
f530741d
NC
1342006-03-09 Nick Clifton <nickc@redhat.com>
135
136 * po/sv.po: Updated Swedish translation.
137
f7d9e5c3
CD
1382006-02-27 Carlos O'Donell <carlos@codesourcery.com>
139
140 * po/Make-in: Add html target.
141
e88d958a 142For older changes see ChangeLog-2005
c9e214e5
AM
143\f
144Local Variables:
145mode: change-log
146left-margin: 8
147fill-column: 74
148version-control: never
149End: