Remove sh3e sanitization.
[deliverable/binutils-gdb.git] / gprof / dummy.c
index 21a6db3f5e4207a9253fec73413c0d7abe013bb0..ca602dfa8878c1778c57f9f7ab2e3c6dc4c81535 100644 (file)
@@ -1,13 +1,16 @@
 #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.
  */
 
-findcall( parentp , p_lowpc , p_highpc )
-    nltype             *parentp;
-    unsigned long      p_lowpc;
-    unsigned long      p_highpc;
+void
+DEFUN (find_call, (parent, p_lowpc, p_highpc),
+       Sym * parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
 {
+  fprintf (stderr, "%s: -c not supported on this machine architecture\n",
+          whoami);
 }
This page took 0.023754 seconds and 4 git commands to generate.