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

Diff for /src/usr.bin/gprof/powerpc.c between version 1.3 and 1.4

version 1.3, 2001/09/10 23:37:58 version 1.4, 2002/05/08 16:46:35
Line 1 
Line 1 
 /*      $OpenBSD$       */  #include        "gprof.h"
 /*      $NetBSD: m68k.c,v 1.4 1995/04/19 07:16:07 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.3  
changed lines
  Added in v.1.4