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

Annotation of src/usr.bin/gprof/powerpc.c, Revision 1.5

1.5     ! krw         1: /*     $OpenBSD$       */
1.4       art         2: #include        "gprof.h"
1.1       rahnds      3:
1.2       mickey      4: void
1.4       art         5: findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
1.1       rahnds      6: {
1.4       art         7:        /* not supported. */
1.1       rahnds      8: }