summaryrefslogtreecommitdiff
path: root/gprof/tahoe.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/tahoe.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/tahoe.c')
-rw-r--r--gprof/tahoe.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/tahoe.c b/gprof/tahoe.c
index 750c7adc48..f9f72c0ad5 100644
--- a/gprof/tahoe.c
+++ b/gprof/tahoe.c
@@ -46,6 +46,11 @@ typedef enum tahoe_opermodes tahoe_operandenum;
*/
Sym indirectchild;
+tahoe_operandenum tahoe_operandmode PARAMS ((unsigned char *));
+char *tahoe_operandname PARAMS ((tahoe_operandenum));
+long tahoe_operandlength PARAMS ((unsigned char *));
+bfd_vma tahoe_reladdr PARAMS ((char *));
+void tahoe_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
tahoe_operandenum
tahoe_operandmode (modep)