diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 23:47:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 23:47:39 +0000 |
commit | 882e83ccf31fca22178b290a6753a605bb52044c (patch) | |
tree | e2e6ec6ef7e162fd03a03e5c71bc96ce90d1c105 /usr.bin/gprof/arm32.c | |
parent | 67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (diff) |
sync to netbsd 960418
Diffstat (limited to 'usr.bin/gprof/arm32.c')
-rw-r--r-- | usr.bin/gprof/arm32.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/gprof/arm32.c b/usr.bin/gprof/arm32.c new file mode 100644 index 00000000000..2b0bfdfa19c --- /dev/null +++ b/usr.bin/gprof/arm32.c @@ -0,0 +1,17 @@ +/* $NetBSD: arm32.c,v 1.1 1996/04/01 21:51:22 mark Exp $ */ + +#ifndef lint +static char rcsid[] = "$NetBSD: arm32.c,v 1.1 1996/04/01 21:51:22 mark Exp $"; +#endif /* not lint */ + +#include "gprof.h" + +/* + * gprof -c isn't currently supported... + */ +findcall( parentp , p_lowpc , p_highpc ) + nltype *parentp; + unsigned long p_lowpc; + unsigned long p_highpc; +{ +} |