diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index f3e64c1..b118524 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1202,10 +1202,6 @@ struct elf_obj_tdata /* Symbol version references to external objects. */ Elf_Internal_Verneed *verref; - /* A mapping from local symbols to offsets into the various linker - sections added. This is index by the symbol index. */ - void **linker_section_pointers; - /* The Irix 5 support uses two virtual sections, which represent text/data symbols defined in dynamic objects. */ asymbol *elf_data_symbol; |