* bfd-in.h (bfd_get_dynamic_symcount): Define.
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 277c74a7422762c8c7a7f44b18522a7ba472d513..cfd77726a3edcb806420e028c31c96b96f7eb779 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -128,6 +128,9 @@ CODE_FRAGMENT
 .  {* Symbol table for output BFD (with symcount entries).  *}
 .  struct symbol_cache_entry  **outsymbols;
 .
+.  {* Used for slurped dynamic symbol tables.  *}
+.  unsigned int dynsymcount;
+.
 .  {* Pointer to structure which contains architecture information.  *}
 .  const struct bfd_arch_info *arch_info;
 .
This page took 0.023485 seconds and 4 git commands to generate.