* libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
[deliverable/binutils-gdb.git] / gprof / ns532.c
index ae3f80172ccc3d99ee3817f5329e592a4e2aedc7..c68fae4473c92e8783be94de629a1913c2e57329 100644 (file)
@@ -1,13 +1,17 @@
 #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
+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);
 }
This page took 0.023224 seconds and 4 git commands to generate.