2002-02-10 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gprof / ChangeLog
CommitLineData
82fe033f
DJ
12002-02-10 Daniel Jacobowitz <drow@mvista.com>
2
3 * gprof.c: Include "getopt.h" after other includes, so that
4 the proper macros are defined.
5 * gen-c-prog.awk: Emit a prototype for the generated function.
6
bde52789
AM
72002-02-01 Alan Modra <amodra@bigpond.net.au>
8
66477e87
AM
9 * configure.in (build_warnings): Add -Wstrict-prototypes
10 -Wmissing-prototypes.
11 * aclocal.m4: Regenerate.
12 * gconfig.in: Regenerate.
13 * configure: Regenerate.
14 * Makefile.am: Run "make dep-am".
15 * Makefile.in: Regenerate.
16
1355568a
AM
17 * alpha.c (alpha_find_call): Warning fixes.
18 * mips.c (mips_find_call): Likewise.
19 * sparc.c (sparc_find_call): Likewise.
20 * basic_blocks.c: Warning fixes. Eliminate DEFUN.
21 * call_graph.c: Likewise.
22 * cg_arcs.c: Likewise.
23 * cg_dfn.cp: Likewise.
24 * gprof.c: Likewise.
25 * gprof.h: Likewise.
26 * hist.c: Likewise.
27 * search_list.c: Likewise.
28 * source.c: Likewise.
29 * source.h: Likewise.
30 * sym_ids.c: Likewise.
31 * symtab.c: Likewise.
32 * symtab.h: Likewise.
33 * utils.c: Likewise.
34 * cg_print.c: Likewise.
35 (struct function_map, symbol_map, symbol_map_count): Move
36 declaration to..
37 * corefile: ..here.
38 * corefile.c: Warning fixes. Eliminate DEFUN.
39 (struct function_map): Remove declaration.
40 * gmon_io.c: Warning fixes. Eliminate DEFUN.
41 (gmon_io_read_64): Make static.
42 (gmon_io_write_64): Likewise.
43 (gmon_read_raw_arc): Likewise.
44 (gmon_write_raw_arc): Likewise.
45 (gmon_io_write_8): Don't pass char, pass int param.
46 * gmon_io.h (gmon_io_write_8): Likewise.
47
ba323545
AM
48 * Makefile.am: Run "make dep-am"
49 * Makefile.in: Regenerate.
50
bde52789
AM
51 * basic_blocks.c: Replace bool with boolean, TRUE with true and
52 FALSE with false throughout.
53 * basic_blocks.h: Likewise.
54 * cg_arcs.c: Likewise.
55 * cg_dfn.c: Likewise.
56 * cg_print.c: Likewise.
57 * corefile.c: Likewise.
58 * gmon_io.c: Likewise.
59 * gprof.c: Likewise.
60 * hist.c: Likewise.
61 * mips.c: Likewise.
62 * source.c: Likewise.
63 * source.h: Likewise.
64 * sym_ids.c: Likewise.
65 * sym_ids.h: Likewise.
66 * symtab.h: Likewise.
67 * tahoe.c: Likewise.
68 * vax.c: Likewise.
69 * gprof.h: Likewise.
70 (TRUE): Don't define.
71 (FALSE): Don't define.
72
e7e2dd92
NC
732002-01-31 Jason R Thorpe <thorpej@wasabisystems.com>
74
75 * TODO: Remove "host architecture pointer size" item.
76 * acconfig.h: Remove.
77 * gconfig.in: Regenerate.
78 * configure.in: Remove check for gmon pointer size.
79 * configure: Regenerate.
80 * gmon.h (GMON_HDRSIZE_BSD44_32): Define.
81 (GMON_HDRSIZE_BSD44_64): Ditto.
82 (GMON_HDRSIZE_OLDBSD_32): Ditto.
83 (GMON_HDRSIZE_OLDBSD_64): Ditto.
84 (struct raw_phdr): Wrap in #if 0, keeping it for
85 documentation purposes only.
86 (struct old_raw_phdr): Likewise.
87 (struct raw_arc): Likewise. Change type/size of
88 "count" member to long match 4.4BSD.
89 * gmon_io: Update copyright years.
90 (gmon_io_read_64): New function.
91 (gmon_io_read_vma): Use bfd_arch_bits_per_address to
92 determine target pointer size. Use gmon_io_read_32
93 and gmon_io_read_64.
94 (gmon_io_write_64): New function.
95 (gmon_io_write_vma): Use bfd_arch_bits_per_address to
96 determine target pointer size. Use gmon_io_write_32
97 and gmon_io_write_64.
98 (get_vma): Remove.
99 (put_vma): Ditto.
100 (gmon_read_raw_arc): New function.
101 (gmon_write_raw_arc): New function.
102 (gmon_out_read): Do not use struct raw_phdr or
103 struct old_raw_phdr to read the gmon header. Use
104 gmon_read_raw_arc to read call graph records.
105 (gmon_out_write): Do not use struct raw_phdr or
106 struct old_raw_phdr to write the gmon header. Use
107 gmon_write_raw_arc to write call graph records.
108 * po/gprof.pot: Regenerate.
109 * Makefile.in: Regenerate.
110
6d9c411a
AM
1112002-01-31 Alan Modra <amodra@bigpond.net.au>
112
113 * alpha.c (alpha_Instruction): Don't use.
114 (alpha_find_call): Avoid use of bitfields and casts between
115 pointers and integers of different sizes. Avoid endian problems
116 when cross-compiling.
117 * vax.c (vax_find_call): Likewise.
118 (struct modebyte): Don't use.
119 (vax_operandmode): Pass in an unsigned char *.
120 (vax_operandlength): Likewise.
121 (vax_reladdr): Rename to vax_offset and return relative offset
122 rather than address.
123 * i386.c (i386_find_call): Avoid casts between pointers and
124 integers of different sizes.
125 * sparc.c (sparc_find_call): Likewise. Avoid endian problems.
126 * tahoe.c (tahoe_find_call): Likewise.
127 (tahoe_reladdr): Rename to tahoe_offset and return relative offset
128 rather than address.
129
130 * basic_blocks.h: Don't include headers here.
131 * call_graph.h: Likewise.
132 * cg_arcs.h: Likewise.
133 * cg_print.h: Likewise.
134 * corefile.h: Likewise.
135 * gmon_io.h: Likewise.
136 * gmon_out.h: Likewise.
137 * hertz.h: Likewise.
138 * hist.h: Likewise.
139 * source.h: Likewise.
140 * sym_ids.h: Likewise.
141 * symtab.h: Likewise.
142 * gprof.h: Don't include ansidecl.h, do include bfd.h.
143 (bool): Don't typedef.
144 * alpha.c: Adjust #include's for above header changes.
145 * basic_blocks.c: Likewise.
146 * call_graph.c: Likewise.
147 * cg_arcs.c: Likewise.
148 * cg_dfn.c: Likewise.
149 * cg_print.c: Likewise.
150 * corefile.c: Likewise.
151 * gmon_io.c: Likewise.
152 * gprof.c: Likewise.
153 * hertz.c: Likewise.
154 * hist.c: Likewise.
155 * i386.c: Likewise.
156 * mips.c: Likewise.
157 * sparc.c: Likewise.
158 * sym_ids.c: Likewise.
159 * symtab.c: Likewise.
160 * tahoe.c: Likewise.
161 * utils.c: Likewise.
162 * vax.c: Likewise.
163
164 * po/POTFILES.in: Regenerate.
165
4867be41
DJ
1662002-01-27 Daniel Jacobowitz <drow@mvista.com>
167
168 * configure: Regenerated.
169
3b04e729
RH
1702002-01-26 Richard Henderson <rth@redhat.com>
171
172 * i386.c (i386_iscall): Static.
173 * tahoe.c (indirectchild, tahoe_operandmode): Static.
174 (tahoe_operandlength, tahoe_reladdr): Static.
175 * vax.c (indirectchild): Static.
176
cd8e197b
HPN
1772002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
178
179 * Makefile.am (install): Depend on install-info.
180 * Makefile.in: Regenerate.
181
ec0806ec
JT
1822002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
183
184 * mips.c: New file.
185 * Makefile.am (sources): Add mips.c.
186 (mips.o): New rule.
187 * Makefile.in: Regenerate.
188 * corefile.c: Update copyright years.
189 (find_call): Call mips_find_call for bfd_arch_mips.
190
1caa7b23
NC
1912002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
192
193 * po/fr.po: Updated version.
194
1ddbd152
NC
1952002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
196
197 * po/es.po: Updated version.
198
328577ad
NC
1992002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
200
201 * po/gprof.pot: Regenerate.
202
be2d1673
NC
2032002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
204
205 * po/es.po: New file: Spanish translation.
206 * configure.in (ALL_LINGUAS): Add es.
207 * configure: Regenerate.
208
741247bf
NC
2092002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
210
211 * gmon_io.c (gmon_out_read): Remove use of ngettext(). It is not
212 present under AIX.
213
af6dfb5b
NC
2142002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
215
216 * cg_print.c (print_header): Fix spelling typo.
217
218 * gmon_io.c (gmon_out_read): Fix formatting of text messages to
219 allow easier translation into other languages.
220
f0059177
NC
2212001-12-21 Nick Clifton <nickc@cambridge.redhat.com>
222
223 * configure.in (ALL_LINGUAS): Add sv.
224 * configure: Regenerate.
225 * po/sv.po: Import from translation project web site.
226
2299ff43
NC
2272001-12-03 Nick Clifton <nickc@cambridge.redhat.com>
228
229 * configure.in (LINGUAS): Add tr.
230 * configure: Regenerate.
a9ef678d 231 * po/tr.po: Import from translation project's web site.
2299ff43 232
3c62831e
NC
2332001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
234
235 * configure.in (ALL_LINGUAS): Add 'fr'.
236 * configure: Regernate.
237 * po/fr.po: New file.
238
fcd8210c
AM
2392001-10-03 Alan Modra <amodra@bigpond.net.au>
240
241 * configure: Regenerate.
242
7997656a
AM
2432001-10-02 Alan Modra <amodra@bigpond.net.au>
244
245 * Makefile.am (Makefile): Depend on bfd/configure.in.
246 Run "make dep-am".
247 * Makefile.in: Regenerate.
248
3882b010
L
2492001-09-18 Bruno Haible <haible@clisp.cons.org>
250
251 * gprof.c (main): For gettext, also set the LC_CTYPE locate facet.
252 * sym_ids.c: Include "safe-ctype.h" instead of <ctype.h>.
253 (parse_spec): Use ISDIGIT instead of isdigit.
254
55c80890
AM
2552001-09-18 Alan Modra <amodra@bigpond.net.au>
256
257 * sparc.c (sparc_find_call): Warning fix.
258 * alpha.c (alpha_find_call): Likewise.
259
5789ecea
AM
2602001-08-09 Alan Modra <amodra@bigpond.net.au>
261
262 * alpha.c: Add missing prototypes.
263 * sparc.c: Likewise.
264 * tahoe.c: Likewise.
265 * vax.c: Likewise.
266 * i386.c: Likewise.
267 (i386_iscall): Don't use DEFUN.
268
1b577b00
NC
2692001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
270
271 * NOTES: Rename to README for consistency with other binutils.
272
c45021f2
NC
2732001-06-18 H.J. Lu <hjl@gnu.org>
274
275 * Makefile.am (diststuff): Add $(MANS).
276 (gprof.1): Remove the prefix `$(srcdir)/'.
277 * Makefile.in: Regenerated.
278
279 * gprof.1: Removed.
280
dbdec02b
NC
2812001-06-12 Ben Elliston <bje@redhat.com>
282
283 * gprof.texi (File Format): Profile data files are stored in
284 target byte order, not host byte order.
285
7ee44f74
AO
2862001-05-16 Alexandre Oliva <aoliva@redhat.com>
287
288 * gmon_io.c (gmon_io_read, gmon_io_write_vma,
289 gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust
290 argument list for K&R C.
291
40f90528
AM
2922001-04-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
293
294 * gprof.texi: Put @c man begin and @c man end indications
295 to generate man page using texi2pod and pod2man. Added SEEALSO,
296 SYNOPSIS, BUGS, FILES and DESCRIPTION from original gprof.1
297 enclosed in @ifset man condition.
298 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
299 Generate gprof.1 from gprof.texi.
300 * gprof.1: Generate from gprof.texi.
301 * Makefile.in: Regenerate.
302
0eee5820
AM
3032001-03-13 David Mosberger <davidm@hpl.hp.com>
304
305 * hist.c (hist_dimension): Declare as an array of 16 characters.
306 (hist_read_rec): If SAMPLEDEBUG, print each histogram bin count.
307
308 * basic_blocks.c: Whitespace and formatting changes.
309 * bb_exit_func.c: Ditto.
310 * call_graph.c: Ditto.
311 * call_graph.h: Ditto.
312 * cg_arcs.c: Ditto.
313 * cg_print.c: Ditto.
314 * cg_print.h: Ditto.
315 * corefile.c: Ditto.
316 * corefile.h: Ditto.
317 * gmon_io.c: Ditto.
318 * gmon_io.h: Ditto.
319 * gmon_out.h: Ditto.
320 * gprof.c: Ditto.
321 * hist.c: Ditto.
322 * hist.h: Ditto.
323 * i386.c: Ditto.
324 * search_list.c: Ditto.
325 * search_list.h: Ditto.
326 * source.c: Ditto.
327 * source.h: Ditto.
328 * sym_ids.c: Ditto.
329 * sym_ids.h: Ditto.
330 * symtab.c: Ditto.
331 * symtab.h: Ditto.
332 * tahoe.c: Ditto.
333 * utils.c: Ditto.
334 * vax.c: Ditto.
335
336 * gmon_out.h (gmon_hist_hdr): Delete.
337 (gmon_cg_arc_record): Delete.
338
339 * gmon_io.c (put_vma): Declare "static".
340 (get_vma): Ditto.
341 (gmon_io_write): New function.
342 (gmon_io_write_8): Ditto.
343 (gmon_io_write_32): Ditto.
344 (gmon_io_write_vma): Ditto.
345 (gmon_io_read): Ditto.
346 (gmon_io_read_32): Ditto.
347 (gmon_io_read_vma): Ditto.
348 * basic_blocks.c (bb_read_rec): Use gmon_io_read* / gmon_io_write*
349 to read/write data file in a more portable fashion.
350 (bb_write_blocks): Ditto.
351 * call_graph.c (cg_read_rec): Ditto.
352 (cg_write_arcs): Ditto.
353 * hist.c (hist_read_rec): Ditto.
354 (hist_write_hist): Ditto.
355
356 From Jes Sorensen <jes@linuxcare.com>
357 * gmon_out.h: Use GMON_PTR_SIZE instead of sizeof(char*).
358 * gmon.h: Ditto.
359 * configure.in: Get GMON_PTR_SIZE from existing <sys/gmon_out.h>
360 if it exists.
361 * acconfig.h: New file. Mention and document GMON_PTR_SIZE.
362 * gconfig.h: Regenerate.
363 * configure: Regenerate.
364 * Makefile.in: Regenerate.
365
27b7e12d
AM
3662001-02-27 Alan Modra <alan@linuxcare.com.au>
367
368 * configure.in (BFD_VERSION): New.
369 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
370 * configure: Regenerate.
371 * gconfig.in: Regenerate.
372 * Makefile.am: Run "make dep-am"
373 * Makefile.in: Regenerate.
374
b71c67ab
MS
3752001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
376
377 * basic_blocks.c: #include <unistd.h> only if it exists.
378
cf055d54
NC
3792000-11-06 Nick Clifton <nickc@redhat.com>
380
381 * gprof.texi: Add GNU Free Documentation License.
382
5d64ca4e
L
3832000-09-07 H.J. Lu <hjl@gnu.org>
384
385 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
386 * configure: Rebuild.
387
17a94bb6
AO
3882000-09-06 Alexandre Oliva <aoliva@redhat.com>
389
390 * aclocal.m4, configure: Rebuilt with new libtool.m4.
391
18e03609
NC
3922000-09-02 Nick Clifton <nickc@redhat.com>
393
394 * configure.in: Increase version number to 2.10.91.
395 * configure: Regenerate.
396 * aclocal.m4: Regenerate.
397 * config.in: Regenerate.
398
ac48eca1
AO
3992000-08-31 Alexandre Oliva <aoliva@redhat.com>
400
401 * acinclude.m4: Include libtool and gettext macros from the
402 top level.
403 * aclocal.m4, configure: Rebuilt.
404
028832c5
NC
4052000-07-26 Nick Clifton <nickc@cygnus.com>
406
407 * bb_exit_func.c: Assign copyright to FSF. Note that David
408 Mosberger-Tang <David.Mosberger@acm.org> continuted this code.
409
ef368dac
NC
4102000-07-24 Nick Clifton <nickc@cygnus.com>
411
ef368dac
NC
412 * basic_blocks.c: Add copyright notice.
413 * basic_blocks.h: Add copyright notice.
414 * call_graph.c: Add copyright notice.
415 * call_graph.h: Add copyright notice.
416 * cg_print.c: Add copyright notice.
417 * cg_print.h: Add copyright notice.
418 * corefile.c: Add copyright notice.
419 * corefile.h: Add copyright notice.
420 * gmon_io.c: Add copyright notice.
421 * gmon_io.h: Add copyright notice.
422 * gmon_out.h: Add copyright notice.
423 * hist.c: Add copyright notice.
424 * hist.h: Add copyright notice.
425 * search_list.c: Add copyright notice.
426 * search_list.h: Add copyright notice.
427 * source.c: Add copyright notice.
428 * source.h: Add copyright notice.
429 * sym_ids.c: Add copyright notice.
430 * sym_ids.h: Add copyright notice.
431 * symtab.c: Add copyright notice.
432 * symtab.h: Add copyright notice.
433
28c309a2
NC
4342000-07-05 Kenneth Block <krblock@computer.org>
435
37503931
NC
436 * gprof.c: Add optional style to demangle switch
437 * gprof.texi: Document optional style to demangle switch.
28c309a2 438
302ab118
DD
4392000-06-05 DJ Delorie <dj@redhat.com>
440
441 * MAINTAINERS: new
442
0bdaf48b
AM
4432000-07-01 Alan Modra <alan@linuxcare.com.au>
444
445 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
446 (CLEANFILES): Add DEPA.
447 * Makefile.in: Regenerate.
448
1581f8c9
AM
4492000-06-22 Alan Modra <alan@linuxcare.com.au>
450
451 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
452 find one.
453 * Makefile.in: Regenerate.
454
2ab47eed
AM
4552000-06-20 Alan Modra <alan@linuxcare.com.au>
456
457 * source.c (annotate_source): Correct pointer comparison when
458 checking for backslashes.
459
bcef29e6
L
4602000-06-13 H.J. Lu <hjl@gnu.org>
461
462 * configure: Regenerate.
463
946efd95
DB
4642000-06-08 David O'Brien <obrien@FreeBSD.org>
465
466 * configure.in (VERSION): Update to show this is the CVS mainline.
467
1c29ef45
PB
4682000-06-07 Philippe De Muyter <phdm@macqel.be>
469
470 * source.c: Remove direct inclusion of sys/stat.h.
471
f067e7fb
NC
4722000-05-31 Nick Clifton <nickc@cygnus.com>
473
474 * gprof.h (_): Revert previous delta. We want to use gettext,
475 not dgettext in the _ macro.
476
ce8ff112
AM
4772000-05-29 Alan Modra <alan@linuxcare.com.au>
478
479 * gprof.h (_): Use BFD version.
480
a799cbe2
NC
4812000-05-26 Nick Clifton <nickc@cygnus.com>
482
483 * gprof.c (main): When calling getopt_long indicate that the 'd'
484 switch takes an optional argument, whereas the 'D' switch takes no
485 argument at all.
486
5af11cab
AM
4872000-05-26 Alan Modra <alan@linuxcare.com.au>
488
2114f57b
AM
489 * dep-in.sed: Copy from ../binutils.
490 * Makefile.am: Update dependencies with "make dep-am"
491 * Makefile.in: Regenerate.
492
5af11cab
AM
493 * gprof.h: Remove most nls defines. They are pulled in by
494 bfd/sysdep.h. #include "ansidecl.h" not <ansidecl.h>
495
4962000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
497
498 * gprof.texi: Fix numerous typos. Mention some DOS/Windows related
499 issues.
500
501 * configure.in: Check for setmode function.
502 * configure: Regenerate.
503
504 * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define.
505
506 * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary
507 mode.
508
509 * source.c: Include filenames.h and sys/stat.h.
510 (source_file_lookup_path, source_file_lookup_name): Use
511 FILENAME_CMP to compare file names.
512 (annotate_source) [__MSDOS__]: If "filename-ann" would overwrite
513 "filename", replace the extension with ".ann".
514 [HAVE_DOS_BASED_FILE_SYSTEM]: Support file names with
515 backslashes and drive letters.
516 Use IS_ABSOLUTE_PATH.
517
518 * search_list.h (PATH_SEP_CHAR): Define.
519
520 * search_list.c (search_list_append): Use PATH_SEP_CHAR.
521
522 * hertz.c (HERTZ) [__MSDOS__]: Don't define unless they have
523 neither HAVE_SETITIMER nor HAVE_SYSCONF.
524 [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and
525 HAVE_SYSCONF, try setitimer and fall back on sysconf.
526
a2d91340
AC
527Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
528
529 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
530 --enable-build-warnings option.
531 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
532 * Makefile.in, configure, aclocal.m4: Re-generate.
533
ff096a7c
AO
5342000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
535
536 * gprof.c (copyright): Do not use N_ in array initializer.
537
41b49281
AM
5382000-04-04 Alan Modra <alan@linuxcare.com.au>
539
8ad3436c
AM
540 * po/gprof.pot: Regenerate.
541
542 * gprof.c (usage): Restore translated part of bug string.
543
41b49281
AM
544 * Makefile.am (BASEDIR): Define.
545 (BFDDIR): Define.
546 (INCDIR): Define.
547 (MKDEP): Define.
548 (INCLUDES): Add "-I."
549 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): New targets.
550 (CLEANFILES): Define.
551 Update dependencies.
552 * Makefile.in: Regenerate.
553
5542000-04-03 Alan Modra <alan@linuxcare.com.au>
c20f4f8c
AM
555
556 * gprof.h: #include "bin-bugs.h".
557 * gprof.c (usage): Use REPORT_BUGS_TO.
558
ccb57eba
AM
5592000-03-31 Alan Modra <alan@linuxcare.com.au>
560
561 * symtab.c (symtab_finalize): Don't use post-increment on
c20f4f8c 562 structure copy, to work around a ppc gcc bug.
ccb57eba 563
630376d2
PB
5641999-09-29 Mark Kettenis <kettenis@gnu.org>
565
566 * hertz.h [MACH] (hertz): Remove macro. The
567 <machine/mach_param.h> include doesn't exist on al Mach based
568 systems, and the definition of hertz breaks compilation of hertz.c
569 anyway.
570
0e69fcbc
ILT
5712000-02-22 Ian Lance Taylor <ian@zembu.com>
572
573 From Brad Lucier <lucier@math.purdue.edu>:
574 * i386.c (i386_find_call): Add cast to ensure that printf argument
575 matches format.
576 * tahoe.c (tahoe_find_call): Likewise.
577 * vax.c (vax_find_call): Likewise.
578
305c7206
AM
5792000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
580
581 * utils.c (print_name_only): Don't pass error strings to
582 printf as format arg.
583
2d35e9f6
NC
5841999-09-24 Nick Clifton <nickc@cygnus.com>
585
586 * gmon_io.c (gmon_out_read): Make sure that sensible values
587 are extracted from a raw header.
588
4a607dcc
ILT
5891999-08-06 Ian Lance Taylor <ian@zembu.com>
590
591 From Brad Lucier <lucier@math.purdue.edu>:
592 * corefile.c (core_create_line_syms): Add cast for printf.
593
980e4bf7
ILT
5941999-07-21 Ian Lance Taylor <ian@zembu.com>
595
596 From Mark Elbrecht:
597 * configure.bat: Remove; obsolete.
598
fb57846b
ILT
5991999-07-15 Ian Lance Taylor <ian@zembu.com>
600
601 * configure.in: Bump version number to 2.9.5.
602 * configure: Rebuild.
603
8622e41b
ILT
6041999-07-11 Ian Lance Taylor <ian@zembu.com>
605
606 * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED.
607 * sym-ids.c (non_existent_file): Fully initialize structure.
608
fdcf7d43
ILT
6091999-07-01 Ian Lance Taylor <ian@zembu.com>
610
611 * Many files: Add casts in many print statements to cast bfd_vma
612 values to unsigned long when calling printf.
613 * Makefile.am ($(OBJECTS)): Add gmon.h.
614 * Makefile.in: Rebuild.
615
a53f781e
AS
616Mon Jun 14 10:35:28 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
617
618 * gprof.texi: Fix typo.
619
bd917ff6
ILT
6201999-06-13 Ian Lance Taylor <ian@zembu.com>
621
ffc0eff1 622 From Bob Byrnes <byrnes@curl.com>:
bd917ff6
ILT
623 * cg_dfn.c: Include "libiberty.h"
624 (DFN_INCR_DEPTH): Define instead of DFN_DEPTH.
625 (dfn_stack): Define as pointer rather than array.
626 (pre_visit): Reallocate dfn_stack as needed.
627
252b5132
RH
6281999-04-26 Tom Tromey <tromey@cygnus.com>
629
630 * aclocal.m4, configure: Updated for new version of libtool.
631
6321999-04-06 Ian Lance Taylor <ian@zembu.com>
633
634 * gprof.h (LC_MESSAGES): Never define.
635 * gprof.c (main): Don't pass LC_MESSAGES to setlocale if the
636 system does not define it.
637
6381999-04-05 H.J. Lu <hjl@gnu.org>
639
640 * corefile.c (core_create_line_syms): Don't use fixed size array
641 for prev_name and prev_filename.
642
6431999-04-04 Michael Hohmuth <hohmuth@innocent.com>
644
645 * gprof.h (FF_BSD44): Define.
646 * gmon.h (struct raw_phdr): Add version, profrate, and spare
647 fields unconditionally.
648 (struct old_raw_phdr): New struct.
649 * gprof.c (main): Handle -O 4.4bsd.
650 * gmon_io.c (gmon_out_read): Handle BSD 4.4 format, either
651 automatically or by user specification.
652 (gmon_out_write): Handle BSD 4.4 format.
653 * configure.in: Don't set BSD44_FORMAT.
654 * gprof.texi (Miscellaneous Options): Document -O 4.4bsd.
655 * configure, gconfig.in: Rebuild.
656
657Tue Feb 16 17:01:33 1999 Ian Lance Taylor <ian@cygnus.com>
658
659 * configure.in: Change AC_PREREQ to 2.13. Change AM_PROG_INSTALL
660 to AC_PROG_INSTALL. Remove AM_CYGWIN32. Change AM_EXEEXT to
661 AC_EXEEXT. Add comment to AC_DEFINE.
662 * acconfig.h: Remove.
663 * aclocal.m4: Rebuild.
664 * configure: Rebuild.
665 * Makefile.in: Rebuild.
666 * gconfig.in: Rebuild.
667
668Sun Dec 6 21:57:50 1998 Ian Lance Taylor <ian@cygnus.com>
669
670 * gprof.texi (Symspecs): Mention that you have to add any
671 underscore yourself when naming a symbol.
672
673Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
674
675 * configure.in: detect cygwin* instead of cygwin32*
676 * configure: regenerate
677
678Wed Aug 12 14:59:06 1998 Ian Lance Taylor <ian@cygnus.com>
679
680 Avoid some overflow cases:
681 * basic_blocks.h (bb_min_calls): Change to unsigned long.
682 * call_graph.h (cg_tally): Change count parameter to unsigned
683 long.
684 * cg_arcs.h (Arc): Change count field to unsigned long.
685 (arc_add): Change count parameter to unsigned long.
686 * source.h (Source_File): Change ncalls field to unsigned long.
687 * symtab.h (Sym): Change fields ncalls, bb_calls, and
688 cg.self_calls to unsigned long.
689 * Many files: Update accordingly.
690
691 * configure, Makefile.in, aclocal.m4: Rebuild with current tools.
692
693Fri Jul 10 17:29:49 1998 Stan Cox <scox@equinox.cygnus.com>
694
695 * configure.in (BSD44_FORMAT): Define for cygwin32, win32, mingw32
696 * configure: Rebuild.
697
698Fri Jun 12 13:40:05 1998 Tom Tromey <tromey@cygnus.com>
699
700 * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
701 ($(PACKAGE).pot): Unconditionally depend on POTFILES.
702
703Sun May 10 22:35:33 1998 Jeffrey A Law (law@cygnus.com)
704
705 * po/Make-in (install-info): New target.
706
707Tue May 5 18:28:40 1998 Tom Tromey <tromey@cygnus.com>
708
709 * gprof.h (_): Undefine BFD's version.
710
711Tue Apr 28 19:17:33 1998 Tom Tromey <tromey@cygnus.com>
712
713 * gprof.c (main): Conditionally call setlocale.
714 * gprof.h: Include <locale.h> if HAVE_LOCALE_H.
715 (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
716
717Tue Apr 28 19:50:09 1998 Ian Lance Taylor <ian@cygnus.com>
718
719 * corefile.c: Rename from core.c.
720 * corefile.h: Rename from core.h.
721 * Many .c files: Include corefile.h rather than core.h.
722 * Makefile.am (sources): Change core.c to corefile.c.
723 (noinst_HEADERS): Change core.h to corefile.h.
724 ($(OBJECTS)): Depend upon corefile.h rather than core.h.
725 (corefile.o): Rename target from core.o, depend upon corefile.c.
726 * Makefile.in, po/POTFILES.in: Rebuild.
727
728Mon Apr 27 16:50:40 1998 Ian Lance Taylor <ian@cygnus.com>
729
730 * configure.in: Change version number to 2.9.4
731 * configure: Rebuild.
732
733Wed Apr 22 16:01:17 1998 Tom Tromey <tromey@cygnus.com>
734
735 * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
736
737Wed Apr 22 00:00:22 1998 Tom Tromey <tromey@scribbles.cygnus.com>
738
739 * gprof.h: Added includes and defines for gettext.
740 * configure.in (ALL_LINGUAS): New macro.
741 Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile.
742 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
743 HAVE_LC_MESSAGES): Define.
744 * gprof.c (main): Call setlocale, bindtextdomain, textdomain.
745 * Makefile.am (SUBDIRS): New macro.
746 (INCLUDES): Look in intl dirs for headers. Define LOCALEDIR.
747 (gprof_DEPENDENCIES): Added INTLDEPS.
748 (gprof_LDADD): Added INTLLLIBS.
749 (POTFILES): New macro.
750 (po/POTFILES.in): New target.
751 * Many files: Wrap user-visible strings with gettext invocation.
752
753Tue Apr 7 12:43:37 1998 Ian Lance Taylor <ian@cygnus.com>
754
755 From hjl@lucon.org <H.J. Lu>:
756 * Makefile.am (diststuff): New target.
757 * Makefile.in: Rebuild.
758
759Mon Mar 30 12:47:48 1998 Ian Lance Taylor <ian@cygnus.com>
760
761 * configure.in: Set version to 2.9.1.
762 * configure: Rebuild.
763
764 * Branched binutils 2.9.
765
766Sat Mar 28 23:09:08 1998 Ian Lance Taylor <ian@cygnus.com>
767
768 Fix some gcc -Wall warnings:
769 * cg_arcs.c (num_cycles): Change to unsigned int.
770 (numarcs): Likewise.
771 (arc_add): Change maxarcs to unsigned int.
772 (cg_assemble): Change index to unsigned int.
773 * cg_arcs.h (num_cycles, numarcs): Update declarations.
774 * cg_print.c (cg_print): Change index to unsigned int.
775 (cg_print_index): Change index, nnames, todo, i, and j to unsigned
776 int.
777 (cg_print_file_ordering): Change symbol_count and index2 to
778 unsigned int.
779 * core.c (symbol_map_count): Change to unsigned int.
780 (core_create_function_syms): Change j to unsigned int.
781 (core_create_line_syms): Add cast to avoid warning.
782 * hist.c (hist_assign_samples): Change j to unsigned int.
783 (hist_print): Change index to unsigned i nt. Add cast to avoid
784 warning.
785 * sym_ids.c (parse_spec): Add casts to avoid warning.
786 * symtab.c (symtab_finalize): Change j to unsigned int.
787 (sym_lookup): Update printf format strings.
788 * symtab.h (Sym_Table): Change len to unsigned int.
789 * tahoe.c (tahoe_reladdr): Add casts to avoid warnings.
790
791Tue Mar 24 19:00:11 1998 Ian Lance Taylor <ian@cygnus.com>
792
793 Add --demangle and --no-demangle options:
794 * gprof.h (demangle): Declare.
795 * gprof.c (demangle): New global variable.
796 (OPTION_DEMANGLE, OPTION_NO_DEMANGLE): Define.
797 (long_options): Add "demangle" and "no-demangle".
798 (usage): Mention --demangle and --no-demangle.
799 (main): Handle OPTION_DEMANGLE and OPTION_NO_DEMANGLE.
800 * utils.c (print_name_only): Only demangle symbol name if demangle
801 is true.
802 * gprof.texi (Output Options): Document new options.
803
804Fri Mar 20 19:21:56 1998 Ian Lance Taylor <ian@cygnus.com>
805
806 * Makefile.in: Rebuild with automake 1.2e.
807 * aclocal.m4, configure: Rebuild with libtool 1.2.
808
809Thu Feb 12 14:36:05 1998 Ian Lance Taylor <ian@cygnus.com>
810
811 * gprof.c (usage): Update bug-gnu-utils address.
812
813Sat Feb 7 15:43:12 1998 Ian Lance Taylor <ian@cygnus.com>
814
815 * configure, aclocal.m4: Rebuild with new libtool.
816
817Fri Feb 6 12:02:28 1998 Ian Lance Taylor <ian@cygnus.com>
818
819 * alpha.c (alpha_Instruction): Use int, not signed.
820
821Fri Feb 6 02:00:19 1998 Jeffrey A Law (law@cygnus.com)
822
823 * core.c (core_init): Adding missing "break".
824
825Thu Feb 5 12:49:37 1998 Ian Lance Taylor <ian@cygnus.com>
826
827 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
828
829Tue Feb 3 14:25:25 1998 Brent Baccala <baccala@freesoft.org>
830
831 * bbconv.pl: New file.
832 * Makefile.am (EXTRA_DIST): Add bbconv.pl.
833 * Makefile.in: Rebuild.
834
835 * gprof.texi: Extensive additions to document all arguments and
836 output formats.
837
838 * symtab.c (symtab_finalize): Prefer function symbols over line
839 symbols.
840 (dbg_sym_lookup): Correct debugging messages.
841
842 * gprof.c (main): --sum implies --line.
843
844 * cg_print.c (cg_print): When doing line by line profiling, don't
845 use a non-function as a main listing item.
846
847 * call_graph.c (cg_tally): When using line by line profiling, use
848 the function symbol as the child.
849
850 * symtab.h (NBBS): Define.
851 (Sym): Add bb_addr and bb_calls fields.
852 * basic_blocks.c (bb_read_rec): Save multiple basic blocks per
853 symbol.
854 (bb_write_blocks): Adjust for multiple basic blocks per symbol.
855 (print_exec_counts): Don't check whether a symbol is the start of
856 a basic block. Print all basic blocks for a symbol.
857 (annotate_with_count): Rewrite to print all basic block counts and
858 to pay attention to width argument.
859 (print_annotated_source): Don't check whether symbol is the start
860 of a basic block.
861
862 Make it possible to build a cross gprof, although a few cases are
863 still not handled:
864 * configure.in: Don't set MY_TARGET.
865 * gprof.h: Don't include MACHINE_H. Don't define FOPEN_RB or
866 FOPEN_WB; just get them from sysdep.h.
867 * core.h (min_insn_size, offset_to_code): Declare.
868 * core.c (MIN_INSN_SIZE): Don't define.
869 (min_insn_size, offset_to_code): New variables.
870 (core_init): Initialize min_insn_size and offset_to_code.
871 (find_call): New function.
872 (core_create_line_syms): Don't use min_dist. Set is_static in
873 pass 2.
874 * hist.c (UNITS_TO_CODE): Define.
875 * gprof.c (default_excluded_list): Add "__mcount_internal".
876 * gmon.h: Change TARGET_alpha to __alpha__.
877 * hertz.h: Ifdef MACH, define hertz as HZ.
878 * alpha.c (alpha_Instruction): Rename from Instruction. Change
879 all references.
880 (alpha_find_call): Rename from find_call.
881 * alpha.h: Remove.
882 * dummy.c, dummy.h: Remove.
883 * i386.c (i386_iscall): Rename from iscall. Change all
884 references. Check for call instruction, not jump or lcall.
885 (i386_find_call): Rename from find_call. Correct for VMA.
886 Correct call destination computation. Don't dereference symbol if
887 it is NULL.
888 * i386.h: Remove.
889 * ns532.c, ns532.h: Remove.
890 * sparc.c (CALL): Define.
891 (sparc_find_call): Rename from find_call.
892 * sparc.h: Remove.
893 * tahoe.c: Include cg_arcs.h, core.h, hist.h, and symtab.h. Don't
894 include time_host.h.
895 (CALLF, PC): Define.
896 (enum tahoe_opermodes, tahoe_operandenum): Define. Rename all
897 references to opermodes or operandenum to these.
898 (tahoe_operandmode): Rename from operandmode. Call abort if
899 switch does not return.
900 (tahoe_operandname): Rename from operandname. Call abort if
901 switch does not return.
902 (tahoe_operandlength): Rename from operandlength. Call abort if
903 switch does not return.
904 (tahoe_reladdr): Rename from reladdr.
905 (tahoe_find_call): Rename from find_call. Use core_text_space
906 rather than textspace.
907 * tahoe.h: Remove.
908 * vax.c (CALLS, PC): Define.
909 (enum opermodes, operandenum, struct modebyte): Define.
910 (vax_operandmode): Rename from operandmode. Call abort if switch
911 does not return.
912 (vax_operandname): Rename from operandname. Call abort if switch
913 does not return.
914 (vax_operandlength): Rename from operandlength. Call abort if
915 switch does not return.
916 (vax_reladdr): Rename from reladdr.
917 (vax_find_call): Rename from find_call.
918 * vax.h: Remove.
919 * Makefile.am (AUTOMAKE_OPTIONS): Set to cygnus.
920 (MY_TARGET): Remove.
921 (INCLUDES): Remove -DTARGET_$(MY_TARGET) and -DMACHINE_H=
922 \"$(MY_TARGET).h\".
923 (gprof_SOURCES): Add i386.c, alpha.c, vax.c, tahoe.c, sparc.c.
924 (gprof_DEPENDENCIES): Remove $(MY_TARGET).o.
925 (gprof_LDADD): Likewise.
926 (noinst_HEADERS): Remove alpha.h, i386.h, ns532.h, sparc.h,
927 tahoe.h, vax.h, dummy.h.
928 (EXTRA_DIST): Remove alpha.c, i386.c, ns532.c, sparc.c, tahoe.c,
929 vax.c, dummy.c.
930 ($(OBJECTS)): Don't depend upon $(MY_TARGET).h.
931 ($(MY_TARGET).o): Remove target.
932 (i386.o, alpha.o, vax.o, tahoe.o, sparc.o): New targets.
933 * configure, Makefile.in, aclocal.m4: Rebuild.
934
935Mon Dec 29 14:17:08 1997 Ian Lance Taylor <ian@cygnus.com>
936
937 * core.c (core_sym_class): Treat weak symbols as text symbols.
938 From Dean Gaudet <dgaudet@arctic.org>.
939
940Wed Sep 24 11:35:43 1997 Ian Lance Taylor <ian@cygnus.com>
941
942 * aclocal.m4: Rebuild with new libtool.
943 * Makefile.in: Rebuild with current automake.
944 * configure: Rebuild.
945
946Sat Aug 9 16:25:01 1997 Ian Lance Taylor <ian@cygnus.com>
947
948 * configure.in: Change version number to 2.8.2. Call
949 AM_PROG_LIBTOOL. Remove shared library handling; now handled by
950 libtool. Add AM_CONFIG_HEADER. Change AC_PROG_INSTALL to
951 AM_PROG_INSTALL. Add AM_EXEEXT.
952 * Makefile.am (LINK): Remove.
953 (gprof_LDFLAGS): Remove
954 (gprof_DEPENDENCIES): Change libbfd.a to libbfd.la.
955 (gprof_LDADD): Likewise.
956 ($(OBJECTS)): Depend upon gconfig.h and ../bfd/config.h.
957 * gprof.h: Undefine PACKAGE and VERSION after including BFD
958 sysdep.h file, then include new gconfig.h file.
959 * gprof.c (VERSION): Don't define.
960 * acconfig.h: New file.
961 * stamp-h.in: New file.
962 * gconfig.in: New file, created by autoheader.
963 * Makefile.in, configure, aclocal.m4: Rebuild.
964
965Sat Jun 28 23:20:42 1997 Ian Lance Taylor <ian@cygnus.com>
966
967 * aclocal.m4, configure, Makefile.in: Rebuild with automake 1.2.
968
969Mon Jun 16 15:31:39 1997 Ian Lance Taylor <ian@cygnus.com>
970
971 * Makefile.am (INCLUDES): Add -DDEBUG.
972 * Makefile.in: Rebuild.
973
974Tue Apr 15 14:19:30 1997 Ian Lance Taylor <ian@cygnus.com>
975
976 Change to use automake:
977 * Makefile.am: New file.
978 * configure.in: Run AM_INIT_AUTOMAKE, AM_MAINTAINER_MODE, and
979 AM_CYGWIN32.
980 * aclocal.m4: New file, created by aclocal.
981 * Makefile.in: Replace with file created by automake --cygnus.
982 * configure: Rebuild.
983
984Thu Apr 3 13:21:25 1997 Ian Lance Taylor <ian@cygnus.com>
985
986 * gprof.c (VERSION): Define as "2.8.1".
987
988 * Branched binutils 2.8.
989
990Thu Mar 27 17:15:23 1997 Ian Lance Taylor <ian@cygnus.com>
991
992 * gprof.c (main): Correct copyright message.
993
994Mon Mar 24 11:12:26 1997 Ian Lance Taylor <ian@cygnus.com>
995
996 * Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling.
997 * gmon.h: Use bytes counts rather than sizeof in struct raw_phdr
998 and struct raw_arc.
999
1000Mon Mar 17 10:54:47 1997 David Mosberger-Tang <davidm@azstarnet.com>
1001
1002 * cg_arcs.c (arc_add): memset() newly alloced arc to ensure
1003 all fields are initialized with 0.
1004
1005Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>
1006
1007 * symtab.h (find_call): Declare.
1008 * cg_arcs.c (cg_assemble): Don't declare find_call.
1009 * hist.c (scale_and_align_entries): Declare.
1010
1011Thu Feb 27 12:46:53 1997 Ian Lance Taylor <ian@cygnus.com>
1012
1013 * configure.in: Define BSD44_FORMAT if the target looks like a
1014 BSD4.4 derived system.
1015 * configure: Rebuild.
1016 * Makefile.in (.c.o): Add @DEFS@.
1017 * gmon_io.c (gmon_out_read): In BSD44_FORMAT code, get profrate
1018 from profrate field, not version field.
1019
1020Thu Jan 16 17:42:54 1997 Ian Lance Taylor <ian@cygnus.com>
1021
1022 * dummy.c (find_call): Clear ignore_direct_calls.
1023
1024Tue Dec 31 15:44:10 1996 Ian Lance Taylor <ian@cygnus.com>
1025
1026 * Makefile.in (.c.o): Add -D_GNU_SOURCE. Put $(CFLAGS) at the
1027 end.
1028 (gprof): Put $(CFLAGS) after the other options.
1029
1030Tue Nov 26 17:08:38 1996 Ian Lance Taylor <ian@cygnus.com>
1031
1032 * configure: Rebuild with autoconf 2.12.
1033
1034Wed Oct 2 15:23:16 1996 Ian Lance Taylor <ian@cygnus.com>
1035
1036 * sparc.c (find_call): Align p_lowpc to avoid bus error.
1037
1038Tue Oct 1 15:58:10 1996 Ian Lance Taylor <ian@cygnus.com>
1039
1040 * gprof.c (usage): Print bug report address.
1041 (main): Change version printing to match current GNU standards.
1042
1043Fri Aug 30 12:16:11 1996 Ian Lance Taylor <ian@cygnus.com>
1044
1045 * gmon.h: Replace #elif with #else/#endif.
1046
1047Thu Aug 29 17:04:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1048
1049 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
1050 * configure: Regenerate.
1051
1052Thu Aug 22 17:12:30 1996 Ian Lance Taylor <ian@cygnus.com>
1053
1054 * configure.in: Set and substitute HLDENV.
1055 * configure: Rebuild.
1056 * Makefile.in (HLDENV): New variable.
1057 (gprof): Use $(HLDENV).
1058
1059Wed Aug 7 14:43:51 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
1060
1061 * core.c (read_function_mappings): Cast xmalloc return.
1062
1063Thu Jul 4 12:01:42 1996 Ian Lance Taylor <ian@cygnus.com>
1064
1065 * gprof.c (VERSION): Define as "2.7.1".
1066
1067 * Released binutils 2.7.
1068
1069 * bb_exit_func.c: Rename from __bb_exit_func.c, so that it can be
1070 stored on a System V file system.
1071
1072Thu Jun 27 11:36:22 1996 Ian Lance Taylor <ian@cygnus.com>
1073
1074 * configure.in: Call AC_ISC_POSIX.
1075 * configure: Rebuild.
1076 * Makefile.in (gprof): Pass $(CFLAGS) during link.
1077 * hertz.c: Don't include <sys/time.h>; let sysdep.h handle that.
1078 If HAVE_SETITIMER is not defined, try using sysconf.
1079
1080Mon Jun 24 18:27:28 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1081
1082 * Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,
1083 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1084 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1085 (AC_PROG_INSTALL): added.
1086 * configure: Rebuilt.
1087
1088Mon Jun 24 12:03:09 1996 Ian Lance Taylor <ian@cygnus.com>
1089
1090 * configure.in: On alpha*-*-osf*, link against libbfd.a if not
1091 using shared libraries.
1092 * configure: Rebuild with autoconf 2.10.
1093
1094Tue Jun 18 17:35:58 1996 Ian Lance Taylor <ian@cygnus.com>
1095
1096 * core.c (core_create_line_syms): Use xstrdup rather than strdup.
1097 * source.c (source_file_lookup_path): Likewise.
1098
1099Mon Apr 8 14:44:33 1996 Ian Lance Taylor <ian@cygnus.com>
1100
1101 * configure.in: Permit --enable-shared to specify a list of
1102 directories.
1103 * configure: Rebuild.
1104
1105Thu Mar 21 17:18:25 1996 Ian Lance Taylor <ian@cygnus.com>
1106
1107 * core.c (core_create_function_syms): Move filename and func_name
1108 inside ifdef where they are used.
1109
1110 * core.c (core_sym_class): Parenthesize && within ||.
1111 * symtab.c (symtab_finalize): Correct parenthesization.
1112
1113 * cg_print.h (cg_print_file_ordering): Declare.
1114 (cg_print_function_ordering): Declare.
1115
1116 * __bb_exit_func.c (__bb_exit_func): Replace bcopy with memcpy.
1117 * cg_arcs.c (arc_add): Likewise.
1118 * cg_print.c (cg_print_function_ordering): Likewise.
1119
1120Thu Mar 21 17:02:02 1996 David Mosberger-Tang <davidm@azstarnet.com>
1121
1122 * gprof.c (default_excluded_list): Add "__mcount".
1123
1124 * gprof.c (main): Change ifdef __osf__ to __alpha__.
1125
1126 * gmon_io.c (gmon_out_read): If BSD44_FORMAT is defined, get the
1127 profiling rate from the header.
1128
1129 * gmon.h (struct raw_phdr): Only include pad if both __alpha__ and
1130 __osf__ are defined. Add new fields if BSD44_FORMAT is defined.
1131
1132 * alpha.h (MIN_INSN_SIZE): Define.
1133 * core.c (MIN_INSN_SIZE): If not defined, define as 1.
1134 (core_sym_class): Ignore debugging symbols.
1135 (core_create_line_syms): Use MIN_INSN_SIZE when gathering line
1136 information.
1137
1138Wed Mar 20 18:15:47 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1139
1140 * cg_print.c (cg_print_function_ordering): Fix __GNUC__ misspelled
1141 as __GNU_C__.
1142 (order_and_dump_functions_by_arcs): Likewise.
1143
1144Tue Mar 12 12:19:50 1996 Ian Lance Taylor <ian@cygnus.com>
1145
1146 * configure: Rebuild with autoconf 2.8.
1147
1148Sun Feb 18 15:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
1149
1150 * configure.in: Check for 'do not mix' from native linker before
1151 trying to use -rpath.
1152 * configure: Rebuild.
1153
1154Tue Feb 13 15:32:53 1996 Ian Lance Taylor <ian@cygnus.com>
1155
1156 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.
1157 * configure: Rebuild.
1158
1159Wed Feb 7 14:03:17 1996 Ian Lance Taylor <ian@cygnus.com>
1160
1161 * configure.in: Don't set CC. Look for --enable-shared. Set
1162 BFDLIB and HLDFLAGS and substitute them.
1163 * configure: Rebuild.
1164 * Makefile.in (LIBS): Use @BFDLIB@.
1165 (HLDFLAGS): New variable.
1166 (gprof): Use $(HLDFLAGS).
1167
1168Mon Feb 5 16:34:44 1996 Ian Lance Taylor <ian@cygnus.com>
1169
1170 Support for building bfd and opcodes as shared libraries, based on
1171 patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
1172 * Makefile.in (LIBDEPS): New variable.
1173 (LIBS): Use -L../bfd -lbfd.
1174 (gprof): Depend upon $(LIBDEPS) rather than $(LIBS).
1175
1176Sat Dec 30 10:11:03 1995 Jeffrey A Law (law@cygnus.com)
1177
1178 * gprof.c (long_options): Add "--function-ordering" and
1179 "--file-ordering" options.
1180 (usage): Add new options to usage message.
1181 (main): Handle new options.
1182 * gprof.h (STYLE_FUNCTION_ORDER): Define.
1183 (STYLE_FILE_ORDER): Define.
1184 (function_mapping_file): Declare.
1185 * cg_arcs.c (arcs, numarcs): New globals.
1186 (arc_add): Put new arcs into the arc array so the function/file
1187 ordering code can examine them.
1188 * cg_arcs.h (struct arc): New field "has_been_placed".
1189 (arcs, numarcs): Declare new globals.
1190 * core.c (symbol_map, symbol_map_count): New globals.
1191 (read_function_mappings): New function to read in a function
1192 to object map file.
1193 (core_init): Call read_function_mappings if a function mapping
1194 file exists.
1195 (core_create_function_syms): Handle function to object file
1196 mappings.
1197 * symtab.h (struct sym): New fields "mapped", "has_been_placed",
1198 "nuses", "prev".
1199 * cg_print.c (cmp_arc_count): New function for sorting arcs.
1200 (cmp_fun_nuses): Likewise for functions.
1201 (cg_print_function_ordering): New function to print a suggested
1202 function ordering.
1203 (cg_print_file_ordering): Likewise for ordering .o files.
1204 (order_and_dump_functions_by_arcs): Helper function for function
1205 and object file ordering code.
1206
1207Sun Dec 24 21:32:27 1995 Jeffrey A Law (law@cygnus.com)
1208
1209 * core.c (core_sym_class): Ignore symbols without BSF_FUNCTION
1210 set if ignore_non_function is set.
1211 * gprof.h (ignore_non_functions): Declare.
1212 * gprof.c (ignore_non_functions): Define.
1213 (long_options): Add "ignore-non-functions".
1214 (usage): Add new options.
1215 (main): Recognize "-D" and "--ignore-non-functions" option.
1216
1217Tue Nov 21 13:24:39 1995 Ken Raeburn <raeburn@cygnus.com>
1218
1219 * Makefile.in (.m.c): Strip out directory name from function
1220 name.
1221
1222 * hist.c (scale_and_align_entries): Don't use DEFUN_VOID. Do
1223 UNITS_TO_CODE adjustment unconditionally; compiler can optimize
1224 away zero-offset case. Refer to scaled_addr, not aligned_addr.
1225
1226 * vax.c: Don't include vax.h here.
1227
1228Thu Nov 16 03:41:37 1995 Ken Raeburn <raeburn@cygnus.com>
1229
1230 Version 2.6 released.
1231
1232Wed Nov 8 11:40:04 1995 Ian Lance Taylor <ian@cygnus.com>
1233
1234 * gprof.c (main): Cast getenv return value.
1235
1236Mon Nov 6 15:05:00 1995 Ken Raeburn <raeburn@cygnus.com>
1237
1238 * Makefile.in (TAGS): New target.
1239
1240Wed Nov 1 12:51:21 1995 Per Bothner <bothner@kalessin.cygnus.com>
1241
1242 * Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.
1243 (all): Depend on $(GEN_FILES), not diststuff (which also depends
1244 on info).
1245
1246Wed Nov 1 15:23:15 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
1247
1248 * sym_ids.c: Include <ctype.h>.
1249
1250Wed Oct 25 13:24:31 1995 Per Bothner <bothner@kalessin.cygnus.com>
1251
1252 * Makefile.in (diststuff): Also make info.
1253 (mostlyclean): Don't remove gprof.info*.
1254 (maintainer-clean realclean): Also remove *.info*.
1255
1256Fri Oct 6 16:25:32 1995 Ken Raeburn <raeburn@cygnus.com>
1257
1258 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1259
1260 * Makefile.in: Add dependecies for $(OBJS) on header files.
1261
1262 * cg_print.c (print_cycle, print_members, cg_print_index): Fix new
1263 style output format to make it consistent.
1264 * dummy.c (find_call): Fix typo in error message.
1265
1266Wed Sep 20 13:21:02 1995 Ian Lance Taylor <ian@cygnus.com>
1267
1268 * Makefile.in (maintainer-clean): New target, synonym for
1269 realclean.
1270
1271Fri Sep 8 14:38:08 1995 Ian Lance Taylor <ian@cygnus.com>
1272
1273 * Makefile.in (install): Don't install in $(tooldir).
1274
1275Fri Aug 25 15:30:05 1995 Ken Raeburn <raeburn@cygnus.com>
1276
1277 NS32K changes from Ian Dall:
1278 * configure.in: Use ns32k, not ns532.
1279 * ns532.c: Include symtab.h.
1280 (find_call): Renamed from findcall. Print a message.
1281 * ns532.h: Remove dummy.h comments.
1282
1283Tue Aug 22 10:00:45 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1284
1285 * Makefile.in (install): Remove "brokensed" hack, unnecessary now
1286 that we're using autoconf.
1287
1288Wed Jul 19 18:46:13 1995 Fred Fish <fnf@cygnus.com>
1289
1290 * core.c (get_src_info): Cast arg 7 of bfd_find_nearest_line
1291 to proper type of "unsigned int *".
1292
1293Fri Jun 16 15:29:36 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1294
1295 * configure.in: Use changequote around use of [].
1296
1297Mon Jun 12 12:14:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1298
1299 * Makefile.in (distclean, realclean): Remove config.cache and
1300 config.log.
1301
1302Wed May 17 17:56:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1303
1304 * Makefile.in (Makefile): Added config.status to dependency list.
1305 (config.status): New target.
1306 (SHELL): New definition.
1307
1308Tue Apr 25 21:11:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1309
1310 * Makefile.in (install): Depend on "all".
1311
1312Thu Apr 20 17:29:07 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1313
1314 * Makefile.in: Change all references to MY_MACHINE to MY_TARGET,
1315 to match configure script.
1316
1317Wed Apr 19 11:19:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1318
1319 * gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
1320 comment emitted by this script to gen-c-prog.awk.
1321
1322 * Makefile.in, configure.in: Converted to use autoconf.
1323 * configure: New file, generated with autoconf 2.3.
1324 * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc,
1325 mt-tahoe, mt-vax}: Removed.
1326
1327Mon Mar 13 21:44:24 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1328
1329 * __bb_exit_func.c: New file, from David Mosberger-Tang.
1330
1331 Thu Feb 9 16:56:07 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1332
1333 * All *.c: More cleanup towards GNU format.
1334
1335 * gmon_out.h (struct gmon_hist_hdr, struct gmon_cg_arc_record):
1336 replaced sizeof (bfd_vma) by size (char*) because Ken tells me
1337 that bfd_vma is only guaranteed to be at least as big as a pointer.
1338
1339 (GMON_Record_tag): added explicit enumeration values to ensure
1340 compatibility across compilers.
1341
1342 * gmon_io.c (get_vma, put_vma): replaced sizeof(bfd_vma) by
1343 sizeof(char*).
1344
1345Tue Feb 7 17:24:12 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1346
1347 * All *.c and *.h files: Ran "indent -gnu". Cleaned up a couple
1348 of constructs GNU indent couldn't handle. Block comments not yet
1349 rewritten in GNU format.
1350
1351 * gprof.c (VERSION): Changed to 2.6, to get in sync for next
1352 binutils release.
1353
1354Sun Feb 5 16:19:46 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1355
1356 * symtab.c (symtab_finalize): ensure globals symbols really
1357 are favored over static ones---even if their name looks less
1358 preferable; this is important for HP-UX; for example, there
1359 is a static label Ltext_something that aliases the global
1360 symbol _start
1361
1362 * hist.c (hist_print): auto-scaling is now in effect for FSF-style
1363 output only; also, auto-scaling is now performed based on
1364 per-call, rather than total execution time, which is what it was
1365 meant to be.
1366
1367 * gprof.h (File_Format): new type.
1368
1369 * gprof.c (VERSION): upped to 2.7---seems to be completely out of
1370 sync with Cygnus version numbers though...
1371
1372 (long_options): renamed --gmon-info to --file-info, --width added,
1373 renamed --old-file-format to --file-format
1374 (main): dito; also added support to read prof files, but as
1375 mon_out_read() is not implemented, it's #ifdef'd out for now
1376
1377 (usage): update to reflect new options.
1378
1379 * gmon_io.c: replaced "old_file_format" by more general
1380 "file_format" option
1381
1382 * gmon.h (struct raw_phdr): fixed declaration for OSF/1.
1383
1384 * core.c (core_sym_class): added back check for __gnu_compiled and
1385 ___gnu_compiled for the benefit of systems without
1386 bfd_find_nearest_line() support
1387
1388 (get_src_info): now the libbfd is fixed, invoke bfd_find_nearest_line()
1389 with section-relative addresses
1390
1391 (core_create_function_syms): get_src_info() calls are currently
1392 enabled for OSF/1 only. It appears to work allright for SunOS
1393 4.1.x as well, but on SPARCs it gets painfully slow with the
1394 current implementation of aout_32_find_nearest_line();
1395 unfortunately, this means that static functions will not have their
1396 filename printed in the call-graph function index; line-level
1397 profiling should still work, but requires some patience
1398
1399 * cg_print.c (cg_print_index): sanitised printing of index when
1400 using FSF-style output; in particular, output width is now controlled
1401 via option --width and the function tries hard to keep columns
1402 aligned even in the presence of (occasional) long names
1403
1404 * NOTES: a first shot at updating the documentation.
1405
1406Wed Feb 1 19:07:44 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1407
1408 * core.c (core_create_function_syms): fixed computation of min_vma
1409 and max_vma.
1410
1411 * *.c: removed rcsid.
1412
1413Tue Jan 31 16:18:18 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1414
1415 * Lots of changes from David Mosberger-Tang:
1416
1417 Tue Oct 25 19:20:14 1994 David Mosberger-Tang <davidm@piston.cs.arizona.edu>
1418
1419 * gprof.c (main): put parentheses around & within &&.
1420
1421 * basic_blocks.c (bb_read_rec): print warning message (once) when
1422 ignoring basic-block execution counts.
1423
1424 * source.c (source_file_lookup_name): corrected second argument to
1425 strcmp().
1426
1427 * hist.c (print_header): merged Fri Oct 21 18:58:02 1994 change by
1428 Ken Raeburn <raeburn@cujo.cygnus.com> from binutils-2.5.1.
1429
1430 * gmon_io.c (gmon_out_read): the output stule STYLE_GMON_INFO is now
1431 supported both for old and new (versioned) gmon.out files. Old
1432 files are identified as version 0.
1433
1434 * gmon.h (struct raw_arc): count field is now sizeof(long) bytes
1435 long (instead of 4) because that is what OSF/1 v3.0 uses.
1436
1437 * core.c: minor fixes and debugging info changes.
1438
1439 Sun Sep 11 18:47:47 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1440
1441 * core.c (core_init): if .text cannot be found, try $CODE$ (the
1442 name of the text-section under HP-UX).
1443
1444 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
1445 points one past the last sampling bin, so hist_scale should be
1446 computed as "hist_scale /= hist_num_bins", not "hist_scale /=
1447 hist_num_bins - 1".
1448
1449 * gmon_io.c, hist.c, hist.h: renamed hist_num_samples to
1450 hist_num_bins.
1451
1452 * configure.in: added alpha-*-*) for per-target config.
1453
1454 * alpha.c, alpha.h: created.
1455
1456 * gprof.c (default_excluded_list): <locore>, <hicore> added.
1457
1458 * core.c (core_create_function_syms, core_create_line_syms):
1459 explicitly keep two sentinels "<locore>" and "<hicore>" that catch
1460 all addresses outside the text-space. Thus, sym_lookup(&symtab,
1461 addr) continues to guarantee not to return 0 on any address. It
1462 also avoids incorrectly crediting the first/last symbol in the
1463 text-space.
1464
1465 * core.c (core_create_line_syms): always create function symbols
1466 first, then merge in line symbols; this is so that if parts of the
1467 program were compiled without -g, function-level symbols are
1468 available still.
1469
1470 * utils.c (print_name_only): support for print_path added.
1471
1472 * symtab.c (cmp_addr): also use is_func flag in comparison.
1473 (symtab_finalize): return immediately when table empty; now
1474 more careful about getting rid of the right duplicate symbol.
1475
1476 * sparc.c (find_call): many fixes---this function was rather
1477 botched in binutils-2.4 already; it should work again.
1478
1479 * source.c (source_file_lookup_path): PATH is now strdup'ed (it is
1480 not good to rely on get_src_info() to return distinct string
1481 pointers).
1482
1483 * search_list.c (search_list_append): added cast for xmalloc().
1484
1485 * hist.c: added explicit initialization to some of the global
1486 variables; fixed SItab (scales were off by a factor of 10).
1487
1488 * hist.h: include of bfd.h added.
1489
1490 * gprof.c, gprof.h (print_path): added.
1491
1492 * gprof.h (MAX): fixed.
1493
1494 * gmon_out.h: renamed gmon_time_hist_hdr to gmon_hist_hdr.
1495
1496 * gmon_io.c: added some casts to (long) so we can always print as %lx
1497
1498 * core.c (core_get_text_space): fixed to make it work.
1499
1500 * cg_print.c (cg_print_index): added support for print_path option.
1501
1502 * cg_dfn.h (cg_dfn): wrap prototype in PARAMS().
1503
1504 * call_graph.c, gmon_io.c, hist.c: avoid taking address of array
1505 as some compilers complain (e.g., DEC's OSF/1 compiler)
1506
1507 * basic_blocks.c, gmon_io.c, hist.c, source.c, sym_ids.c,
1508 symtab.c: calls to memset() had 2nd and 3rd args reversed.
1509
1510 Sat Sep 10 21:53:13 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1511
1512 * gprof.c: added "_mcount" to default_excluded_list.
1513 (main): if output_style==0 and there is either a histogram or a
1514 call-graph, always generate flat and call-graph, no matter what
1515 line_granularity is set to.
1516
1517 * source.c (source_file_lookup_name): if searching for sf->name
1518 fails, try again with filename obtained after stripping off any
1519 partial path from sf->name.
1520
1521 * gprof.h (SRCDEBUG): added.
1522
1523 * search_list.c (search_list_append): directories were added in wrong
1524 order.
1525
1526 * reimplemented selection mechanism from ground up; it is now possible
1527 to accurately control what gets included/excluded in each of the
1528 output styles; a "symbol-specification" (spec) is the basic means
1529 to select a set of symbols; a spec has the syntax:
1530
1531 spec == (FILENAME:(FUNCNAME|LINE_NUM) | NAME).
1532 arc == spec/spec.
1533
1534 any of the terminal symbols can be empty, in which case they
1535 match anything (wildcards). NAME is interpreted as a FILENAME
1536 if it contains a dot (e.g., foo.c), as LINE_NUM if it starts
1537 with a digit, and as FUNCNAME otherwise.
1538
1539 For example, to get a call-graph display that ignores arcs
1540 from foo() to bar(), you'd say "--no-graph=foo/bar"; to
1541 show only arcs into bar() (no matter what the caller),
1542 you'd say "--graph=/bar"; and to get a call-graph without
1543 any arc info, you'd say "--graph=/"; similarly, to
1544 get a flat profile without mcount, you'd say "--no-flat=mcount"
1545 and to get a flat profile that shows includes all functions
1546 you'd say "--flat=""" (i.e., an empty spec)
1547
1548 * hist.c (hist_print): top_time wasn't initialized to 0.0.
1549
1550 Fri Sep 9 01:10:21 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1551
1552 * gmon_out.h: all headers now declared in terms of characters
1553 to avoid getting into trouble with different compilers introducing
1554 different amount of padding; the code already accessed the fields
1555 through bfd functions, so that didn't have to change.
1556
1557 * hist.c (hist_read_rec, hist_write_rec): added support for
1558 collection pc histograms measuring quantities other than time;
1559 the histogram header now includes a field that specifies the
1560 dimension of the quantity measured by the histogram bins
1561 (normally, this is "seconds", but other meaningful dimensions
1562 include such things as "I-cache misses", "instruction issue stalls"
1563 etc.); there is also a field to specify a one-character
1564 abbreviation for the dimension; in the case of time, this would
1565 be 's'; in most other cases it probably would be '1' (not a physical
1566 dimension).
1567
1568 Thu Sep 8 16:05:08 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1569
1570 * gprof.c, gmon_io.[ch]: BSD_COMPATIBLE is gone and new_file_version
1571 has become old_file_version; gmon_io.c now always supports old-style
1572 gmon.out files; it first tries to read gmon.out as a new version
1573 file, if that fails, it tries to read it in the old format;
1574 although not very likely, it is possible for gprof to mistake an
1575 old-style file as a new one (the first 4 bytes would have to
1576 be "gmon"---including the trailing '\0'); in that case, it is
1577 necessary to specify --old-file-version
1578
1579 * gprof.h: removed dependency on SYSV; the code now always uses
1580 strrchr(), memset(), and memcpy() and does not include either
1581 of string.h or strings.h; this should make gprof compile on
1582 any (Unix) system without configuration (per suggestion of
1583 raeburn@cygnus.com)
1584
1585 * gprof.c (usage): fixed location of --new-file-format option.
1586
1587 * cg_arcs.c (propagate_flags): fixed typo in declaration.
1588
1589 * flat_bl.m: removed formfeed at end of file; the form-feed
1590 is now printed cg_print.c only when necessary.
1591
1592 * major rewrite of gprof---too many changes to mention all of
1593 them. new features:
1594
1595 + -l now requests profiling at the line level (as opposed
1596 to function level); in this mode, gprof creates a "symbol"
1597 (aka name-list entry) for each line of source code, instead
1598 of one per function)
1599
1600 + support for a new gmon.out file format; the new format
1601 consists of a header with a magic and a version number,
1602 followed by a sequence of profile data; profile data
1603 can any of: (a) PC histogram, (b) call-graph arcs, or
1604 (c) basic-block execution counts; the version number makes
1605 it possible to extend gmon.out in a backwards compatible
1606 fashion
1607
1608 + support for tcov style annotated output: if the gmon.out file
1609 contains basic-block execution counts, the user can request
1610 the generation of annotated source files, much like Sun's
1611 tcov used to do
1612
1613 + long options
1614
1615 + new scheme to suppress symbols that aren't function names
1616 (e.g., avoids mistaking a goto label as a function)
1617
1618 + reorganized source code to make it more managable; as a
1619 side effect, gprof now compiles cleanly with "gcc -Wall"
1620
1621 Thu Sep 1 15:46:49 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1622
1623 * gprof.c (funcsymbol): bfd_find_nearest_line() is now used as a
1624 final cross-check to determine whether a static symbol should be
1625 considered as a function-name.
1626
1627 Fri Aug 5 19:32:36 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1628
1629 * gmon_io.c (gmon_out_read): recognize "-" as the filename for
1630 stdin; this is useful if you wanna keep gmon.out files compressed;
1631 this way you can "gzcat" the compressed file into gprof.
1632
1633 * gprof.c: flag_min_count now initialized with 1 instead of 0.
1634
1635 * basic_blocks.c (bb_annotate_source): added support for creating
1636 .tcov files when option flag_annotate_make_files is TRUE.
1637 (annotate_with_count): all counts less than the minimum count
1638 specified by -m are now annotated with hash-marks.
1639
1640 * gprof.c (main): -A is now followed by a string of option chars.
1641
1642 * basic_blocks.c (annotate_with_count): replaced b->count with
1643 cnt.
1644
1645 * source.c: flag_annotate_source replaced by source_lock_map.
1646
1647 * source.h: source_lock_map added.
1648
1649 * gprof.c (main): new command-line syntax: -S simply specifies
1650 which source-files user is interested in; -A requests annotated
1651 source files and -AA requests that all lines in a source file
1652 are annotated.
1653
1654 Thu Aug 4 23:27:03 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1655
1656 * basic_blocks.c (PATH_MAX): if undefined, define as 1024.
1657
1658 * sparc.c, i386.c, tahoe.c, vax.c: added include of "time_hist.h"
1659 so s_lowpc etc. get declared.
1660
1661 * arcs.h (doarcs): created.
1662
1663 * arcs.c: reordered static functions such that they get defined
1664 before use.
1665
1666 * gprof.c (main): added options:
1667 -A: request annotation of all source lines (with -S)
1668 -m: minimum execution count (with default basic-block display)
1669 -N: force new file format (only if BSD_COMPATIBLE is defined)
1670 -S: annotate source file
1671 -t: set table length (with -S)
1672
37503931 1673 * Makefile.am (OBJS): added basic_blocks.o call_graph.o gmon_io.o
252b5132
RH
1674 source.o time_hist.o
1675
1676 Fri Jul 1 15:23:50 1994 David Mosberger-Tang (davidm@piston.cs.arizona.edu)
1677
1678 * gprof.c (asgnsamples): computation of "pcl" and "pch" depended
1679 on the fact being able to store a long in a double without loss of
1680 precision; this does not hold on machines with 64 bit longs and 64
1681 bit doubles.
1682
1683Fri Oct 21 18:58:02 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1684
1685 * printgprof.c (flatprofheader): Always set totime to 1.0 if not
1686 greater than 0.0. Suggested by Harold Assink
1687 <carlo@sg.tn.tudelft.nl>.
1688
1689Fri Sep 23 15:06:45 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1690
1691 * printgprof.c (printprof): Use free, not cfree.
1692 (printgprof, printindex): Ditto.
1693
1694Thu Sep 1 10:40:45 1994 Jeff Law (law@snake.cs.utah.edu)
1695
1696 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): Make
1697 decls extern to keep native HP compiler quiet.
1698
1699Tue Aug 30 11:12:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1700
1701 * gprof.c (funcsymbol): Ignore ___gnu_compiled as well as
1702 __gnu_compiled, for the benefit of systems which add a leading
1703 underscore.
1704
1705Wed Aug 24 12:49:13 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1706
1707 * configure.in: Change i386-*-* to i[345]86-*-*.
1708
1709Sun Jul 10 00:35:31 1994 Ian Dall (dall@hfrd.dsto.gov.au)
1710
1711 * ns532.c, ns532.h: New Files. ns532 support.
1712
1713 * config/mt-ns532: New File. ns532 support.
1714
1715 * gprof.c: user register int i instead of defaulting the int.
1716 Allows compilation with -Dregister= for debugging.
1717
1718 * configure.in: Add ns532 support.
1719
1720Thu Jun 23 11:22:41 1994 Jeff Law (law@snake.cs.utah.edu)
1721
1722 * Makefile.in (gprof): Depend on $(LIBS).
1723
1724Fri May 27 12:24:57 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1725
1726 From binutils-2.4 release:
1727
1728 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
1729
1730 * configure.bat: [new] build makefile from makefile.in (dos)
1731 * hertz.c: allow static HERTZ (msdos needs it)
1732 * gprof.c: allow target to select "r" or "rb" for fopen
1733 * gprof.c: ignore __gnu_compiled symbols
1734 * i386.h: dfine FOPEN_RB to "rb" for dos.
1735
1736Tue May 17 15:30:22 1994 E. Michael Smith (ems@cygnus.com)
1737
1738 * Makefile.in (.m.c:): Added .SUFFIXES : .m
1739 so flat_bl.c would make from flat_bl.m file.
1740
1741Thu May 5 19:23:24 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1742
1743 * Makefile.in (install-info): Check for gprof.info in build dir,
1744 fall back to srcdir. Depend on it.
1745
1746 * gprof.h (TRUE, FALSE): Always use undef before defining them.
1747
1748Mon Apr 4 23:47:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1749
1750 * Makefile.in (MY_MACHINE): Renamed from MACHINE to avoid losing
1751 makes (osf1) in which the value of MACHINE can not be changed.
1752 * config/*.mt: Changed appropriately.
1753
1754Wed Mar 30 16:12:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1755
1756 * gprof.c (getsymtab): Change nosyms to long. Rename
1757 get_symtab_upper_bound to bfd_get_symtab_upper_bound. Check for
1758 errors from bfd_get_symtab_upper_bound and
1759 bfd_canonicalize_symtab.
1760
1761Tue Mar 22 10:50:52 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1762
1763 * gprof.c (funcsymbol): Use bfd_get_symbol_info instead of
1764 bfd_decode_symclass.
1765
1766Sun Mar 20 15:40:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1767
1768 * Makefile.in: Avoid bug in hpux sed.
1769
1770Wed Dec 15 20:16:40 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
1771
1772 * gprof.texi (Invoking): add text about -v flag
1773
1774 * gprof.1: add text about -v flag
1775
1776Wed Dec 8 16:55:06 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
1777
1778 * gprof.c (VERSION): defined a version macro, print the value
1779 when the -v option is used
1780
1781Tue Jul 6 10:11:56 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1782
1783 * Makefile.in: Install correctly.
1784
1785Thu Jun 24 14:43:22 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1786
1787 * gprof.c (main): Get whoami from argv, instead of hardcoding.
1788 Use it in usage message. Split usage message to fit in 80 cols.
1789
1790Sun Jun 20 20:58:02 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
1791
1792 * Makefile.in: Undo 15 June change.
1793
1794Wed Jun 16 12:54:53 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1795
1796 * gmon.h, gprof.h: structs of chars used to hold external
1797 representations.
1798 * gprof.c (getpfile, openpfile, readsamples): Swap data in using
1799 new structures.
1800
1801Tue Jun 15 23:09:17 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1802
1803 * Makefile.in (.c.o): Look in ../include, not ../bfd, for bfd.h.
1804
1805Mon Jun 14 16:22:59 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
1806
1807 * Makefile.in: remove parentdir support
1808
1809Mon Jun 7 12:56:17 1993 Per Bothner (bothner@rtl.cygnus.com)
1810
1811 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
1812 * configure.in: No longer need to configure to get sysdep.h.
1813
1814Tue May 18 21:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1815
1816 * Makefile.in (install): should not depend on install-info
1817
1818Mon Apr 26 12:37:46 1993 Ian Lance Taylor (ian@cygnus.com)
1819
1820 * gprof.h: Include ansidecl.h before sysdep.h. Undefine hz.
1821
1822Tue Apr 13 16:14:03 1993 Per Bothner (bothner@cygnus.com)
1823
37503931 1824 * Makefile.in: Add -g to CFLAGS.
252b5132
RH
1825 Ads LDFLAGS and use in place of CFLAGS where appropriate.
1826 * configure.in: Make a sysdep.hlink in the same way other
1827 bfd-based directories do.
1828 * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned
1829 short'.
1830 * gprof.h: #include sysdep.h instead of a bunch of stuff.
1831 * gprof.c (main): Fix typo gproff->gprof.
1832
1833Thu Mar 25 19:00:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1834
1835 * gprof.texi: add INFO-DIR-ENTRY
1836
1837Tue Mar 23 00:03:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1838
1839 * Makefile.in: add installcheck target
1840
1841Sat Feb 27 18:17:10 1993 Per Bothner (bothner@rtl.cygnus.com)
1842
1843 * gprof.c (funcsymbol): Invert test for aflag.
1844
1845Thu Feb 25 16:01:50 1993 Per Bothner (bothner@rtl.cygnus.com)
1846
1847 * printgprof (xmalloc, xrealloc): Cast results of malloc
1848 and realloc to PTR.
1849
1850Wed Feb 3 13:55:33 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com)
1851
1852 * Makefile.in: created info, install-info, dvi
1853
1854Wed Jan 6 00:58:09 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1855
1856 * Makefile.in: fix install rule for $(PROG)
1857
1858Fri Oct 9 11:25:41 1992 Mark Eichin (eichin@cygnus.com)
1859
1860 * gprof.1: updated SYNOPSIS to match actual behavior.
1861
1862Mon Oct 5 17:50:16 1992 Per Bothner (bothner@cygnus.com)
1863
1864 * gen-c-prog.awk: New awk script, lightly changed from
1865 previously deleted make-c-prog.awk. Converts a text file
1866 to a c function that prints that text.
1867 * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files.
1868 Inputs to gen-c-prog.awk, containing text describing
1869 gprof output.
1870 * blurbs.c: Removed. Use *_bl.c instead.
1871 * Makefile.in: Use gen-cprog.awk to generate *_bl.c files
1872 from *_bl.m files. Also, improve *clean rules.
1873 * printgprof.c (printgprof): Usw new function names from *_bl.c.
1874
1875
1876Sun Aug 30 19:54:53 1992 Per Bothner (bothner@rtl.cygnus.com)
1877
1878 * gprof.h, gprof.c, printfgprof.c: Add support for two
1879 output styles: The default is similar to the old FSF gprof,
1880 while -T sets the variable bsd_style_output, which causes
1881 output matching Berkeley's gprof. The biggest differences
1882 are that with the FSF style output, the flat profile comes
1883 before the call graph; numbers come before explanations;
1884 and there is less gratuitous white space.
1885 * gprof.h, gprof.c, printfgprof.c: New discard_underscores
1886 variable causes discarding of initial underscores when
1887 printing symbol names. It is set unless there is a "main"
1888 symbol (without an underscore).
1889 * printfgprof.c: New function printnameonly(), called
1890 by printname(). It handles stripping of initial '_',
1891 as well as C++ name-demangling.
1892 * gprof.callg, gprof.flat, make-c-prog.awk: Removed.
1893 It is just as convenient to edit blurbs.c directly.
1894 * Makefile.in: Removed rule for making blurbs.c.
1895 * blurbs.c: This is now a true source file (as opposed
1896 to being generated from gprof.callg and gprof.flat).
1897 Change style to use one long string literal, instead of
1898 one literal per output line. Add FSF-style blurb for call graph.
1899
1900Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com)
1901
1902 * Makefile.in: always create installation directories.
1903
1904Wed Aug 12 15:14:14 1992 Mark Eichin (eichin@cygnus.com)
1905
1906 * Makefile.in: change ${MACHINE} to $(MACHINE).
1907
1908Sun Jul 19 17:34:01 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1909
1910 * Makefile.in: removed installation of the now useless
1911 call.{flag,callg} files.
1912
1913 * gprof.1: now uses the standard man macros instead of the new BSD
1914 mandoc macros.
1915
1916Sun Jul 12 19:06:00 1992 John Gilmore (gnu at cygnus.com)
1917
1918 * configure.in: Remove host section, expand target section.
1919 * config/mt-{tahoe,vax}: Add, to match existing support files.
1920 * config/tmake-*: Remove leftover crud.
1921
1922 * blurbs.c: New file, created from gprof.flat and gprof.callg by
1923 * make-c-prog.awk: which processes text files into C programs.
1924 * printgprof.c (flatprofheader, gprofheader): Call new functions
1925 to print blurbs.
1926 (printblurb): Remove.
1927 * Makefile.in: Infrastructure to build blurbs.
1928 * pathnames.h: has been removed. Gprof now has no filename
1929 dependencies in it.
1930 * gprof.c: Lint.
1931
1932Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1933
1934 * Makefile.in: define man1dir and install the man page
1935
1936Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com)
1937
1938 * Makefile.in: added dummy info and install-info targets
1939
1940Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
1941
1942 * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for
1943 help in debugging the problem (with -DDEBUG)
1944 * gprof.c: symbol values are now real values, don't add the vma
1945 anymore. (done for solaris; should verify this on other platforms)
This page took 0.316573 seconds and 4 git commands to generate.