From 9e972ca0eda7909625dc1e3a8f29a3958f2c94c3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 23 Apr 2005 17:13:31 +0000 Subject: * corefile.c (core_num_syms): Make static. (core_syms): Likewise. (min_insn_size): Likewise. * gprof.c (abfd): Remove unused variable. * hist.c (hist_dimension): Make static. (hist_dimension_abbrev): Likewise. * sym_ids.c (id_list): Likewise. (table_name): Likewise. --- gprof/corefile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gprof/corefile.c') diff --git a/gprof/corefile.c b/gprof/corefile.c index c06f7d4..e91ab1e 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -28,12 +28,12 @@ #include "corefile.h" bfd *core_bfd; -int core_num_syms; -asymbol **core_syms; +static int core_num_syms; +static asymbol **core_syms; asection *core_text_sect; PTR core_text_space; -int min_insn_size; +static int min_insn_size; int offset_to_code; /* For mapping symbols to specific .o files during file ordering. */ -- cgit v1.1