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

Diff for /src/usr.bin/gprof/hppa.c between version 1.2 and 1.3

version 1.2, 2001/09/10 23:37:58 version 1.3, 2002/05/08 16:46:35
Line 1 
Line 1 
 /*      $OpenBSD$       */  #include        "gprof.h"
   
 #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.2  
changed lines
  Added in v.1.3