From 1c94352f276f7512ff16523e7bf125a5d03ca158 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sat, 6 Sep 2003 21:09:40 +0000 Subject: * 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. --- bfd/elf32-m68hc1x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bfd/elf32-m68hc1x.h') 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; -- cgit v1.2.1