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

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