From: Ben Elliston Date: Mon, 25 Apr 2005 07:52:25 +0000 (+0000) Subject: * corefile.h (core_num_syms): Remove unused extern declaration. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~470 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=226b10140682ff7dd16817bf672a88cae2852606;p=external%2Fbinutils.git * corefile.h (core_num_syms): Remove unused extern declaration. (core_syms): Likewise. (min_insn_size): Likewise. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index fe027f8..ab985d3 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2005-04-25 Ben Elliston + + * corefile.h (core_num_syms): Remove unused extern declaration. + (core_syms): Likewise. + (min_insn_size): Likewise. + 2005-04-24 Ben Elliston * corefile.c (core_num_syms): Make static. diff --git a/gprof/corefile.h b/gprof/corefile.h index fb12afc..1696dd0 100644 --- a/gprof/corefile.h +++ b/gprof/corefile.h @@ -31,11 +31,8 @@ extern struct function_map *symbol_map; extern unsigned int symbol_map_count; extern bfd *core_bfd; /* BFD for core-file. */ -extern int core_num_syms; /* # of entries in symbol-table. */ -extern asymbol **core_syms; /* Symbol table in a.out. */ extern asection *core_text_sect;/* Core text section. */ extern PTR core_text_space; /* Text space of a.out in core. */ -extern int min_insn_size; /* Size of smallest instruction, in bytes. */ extern int offset_to_code; /* Offset (in bytes) of code from entry address of routine. */