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

Annotation of src/usr.bin/gprof/sh.c, Revision 1.1

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