Subject: Buglet in gprof/vax.c
To: None <port-vax@NetBSD.ORG>
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
List: port-vax
Date: 04/16/1996 17:36:04
The file "vax.c" in gprof needs updating as follows:

*** /usr/src/usr.bin/gprof/vax.c.orig	Sat Oct 14 03:11:12 1995
--- /usr/src/usr.bin/gprof/vax.c	Wed Apr 10 19:34:38 1996
***************
*** 53,66 ****
  	(double) 0.0 ,			/* ticks in this routine */
  	(double) 0.0 ,			/* cumulative ticks in children */
  	(long) 0 ,			/* how many times called */
  	(long) 0 ,			/* how many calls to self */
  	(double) 1.0 ,			/* propagation fraction */
  	(double) 0.0 ,			/* self propagation time */
  	(double) 0.0 ,			/* child propagation time */
! 	(bool) 0 ,			/* print flag */
  	(int) 0 ,			/* index in the graph list */
  	(int) 0 , 			/* graph call chain top-sort order */
  	(int) 0 ,			/* internal number of cycle on */
  	(struct nl *) &indirectchild ,	/* pointer to head of cycle */
  	(struct nl *) 0 ,		/* pointer to next member of cycle */
  	(arctype *) 0 ,			/* list of caller arcs */
--- 53,69 ----
  	(double) 0.0 ,			/* ticks in this routine */
  	(double) 0.0 ,			/* cumulative ticks in children */
  	(long) 0 ,			/* how many times called */
+ 	(long) 0 ,			/* times called by live arcs */
  	(long) 0 ,			/* how many calls to self */
  	(double) 1.0 ,			/* propagation fraction */
  	(double) 0.0 ,			/* self propagation time */
  	(double) 0.0 ,			/* child propagation time */
! 	(short) 0 ,			/* print flag */
! 	(short) 0 ,			/* see below */
  	(int) 0 ,			/* index in the graph list */
  	(int) 0 , 			/* graph call chain top-sort order */
  	(int) 0 ,			/* internal number of cycle on */
+ 	(int) 0 ,			/* number of live parent arcs */
  	(struct nl *) &indirectchild ,	/* pointer to head of cycle */
  	(struct nl *) 0 ,		/* pointer to next member of cycle */
  	(arctype *) 0 ,			/* list of caller arcs */

-tih
--
Tom Ivar Helbekkmo
tih@Hamartun.Priv.NO