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

Annotation of src/usr.bin/gprof/arm32.c, Revision 1.3

1.3     ! mickey      1: /*     $OpenBSD: arm32.c,v 1.2 1996/06/26 05:33:48 deraadt Exp $       */
1.1       deraadt     2: /*     $NetBSD: arm32.c,v 1.1 1996/04/01 21:51:22 mark Exp $   */
                      3:
                      4: #ifndef lint
1.3     ! mickey      5: static char rcsid[] = "$OpenBSD: arm32.c,v 1.2 1996/06/26 05:33:48 deraadt Exp $";
1.1       deraadt     6: #endif /* not lint */
                      7:
                      8: #include "gprof.h"
                      9:
                     10: /*
                     11:  * gprof -c isn't currently supported...
                     12:  */
1.3     ! mickey     13: void
1.1       deraadt    14: findcall( parentp , p_lowpc , p_highpc )
                     15:     nltype             *parentp;
                     16:     unsigned long      p_lowpc;
                     17:     unsigned long      p_highpc;
                     18: {
                     19: }