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

Annotation of src/usr.bin/gprof/alpha.c, Revision 1.1.1.1

1.1       deraadt     1: /*     $NetBSD: alpha.c,v 1.1 1995/04/19 07:24:19 cgd Exp $    */
                      2:
                      3: #ifndef lint
                      4: static char rcsid[] = "$NetBSD: alpha.c,v 1.1 1995/04/19 07:24:19 cgd Exp $";
                      5: #endif /* not lint */
                      6:
                      7: #include "gprof.h"
                      8:
                      9: /*
                     10:  * gprof -c isn't currently supported...
                     11:  */
                     12: findcall( parentp , p_lowpc , p_highpc )
                     13:     nltype             *parentp;
                     14:     unsigned long      p_lowpc;
                     15:     unsigned long      p_highpc;
                     16: {
                     17: }