Thu Mar 21 17:02:02 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorIan Lance Taylor <ian@airs.com>
Thu, 21 Mar 1996 22:07:14 +0000 (22:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 21 Mar 1996 22:07:14 +0000 (22:07 +0000)
commit0f579087abbd52ef11e1c0dc0236e0393ccfaba0
tree4219135568b5e7b910d0e79702c9cad8924380e6
parent9e4ebb1b3a69d506af5f46c3704458ff5bbfc999
Thu Mar 21 17:02:02 1996  David Mosberger-Tang  <davidm@azstarnet.com>

* gprof.c (default_excluded_list): Add "__mcount".

* gprof.c (main): Change ifdef __osf__ to __alpha__.

* gmon_io.c (gmon_out_read): If BSD44_FORMAT is defined, get the
profiling rate from the header.

* gmon.h (struct raw_phdr): Only include pad if both __alpha__ and
__osf__ are defined.  Add new fields if BSD44_FORMAT is defined.

* alpha.h (MIN_INSN_SIZE): Define.
* core.c (MIN_INSN_SIZE): If not defined, define as 1.
(core_sym_class): Ignore debugging symbols.
(core_create_line_syms): Use MIN_INSN_SIZE when gathering line
information.
gprof/ChangeLog
gprof/alpha.h
gprof/core.c
gprof/gmon.h
gprof/gmon_io.c
gprof/gprof.c
This page took 0.026296 seconds and 4 git commands to generate.