bfd/
[deliverable/binutils-gdb.git] / gprof / ChangeLog
1 2007-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
10 2007-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
22 2007-02-17 Mark Mitchell <mark@codesourcery.com>
23 Nathan Sidwell <nathan@codesourcery.com>
24 Vladimir Prus <vladimir@codesourcery.com>
25 Joseph Myers <joseph@codesourcery.com>
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
37 2007-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
43 2006-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
49 2006-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
58 2006-11-27 Nick Clifton <nickc@redhat.com>
59
60 * po/ms.po: Updated Malay translation.
61
62 2006-11-22 Nick Clifton <nickc@redhat.com>
63
64 * configure.in (LINGUAS): Add ms.
65 * po/ms.po: New Malay translation.
66
67 2006-10-17 Bob Wilson <bob.wilson@acm.org>
68
69 * gprof.c (main): Fix option string for -r and -R.
70
71 2006-10-16 Bob Wilson <bob.wilson@acm.org>
72
73 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
74
75 2006-10-16 Bob Wilson <bob.wilson@acm.org>
76
77 * gprof.c (main): Fix option string for -C, -n and -N.
78
79 2006-09-26 Thiemo Seufer <ths@networkno.de>
80
81 * gprof.texi: Fix install failure.
82
83 2006-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
94 2006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
95
96 * gprof.texi: Fix some typos.
97
98 2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
99
100 * po/Make-in (pdf, ps): New dummy targets.
101
102 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
103
104 * po/Make-in (top_builddir): Define.
105
106 2006-06-05 Alan Modra <amodra@bigpond.net.au>
107
108 * Makefile.in: Regenerate.
109 * gconfig.in: Regenerate.
110
111 2006-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
121 2006-05-30 Nick Clifton <nickc@redhat.com>
122
123 * po/es.po: Updated Spanish translation.
124
125 2006-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
130 2006-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
137 2006-04-19 Alan Modra <amodra@bigpond.net.au>
138
139 * configure: Regenerate.
140
141 2006-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
150 2006-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
155 2006-03-09 Nick Clifton <nickc@redhat.com>
156
157 * po/sv.po: Updated Swedish translation.
158
159 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
160
161 * po/Make-in: Add html target.
162
163 For older changes see ChangeLog-2005
164 \f
165 Local Variables:
166 mode: change-log
167 left-margin: 8
168 fill-column: 74
169 version-control: never
170 End:
This page took 0.048312 seconds and 4 git commands to generate.