diff options
Diffstat (limited to 'bfd/libelf.h')
-rw-r--r-- | bfd/libelf.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h index 28b9c9e..98d77b2 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -144,10 +144,9 @@ struct elf_link_hash_table /* The number of buckets in the hash table in the .hash section. This is based on the number of dynamic symbols. */ size_t bucketcount; - /* Whether we are linking against a dynamic object which has a - DT_NEEDED entry in the .dynamic section. This may need to become - a list of DT_NEEDED entries. */ - boolean saw_needed; + /* A linked list of DT_NEEDED names found in dynamic objects + included in the link. */ + struct bfd_elf_link_needed_list *needed; }; /* Look up an entry in an ELF linker hash table. */ |