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

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

1.1     ! kettenis    1: /*     $OpenBSD: powerpc.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */
        !             2: #include        "gprof.h"
        !             3:
        !             4: void
        !             5: findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
        !             6: {
        !             7:        /* not supported. */
        !             8: }