From 5789ecea4c53e1fa61db1211f4e3f132bbd57788 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 9 Aug 2001 14:57:42 +0000 Subject: * alpha.c: Add missing prototypes. * sparc.c: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * i386.c: Likewise. (i386_iscall): Don't use DEFUN. --- gprof/tahoe.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gprof/tahoe.c') diff --git a/gprof/tahoe.c b/gprof/tahoe.c index 750c7ad..f9f72c0 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) -- cgit v1.1