diff options
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index e683310..d27b538 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -198,6 +198,9 @@ extern void bfd_link_add_undef extern void bfd_link_repair_undef_list (struct bfd_link_hash_table *table); +/* Read symbols and cache symbol pointer array in outsymbols. */ +extern bfd_boolean bfd_generic_link_read_symbols (bfd *); + struct bfd_sym_chain { struct bfd_sym_chain *next; |