1 /* $OpenBSD: arm.c,v 1.2 2006/03/25 19:06:35 espie Exp $ */ 2 /* $NetBSD: arm32.c,v 1.1 1996/04/01 21:51:22 mark Exp $ */ 3 4 #ifndef lint 5 static char rcsid[] = "$OpenBSD: arm.c,v 1.2 2006/03/25 19:06:35 espie Exp $"; 6 #endif /* not lint */ 7 8 #include "gprof.h" 9 10 /* 11 * gprof -c isn't currently supported... 12 */ 13 14 /* XXX */ 15 void 16 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc) 17 { 18 } 19