summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/sparc64.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/sparc64.c')
-rw-r--r--usr.bin/gprof/sparc64.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/gprof/sparc64.c b/usr.bin/gprof/sparc64.c
new file mode 100644
index 0000000..9742225
--- /dev/null
+++ b/usr.bin/gprof/sparc64.c
@@ -0,0 +1,13 @@
+/* $FreeBSD$ */
+
+#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;
+{
+}
OpenPOWER on IntegriCloud