summaryrefslogtreecommitdiff
path: root/bfd/elf32-m68hc1x.h
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-09-06 21:09:40 +0000
committerStephane Carrez <stcarrez@nerim.fr>2003-09-06 21:09:40 +0000
commit1c94352f276f7512ff16523e7bf125a5d03ca158 (patch)
tree504391212041536f72b670337f749626428c2e69 /bfd/elf32-m68hc1x.h
parent9c45410196b1e7d58b53659ac510e970863722f7 (diff)
downloadbinutils-redhat-1c94352f276f7512ff16523e7bf125a5d03ca158.tar.gz
* elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
all_local_syms member. * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms to get the local symbols.
Diffstat (limited to 'bfd/elf32-m68hc1x.h')
-rw-r--r--bfd/elf32-m68hc1x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elf32-m68hc1x.h b/bfd/elf32-m68hc1x.h
index e70c172c37..c5e937282b 100644
--- a/bfd/elf32-m68hc1x.h
+++ b/bfd/elf32-m68hc1x.h
@@ -118,7 +118,6 @@ struct m68hc11_elf_link_hash_table
unsigned int bfd_count;
int top_index;
asection **input_list;
- Elf_Internal_Sym **all_local_syms;
/* Small local sym to section mapping cache. */
struct sym_sec_cache sym_sec;