binutils-gdb/gprof/ns532.c

18 lines
382 B
C
Raw Normal View History

1994-07-14 01:21:45 +02:00
#include "gprof.h"
1995-09-05 21:04:22 +02:00
#include "symtab.h"
1994-07-14 01:21:45 +02:00
/*
* dummy.c -- This file should be used for an unsupported processor type.
* It does nothing, but prevents findcall() from being unresolved.
*/
1995-09-05 21:04:22 +02:00
void
find_call (parent, p_lowpc, p_highpc)
Sym *parent;
bfd_vma p_lowpc;
bfd_vma p_highpc;
1994-07-14 01:21:45 +02:00
{
1995-09-05 21:04:22 +02:00
fprintf (stderr, "%s: -c supported on this machine architecture\n",
whoami);
1994-07-14 01:21:45 +02:00
}