* config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
[deliverable/binutils-gdb.git] / gprof / ns532.c
index 21a6db3f5e4207a9253fec73413c0d7abe013bb0..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.023988 seconds and 4 git commands to generate.