[BACK]Return to alpha.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/alpha.c between version 1.4 and 1.5

version 1.4, 2001/09/10 23:37:58 version 1.5, 2002/05/08 16:46:35
Line 1 
Line 1 
 /*      $OpenBSD$       */  #include        "gprof.h"
 /*      $NetBSD: alpha.c,v 1.1 1995/04/19 07:24:19 cgd Exp $    */  
   
 #ifndef lint  
 static char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include "gprof.h"  
   
 /*  
  * gprof -c isn't currently supported...  
  */  
 void  void
 findcall( parentp , p_lowpc , p_highpc )  findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
     nltype              *parentp;  
     unsigned long       p_lowpc;  
     unsigned long       p_highpc;  
 {  {
           /* not supported. */
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5