diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-09-06 21:09:40 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-09-06 21:09:40 +0000 |
commit | 67d4cf32c199318ad1d4bf2a38e7893105cee3b9 (patch) | |
tree | c7dc1e01d08b777475d5f1ac9fd0eadb09f5da73 /bfd/elf32-m68hc1x.h | |
parent | 7070efcc9a2c735a48084d6d725a037fc5164fba (diff) | |
download | gdb-67d4cf32c199318ad1d4bf2a38e7893105cee3b9.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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/elf32-m68hc1x.h b/bfd/elf32-m68hc1x.h index e70c172c37d..c5e937282b1 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; |