xref: /netbsd-src/external/gpl3/binutils/dist/gprof/ChangeLog-2006 (revision 9573673d78c64ea1eac42d7f2e9521be89932ae5)
1be12b8bcSchristos2006-12-12  Daniel Jacobowitz  <dan@codesourcery.com>
2be12b8bcSchristos
3be12b8bcSchristos	* Makefile.am (gprof_TEXINFOS): Set.
4be12b8bcSchristos	(gprof.info gprof.dvi gprof.html): Delete rule.
5be12b8bcSchristos	* Makefile.in: Regenerated.
6be12b8bcSchristos
7be12b8bcSchristos2006-12-11  Daniel Jacobowitz  <dan@codesourcery.com>
8be12b8bcSchristos
9be12b8bcSchristos	* configure.in: Define GENINSRC_NEVER.
10be12b8bcSchristos	* doc/Makefile.am (gprof.info): Remove srcdir prefix.
11be12b8bcSchristos	(MAINTAINERCLEANFILES): Add info file.
12be12b8bcSchristos	(DISTCLEANFILES): Pretend to add info file.
13be12b8bcSchristos	* po/Make-in (.po.gmo): Put gmo files in objdir.
14be12b8bcSchristos	* configure, Makefile.in: Regenerated.
15be12b8bcSchristos
16be12b8bcSchristos2006-11-27  Nick Clifton  <nickc@redhat.com>
17be12b8bcSchristos
18be12b8bcSchristos	* po/ms.po: Updated Malay translation.
19be12b8bcSchristos
20be12b8bcSchristos2006-11-22  Nick Clifton  <nickc@redhat.com>
21be12b8bcSchristos
22be12b8bcSchristos	* configure.in (LINGUAS): Add ms.
23be12b8bcSchristos	* po/ms.po: New Malay translation.
24be12b8bcSchristos
25be12b8bcSchristos2006-10-17  Bob Wilson  <bob.wilson@acm.org>
26be12b8bcSchristos
27be12b8bcSchristos	* gprof.c (main): Fix option string for -r and -R.
28be12b8bcSchristos
29be12b8bcSchristos2006-10-16  Bob Wilson  <bob.wilson@acm.org>
30be12b8bcSchristos
31be12b8bcSchristos	* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
32be12b8bcSchristos
33be12b8bcSchristos2006-10-16  Bob Wilson  <bob.wilson@acm.org>
34be12b8bcSchristos
35be12b8bcSchristos	* gprof.c (main): Fix option string for -C, -n and -N.
36be12b8bcSchristos
37be12b8bcSchristos2006-09-26  Thiemo Seufer  <ths@networkno.de>
38be12b8bcSchristos
39be12b8bcSchristos	* gprof.texi: Fix install failure.
40be12b8bcSchristos
41be12b8bcSchristos2006-09-19  Bob Wilson  <bob.wilson@acm.org>
42be12b8bcSchristos
43be12b8bcSchristos	* gprof.texi: Use TeX-style quotes and em-dashes consistently.
44be12b8bcSchristos	Specify section names in cross references.  Fix typos.
45be12b8bcSchristos	Omit "next", "previous" and "up" fields from @node lines.
46be12b8bcSchristos	(SYNOPSIS): Show map_file argument to --file-ordering.
47be12b8bcSchristos	(Compiling): Remove extra, truncated lines from example output.
48be12b8bcSchristos	(Cycles): Fix references to "called" field.
49be12b8bcSchristos	(Internals): Allow hyphenation between file:function names.
50be12b8bcSchristos	(GNU Free Documentation License): Update formatting to match fdl.texi.
51be12b8bcSchristos
52be12b8bcSchristos2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
53be12b8bcSchristos
54be12b8bcSchristos	* gprof.texi: Fix some typos.
55be12b8bcSchristos
56be12b8bcSchristos2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
57be12b8bcSchristos
58be12b8bcSchristos	* po/Make-in (pdf, ps): New dummy targets.
59be12b8bcSchristos
60be12b8bcSchristos2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
61be12b8bcSchristos
62be12b8bcSchristos	* po/Make-in (top_builddir): Define.
63be12b8bcSchristos
64be12b8bcSchristos2006-06-05  Alan Modra  <amodra@bigpond.net.au>
65be12b8bcSchristos
66be12b8bcSchristos	* Makefile.in: Regenerate.
67be12b8bcSchristos	* gconfig.in: Regenerate.
68be12b8bcSchristos
69be12b8bcSchristos2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
70be12b8bcSchristos
71be12b8bcSchristos	* Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
72be12b8bcSchristos	and LIBINTL_DEP everywhere.
73be12b8bcSchristos	(INCLUDES): Use @INCINTL@.
74be12b8bcSchristos	* acinclude.m4: Include new gettext macros.
75be12b8bcSchristos	* configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
76be12b8bcSchristos	Remove local code for po/Makefile.
77be12b8bcSchristos	* Makefile.in, aclocal.m4, configure: Regenerated.
78be12b8bcSchristos
79be12b8bcSchristos2006-05-30  Nick Clifton  <nickc@redhat.com>
80be12b8bcSchristos
81be12b8bcSchristos	* po/es.po: Updated Spanish translation.
82be12b8bcSchristos
83be12b8bcSchristos2006-05-02  James E Wilson  <wilson@specifix.com>
84be12b8bcSchristos
85be12b8bcSchristos	* gprof.c (main): When setting default output_style, add separate
86be12b8bcSchristos	checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
87be12b8bcSchristos
88be12b8bcSchristos2006-04-25  Masaki Muranaka  <monaka@monami-software.com>
89be12b8bcSchristos
90be12b8bcSchristos	PR 2587
91be12b8bcSchristos	* Makefile.am: Add empty rule for .m -> .o build in order to work
92be12b8bcSchristos	around bug in gmake shipped by Apple.
93be12b8bcSchristos	* Makefile.in: Regenerate.
94be12b8bcSchristos
95be12b8bcSchristos2006-04-19  Alan Modra  <amodra@bigpond.net.au>
96be12b8bcSchristos
97be12b8bcSchristos	* configure: Regenerate.
98be12b8bcSchristos
99be12b8bcSchristos2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
100be12b8bcSchristos
101be12b8bcSchristos	* po/Make-in: Add install-html target.
102be12b8bcSchristos	* Makefile.am: Add install-html, install-html-am and
103be12b8bcSchristos	install-html-recursive targets.
104be12b8bcSchristos	* Makefile.in: Regenerate.
105be12b8bcSchristos	* configure.in: AC_SUBST datarootdir, docdir, htmldir.
106be12b8bcSchristos	* configure: Regenerate.
107be12b8bcSchristos
108be12b8bcSchristos2006-03-21  Ben Elliston  <bje@au.ibm.com>
109be12b8bcSchristos
110be12b8bcSchristos	* corefile.c (core_init): Report that the executable is not in the
111be12b8bcSchristos	expected executable format rather than "a.out" format.
112be12b8bcSchristos
113be12b8bcSchristos2006-03-09  Nick Clifton  <nickc@redhat.com>
114be12b8bcSchristos
115be12b8bcSchristos	* po/sv.po: Updated Swedish translation.
116be12b8bcSchristos
117be12b8bcSchristos2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
118be12b8bcSchristos
119be12b8bcSchristos	* po/Make-in: Add html target.
120be12b8bcSchristos
121be12b8bcSchristosFor older changes see ChangeLog-2005
122be12b8bcSchristos
123*9573673dSchristosCopyright (C) 2006 Free Software Foundation, Inc.
124*9573673dSchristos
125*9573673dSchristosCopying and distribution of this file, with or without modification,
126*9573673dSchristosare permitted in any medium without royalty provided the copyright
127*9573673dSchristosnotice and this notice are preserved.
128*9573673dSchristos
129be12b8bcSchristosLocal Variables:
130be12b8bcSchristosmode: change-log
131be12b8bcSchristosleft-margin: 8
132be12b8bcSchristosfill-column: 74
133be12b8bcSchristosversion-control: never
134be12b8bcSchristosEnd:
135