From 7ca6976fa6b9956d1e6832ec428c87d5244c42e8 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 9d67430c4b..bce1e7218b 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.2.1