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

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

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