[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.4

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