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

Annotation of src/usr.bin/gprof/arm.c, Revision 1.2

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