summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/ia64.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-23 10:12:10 +0000
committerpeter <peter@FreeBSD.org>2001-10-23 10:12:10 +0000
commitbd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b (patch)
tree05618200f8555d885c03053387ed5e6c27100873 /usr.bin/gprof/ia64.c
parent123757f02012d5df56dd6422c3ab4460692b2dc4 (diff)
downloadFreeBSD-src-bd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b.zip
FreeBSD-src-bd8ef90209a33484bebf84dd1f4cc4cb4b2fe57b.tar.gz
Add ia64 support (stubs, just like i386, alpha)
Diffstat (limited to 'usr.bin/gprof/ia64.c')
-rw-r--r--usr.bin/gprof/ia64.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/gprof/ia64.c b/usr.bin/gprof/ia64.c
new file mode 100644
index 0000000..967feda
--- /dev/null
+++ b/usr.bin/gprof/ia64.c
@@ -0,0 +1,12 @@
+/* $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