aboutsummaryrefslogtreecommitdiff
path: root/gprof/ns532.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/ns532.c')
-rw-r--r--gprof/ns532.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/gprof/ns532.c b/gprof/ns532.c
deleted file mode 100644
index c68fae4..0000000
--- a/gprof/ns532.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "gprof.h"
-#include "symtab.h"
-
-/*
- * dummy.c -- This file should be used for an unsupported processor type.
- * It does nothing, but prevents findcall() from being unresolved.
- */
-
-void
-find_call (parent, p_lowpc, p_highpc)
- Sym *parent;
- bfd_vma p_lowpc;
- bfd_vma p_highpc;
-{
- fprintf (stderr, "%s: -c supported on this machine architecture\n",
- whoami);
-}