summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-04-25 07:52:25 +0000
committerBen Elliston <bje@au.ibm.com>2005-04-25 07:52:25 +0000
commit226b10140682ff7dd16817bf672a88cae2852606 (patch)
treec66f05ac77e18a583b829278302f43aa0c38754d /gprof
parent8207e0f24ed02f921d7eb24fd80ac919e38a36f7 (diff)
downloadbinutils-gdb-226b10140682ff7dd16817bf672a88cae2852606.tar.gz
* corefile.h (core_num_syms): Remove unused extern declaration.
(core_syms): Likewise. (min_insn_size): Likewise.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog6
-rw-r--r--gprof/corefile.h3
2 files changed, 6 insertions, 3 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index fe027f87c8a..ab985d3fac5 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-25 Ben Elliston <bje@au.ibm.com>
+
+ * corefile.h (core_num_syms): Remove unused extern declaration.
+ (core_syms): Likewise.
+ (min_insn_size): Likewise.
+
2005-04-24 Ben Elliston <bje@au.ibm.com>
* corefile.c (core_num_syms): Make static.
diff --git a/gprof/corefile.h b/gprof/corefile.h
index fb12afc4f30..1696dd07fcb 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. */