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/vax.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gprof/vax.c') diff --git a/gprof/vax.c b/gprof/vax.c index 9d67430..bce1e72 100644 --- a/gprof/vax.c +++ b/gprof/vax.c @@ -50,8 +50,7 @@ struct modebyte /* * A symbol to be the child of indirect calls: */ -Sym indirectchild; - +static Sym indirectchild; static operandenum vax_operandmode PARAMS ((struct modebyte *)); static char *vax_operandname PARAMS ((operandenum)); -- cgit v1.1