* corefile.h (core_num_syms): Remove unused extern declaration.
(core_syms): Likewise. (min_insn_size): Likewise.
This commit is contained in:
parent
8207e0f24e
commit
226b101406
2 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue