1 /* $OpenBSD: hppa.c,v 1.1 2001/03/22 05:18:30 mickey Exp $ */ 2 3 #ifndef lint 4 static char rcsid[] = "$OpenBSD: hppa.c,v 1.1 2001/03/22 05:18:30 mickey Exp $"; 5 #endif /* not lint */ 6 7 #include "gprof.h" 8 9 /* 10 * gprof -c isn't currently supported... 11 */ 12 void 13 findcall( parentp , p_lowpc , p_highpc ) 14 nltype *parentp; 15 unsigned long p_lowpc; 16 unsigned long p_highpc; 17 { 18 } 19