* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
e9f27433
AM
12007-08-17 Alan Modra <amodra@bigpond.net.au>
2
3 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
4
9975e4c4
DJ
52007-08-12 Matthias Klose <doko@ubuntu.com>
6
7 * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
8 $(top_srcdir)/../../bfd/doc.
9 * Makefile.in: Regenerate.
10
19aec961
DJ
112007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
12
13 * configure.in (ALL_LINGUAS): Add fi.
14 * po/fi.po: New file.
15 * configure: Regenerated.
16
d02756e7
NC
172007-08-10 Nick Clifton <nickc@redhat.com>
18
19 * po/ga.po: Updated Irish translation.
20 * po/vi.po: Updated Vietnamese translation.
21
d173dac9
NC
222007-08-07 Nick Clifton <nickc@redhat.com>
23
24 * po/de.po: Updated German translation.
25
7353bd54
NC
262007-07-12 Nick Clifton <nickc@redhat.com>
27
28 * po/vi.po: Updated translation.
29
d2df793a
NC
302007-07-12 Kai Tietz <kai.tietz@onevision.com>
31
32 * cg_print.c: Force cast of sizeof to be a long.
33 * hist.c: Likewise.
34
651dbc76
NC
352007-07-06 Nick Clifton <nickc@redhat.com>
36
37 * basic_blocks.c: Update copyright notice to refer to GPLv3.
38 * basic_blocks.h, bbconv.pl, bb_exit_func.c, call_graph.c,
39 call_graph.h, cg_print.c, cg_print.h, corefile.c, corefile.h,
40 flat_bl.m, gmon_io.c, gmon_io.h, gmon_out.h, hist.c, hist.h,
41 search_list.c, search_list.h, source.c, source.h, sym_ids.c,
42 sym_ids.h, symtab.c, symtab.h: Likewise.
43
3289fe0c
NC
442007-07-05 Tristan Gingold <gingold@adacore.com>
45
46 * corefile.c (core_sym_class): Do not discard nested subprograms.
dea757d1
NC
47 * Makefile.am (corefile.o): Add dependency upon safe-ctype.h.
48 * Makefile.in: Regenerate.
3289fe0c 49
ae351704
AM
502007-07-02 Alan Modra <amodra@bigpond.net.au>
51
52 * Makefile.am: Run "make dep-am".
53 * Makefile.in: Regenerate.
54 * aclocal.m4: Regenerate.
55 * gconfig.in: Regenerate.
56 * po/gprof.pot: Regenerate.
57
86b57e31
L
582007-06-30 H.J. Lu <hongjiu.lu@intel.com>
59
60 * aclocal.m4: Regenerated.
61 * Makefile.in: Likewise.
62
25c909f1
NC
632007-06-20 Nick Clifton <nickc@redhat.com>
64
65 * gprof.texi: Refer readers to the gcov tool if they want
66 line-by-line profiling.
67
79887925
L
682007-06-14 H.J. Lu <hongjiu.lu@intel.com>
69
70 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
71
72 * acinclude.m4: Removed.
73
74 * Makefile.in: Regenerated.
75 * aclocal.m4: Likewise.
76 * configure: Likewise.
77
37ad9514
SE
782007-05-24 Steve Ellcey <sje@cup.hp.com>
79
80 * Makefile.in: Regnerate.
81 * configure: Regenerate.
82 * aclocal.m4: Regenerate.
83
50b4b126
L
842007-05-24 H.J. Lu <hongjiu.lu@intel.com>
85
86 * gprof.texi: Remove orphaned "@end ignore".
87
0e9517a9
NC
882007-05-22 Nick Clifton <nickc@redhat.com>
89
90 * gprof.texi: Use @copying around the copyright notice.
91
74bad5d4
L
922007-05-14 H.J. Lu <hongjiu.lu@intel.com>
93
94 * hist.c (scale_and_align_entries): Avoid C99 feature.
95
8db406db
AM
962007-04-19 Alan Modra <amodra@bigpond.net.au>
97
98 * corefile.c (core_create_function_syms, core_create_line_syms): Don't
99 set discard_underscores.
100 * gprof.c (discard_underscores): Delete.
101 * gprof.h (discard_underscores): Delete.
102 * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for
103 leading underscores.
104 * utils.c (print_name_only): Call bfd_demangle rather than
105 cplus_demangle.
106 * Makefile.am: Run "make dep-am".
107 * Makefile.in: Regenerate.
108
b7d19ba6
SE
1092007-04-14 Steve Ellcey <sje@cup.hp.com>
110
111 * Makefile.am: Add ACLOCAL_AMFLAGS.
112 * Makefile.in: Regenerate.
113
b3296dc5
VP
1142007-04-10 Vladimir Prus <vladimir@codesourcery.com>
115
116 * hist.h (struct histogram)
117 (histograms, num_histograms): New.
118 * hist.c (find_histogram, find_histogram_for_pc)
119 (read_histogram_header): New.
120 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
121 (hist_sample): Remove.
122 (hist_read_rec): Use the above, and handle multiple
123 histogram records with disjoint address ranges.
124 (hist_write_hist): Support several histogram records.
125 (scale_and_align_entries): Adjust for multiple histograms.
126 (hist_assign_samples_1): New.
127 (hist_assign_samples): Use the above.
128 (hist_clip_symbol_address): New.
129 * hist.h (hist_check_address)
130 (hist_clip_symbol_address): Declare.
131 * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
132 of legacy format for multiple histogram changes.
133 * corefile.c (find_call): Check for core_text_space and
134 clip symbol address range here.
135 * vax.c (vax_find_call): Don't check for
136 core_text_space, or clip the symbol's address range here.
137 Use hist_check_address to check call's target address.
138 * sparc.c: Likewise.
139 * tahoe.c: Likewise.
140 * i386.c: Likewise.
141 * mips.c: Likewise. Also use core_text_sect->vma as the base
142 address for code accesses, just like other machine-specific
143 routines do.
144 * gprof.texi: Adjust for the new logic.
145
4ecceb71
RS
1462007-03-28 Richard Sandiford <richard@codesourcery.com>
147 Phil Edwards <phil@codesourcery.com>
148
149 * gprof.texi: Put the contents after the title page rather
150 than at the end of the document.
151
e49e529d
JM
1522007-03-22 Joseph Myers <joseph@codesourcery.com>
153
154 * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS).
155 (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc.
156 * Makefile.in: Regenerate.
157 * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE
158 and VERSION.
159
c428fa83
L
1602007-03-15 H.J. Lu <hongjiu.lu@intel.com>
161
162 * Makefile.am (REPORT_BUGS_TO): Removed.
163 (INCLUDES): Remove -DREPORT_BUGS_TO.
164 * Makefile.in: Regenerated.
165
166 * configure.in (--with-bugurl): Removed.
167 * configure: Regenerated.
168
066c2a57
JM
1692007-03-01 Joseph Myers <joseph@codesourcery.com>
170
171 * gprof.c: Include bfdver.h
172 (main): Use BFD_VERSION_STRING for version number and package
173 name.
174 * Makefile.am (PKGVERSION): Remove.
175 (INCLUDES): Update.
176 Regenerate dependencies.
177 * Makefile.in: Regenerate.
178 * configure.in (PKGVERSION): Remove.
179 * configure: Regenerate.
180
92f01d61 1812007-02-17 Mark Mitchell <mark@codesourcery.com>
c428fa83
L
182 Nathan Sidwell <nathan@codesourcery.com>
183 Vladimir Prus <vladimir@codesourcery.com>
184 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
185
186 * configure.in (--with-pkgversion, --with-bugurl): New options.
187 * configure: Regenerate.
188 * Makefile.am (PKGVERSION, REPORT_BUGS_TO): Define.
189 (INCLUDES): Define PKGVERSION and REPORT_BUGS_TO.
190 Regenerate dependencies.
191 * Makefile.in: Regenerate.
192 * gprof.c (usage): Don't print empty REPORT_BUGS_TO.
193 (main): Include PKGVERSION in version output.
194 * gprof.h: Remove include of bin-bugs.h.
195
74335607
BE
1962007-01-16 Ben Elliston <bje@au.ibm.com>
197
198 * corefile.c (parse_error): New function.
199 (read_function_mappings): Check calls to fscanf and report any
200 errors in parsing the mapping file.
201
37d037c1
DJ
2022006-12-12 Daniel Jacobowitz <dan@codesourcery.com>
203
204 * Makefile.am (gprof_TEXINFOS): Set.
205 (gprof.info gprof.dvi gprof.html): Delete rule.
206 * Makefile.in: Regenerated.
207
d5fbea21
DJ
2082006-12-11 Daniel Jacobowitz <dan@codesourcery.com>
209
210 * configure.in: Define GENINSRC_NEVER.
211 * doc/Makefile.am (gprof.info): Remove srcdir prefix.
212 (MAINTAINERCLEANFILES): Add info file.
213 (DISTCLEANFILES): Pretend to add info file.
214 * po/Make-in (.po.gmo): Put gmo files in objdir.
215 * configure, Makefile.in: Regenerated.
216
c897d1a2
NC
2172006-11-27 Nick Clifton <nickc@redhat.com>
218
219 * po/ms.po: Updated Malay translation.
220
221ca466
NC
2212006-11-22 Nick Clifton <nickc@redhat.com>
222
223 * configure.in (LINGUAS): Add ms.
224 * po/ms.po: New Malay translation.
225
4ce7dc15
BW
2262006-10-17 Bob Wilson <bob.wilson@acm.org>
227
228 * gprof.c (main): Fix option string for -r and -R.
229
6bacc34d
BW
2302006-10-16 Bob Wilson <bob.wilson@acm.org>
231
232 * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
233
263e594b
BW
2342006-10-16 Bob Wilson <bob.wilson@acm.org>
235
236 * gprof.c (main): Fix option string for -C, -n and -N.
237
19c6af1e
TS
2382006-09-26 Thiemo Seufer <ths@networkno.de>
239
240 * gprof.texi: Fix install failure.
241
afb17569
BW
2422006-09-19 Bob Wilson <bob.wilson@acm.org>
243
244 * gprof.texi: Use TeX-style quotes and em-dashes consistently.
245 Specify section names in cross references. Fix typos.
246 Omit "next", "previous" and "up" fields from @node lines.
247 (SYNOPSIS): Show map_file argument to --file-ordering.
248 (Compiling): Remove extra, truncated lines from example output.
249 (Cycles): Fix references to "called" field.
250 (Internals): Allow hyphenation between file:function names.
251 (GNU Free Documentation License): Update formatting to match fdl.texi.
252
b45619c0
NC
2532006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
254
255 * gprof.texi: Fix some typos.
256
6648b7cf
JM
2572006-06-07 Joseph S. Myers <joseph@codesourcery.com>
258
259 * po/Make-in (pdf, ps): New dummy targets.
260
4cfe2c59
DJ
2612006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
262
263 * po/Make-in (top_builddir): Define.
264
cb015bd9
AM
2652006-06-05 Alan Modra <amodra@bigpond.net.au>
266
267 * Makefile.in: Regenerate.
268 * gconfig.in: Regenerate.
269
20e95c23
DJ
2702006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
271
272 * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
273 and LIBINTL_DEP everywhere.
274 (INCLUDES): Use @INCINTL@.
275 * acinclude.m4: Include new gettext macros.
276 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
277 Remove local code for po/Makefile.
278 * Makefile.in, aclocal.m4, configure: Regenerated.
279
eebf07fb
NC
2802006-05-30 Nick Clifton <nickc@redhat.com>
281
282 * po/es.po: Updated Spanish translation.
283
fe541ea9
JW
2842006-05-02 James E Wilson <wilson@specifix.com>
285
286 * gprof.c (main): When setting default output_style, add separate
287 checks for INPUT_HISTOGRAM and INPUT_CALL_GRAPH.
288
253a2395
NC
2892006-04-25 Masaki Muranaka <monaka@monami-software.com>
290
291 PR 2587
292 * Makefile.am: Add empty rule for .m -> .o build in order to work
293 around bug in gmake shipped by Apple.
294 * Makefile.in: Regenerate.
295
241a6c40
AM
2962006-04-19 Alan Modra <amodra@bigpond.net.au>
297
298 * configure: Regenerate.
299
108a6f8e
CD
3002006-04-06 Carlos O'Donell <carlos@codesourcery.com>
301
302 * po/Make-in: Add install-html target.
303 * Makefile.am: Add install-html, install-html-am and
304 install-html-recursive targets.
305 * Makefile.in: Regenerate.
306 * configure.in: AC_SUBST datarootdir, docdir, htmldir.
307 * configure: Regenerate.
308
11010f5a
BE
3092006-03-21 Ben Elliston <bje@au.ibm.com>
310
311 * corefile.c (core_init): Report that the executable is not in the
312 expected executable format rather than "a.out" format.
313
f530741d
NC
3142006-03-09 Nick Clifton <nickc@redhat.com>
315
316 * po/sv.po: Updated Swedish translation.
317
f7d9e5c3
CD
3182006-02-27 Carlos O'Donell <carlos@codesourcery.com>
319
320 * po/Make-in: Add html target.
321
e88d958a 322For older changes see ChangeLog-2005
c9e214e5
AM
323\f
324Local Variables:
325mode: change-log
326left-margin: 8
327fill-column: 74
328version-control: never
329End:
This page took 0.167879 seconds and 4 git commands to generate.