aboutsummaryrefslogtreecommitdiff
path: root/gprof/ns532.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/ns532.c')
-rw-r--r--gprof/ns532.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/gprof/ns532.c b/gprof/ns532.c
new file mode 100644
index 0000000..21a6db3
--- /dev/null
+++ b/gprof/ns532.c
@@ -0,0 +1,13 @@
+#include "gprof.h"
+
+/*
+ * dummy.c -- This file should be used for an unsupported processor type.
+ * It does nothing, but prevents findcall() from being unresolved.
+ */
+
+findcall( parentp , p_lowpc , p_highpc )
+ nltype *parentp;
+ unsigned long p_lowpc;
+ unsigned long p_highpc;
+{
+}