From 3b04e72964711ad05337b59eaabb10f4a94d7e0f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 27 Jan 2002 02:43:52 +0000 Subject: * i386.c (i386_iscall): Static. * tahoe.c (indirectchild, tahoe_operandmode): Static. (tahoe_operandlength, tahoe_reladdr): Static. * vax.c (indirectchild): Static. --- gprof/i386.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gprof/i386.c') diff --git a/gprof/i386.c b/gprof/i386.c index 8836dc3..e30648f 100644 --- a/gprof/i386.c +++ b/gprof/i386.c @@ -22,10 +22,10 @@ #include "hist.h" #include "symtab.h" -int i386_iscall PARAMS ((unsigned char *)); +static int i386_iscall PARAMS ((unsigned char *)); void i386_find_call PARAMS ((Sym *, bfd_vma, bfd_vma)); -int +static int i386_iscall (ip) unsigned char *ip; { -- cgit v1.1