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 | 2a0e29b40650446904e3f4728cb5fe3f55f46c5d (patch) | |
tree | 61c57b5539c664c1dfcf7f01362a745c54b65db1 /bfd/elf32-m68hc1x.h | |
parent | 6f4492c813f94dec379a5cadcb26a951a20c9578 (diff) | |
download | gdb-2a0e29b40650446904e3f4728cb5fe3f55f46c5d.zip gdb-2a0e29b40650446904e3f4728cb5fe3f55f46c5d.tar.gz gdb-2a0e29b40650446904e3f4728cb5fe3f55f46c5d.tar.bz2 |
* 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 e70c172..c5e9372 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; |