diff options
Diffstat (limited to 'bfd/libelf.h')
-rw-r--r-- | bfd/libelf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/libelf.h b/bfd/libelf.h index 349f9fa..5fb58c0 100644 --- a/bfd/libelf.h +++ b/bfd/libelf.h @@ -144,6 +144,10 @@ 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; }; /* Look up an entry in an ELF linker hash table. */ |