summaryrefslogtreecommitdiff
path: root/gprof/sparc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-09 14:57:42 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-09 14:57:42 +0000
commit31a23f0df69c90041478928ddb9529d8c36f3a33 (patch)
treec3b7e32d34bc186ff83051911ed6dd325aca9e06 /gprof/sparc.c
parentdcd2d853e6a4aade0332f671b60cf13dbc6688de (diff)
downloadbinutils-redhat-31a23f0df69c90041478928ddb9529d8c36f3a33.tar.gz
* alpha.c: Add missing prototypes.
* sparc.c: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * i386.c: Likewise. (i386_iscall): Don't use DEFUN.
Diffstat (limited to 'gprof/sparc.c')
-rw-r--r--gprof/sparc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/sparc.c b/gprof/sparc.c
index 0365827639..9ffdeb092b 100644
--- a/gprof/sparc.c
+++ b/gprof/sparc.c
@@ -27,6 +27,8 @@
*/
#define CALL (0xc0000000)
+void sparc_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
+
void
sparc_find_call (parent, p_lowpc, p_highpc)
Sym *parent;