aboutsummaryrefslogtreecommitdiff
path: root/gprof/ns532.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-07-13 23:21:45 +0000
committerKen Raeburn <raeburn@cygnus>1994-07-13 23:21:45 +0000
commitfbcbb8c4d40eca2914165498f7645a2aa077afca (patch)
tree3ab87346e0690fac2153b72c4edf9a658e0841d3 /gprof/ns532.c
parent60a70a7b0ebe4e30a99f1a3154ff445c5926b834 (diff)
downloadfsf-binutils-gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.zip
fsf-binutils-gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.tar.gz
fsf-binutils-gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.tar.bz2
ns532 support from Ian Dall
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;
+{
+}