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