diff options
author | Richard Henderson <rth@redhat.com> | 2002-01-27 02:43:52 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-01-27 02:43:52 +0000 |
commit | 3b04e72964711ad05337b59eaabb10f4a94d7e0f (patch) | |
tree | 39ef416c0d6b0eeeb96d9d669e91bde2629de668 /gprof/vax.c | |
parent | e82380ccbbc6fba0c3b800b82cafb481baa73280 (diff) | |
download | binutils-gdb-3b04e72964711ad05337b59eaabb10f4a94d7e0f.tar.gz |
* i386.c (i386_iscall): Static.
* tahoe.c (indirectchild, tahoe_operandmode): Static.
(tahoe_operandlength, tahoe_reladdr): Static.
* vax.c (indirectchild): Static.
Diffstat (limited to 'gprof/vax.c')
-rw-r--r-- | gprof/vax.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gprof/vax.c b/gprof/vax.c index 9d67430c4ba..bce1e7218b9 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)); |