aboutsummaryrefslogtreecommitdiff
path: root/gprof/sparc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/sparc.c')
-rw-r--r--gprof/sparc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gprof/sparc.c b/gprof/sparc.c
index 6316bff..77457ac 100644
--- a/gprof/sparc.c
+++ b/gprof/sparc.c
@@ -22,9 +22,13 @@
#include "hist.h"
#include "symtab.h"
+ /*
+ * opcode of the `callf' instruction
+ */
+#define CALL (0xc0000000)
void
-find_call (parent, p_lowpc, p_highpc)
+sparc_find_call (parent, p_lowpc, p_highpc)
Sym *parent;
bfd_vma p_lowpc;
bfd_vma p_highpc;