summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/hppa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/hppa.c')
-rw-r--r--usr.bin/gprof/hppa.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/gprof/hppa.c b/usr.bin/gprof/hppa.c
new file mode 100644
index 00000000000..d7df49cbec1
--- /dev/null
+++ b/usr.bin/gprof/hppa.c
@@ -0,0 +1,18 @@
+/* $OpenBSD: hppa.c,v 1.1 2001/03/22 05:18:30 mickey Exp $ */
+
+#ifndef lint
+static char rcsid[] = "$OpenBSD: hppa.c,v 1.1 2001/03/22 05:18:30 mickey Exp $";
+#endif /* not lint */
+
+#include "gprof.h"
+
+/*
+ * gprof -c isn't currently supported...
+ */
+void
+findcall( parentp , p_lowpc , p_highpc )
+ nltype *parentp;
+ unsigned long p_lowpc;
+ unsigned long p_highpc;
+{
+}