FRV Linux: Fill 'collect_regset' in regset structures.
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 509d626f383c5899344edf0b1358d80876ea325e..fc14a9fadb638660b70e8ee80705cc82bf388ee5 100644 (file)
@@ -167,6 +167,8 @@ struct bfd_link_hash_table
   struct bfd_link_hash_entry *undefs;
   /* Entries are added to the tail of the undefs list.  */
   struct bfd_link_hash_entry *undefs_tail;
+  /* Function to free the hash table on closing BFD.  */
+  void (*hash_table_free) (bfd *);
   /* The type of the link hash table.  */
   enum bfd_link_hash_table_type type;
 };
@@ -469,7 +471,7 @@ struct bfd_link_info
   bfd *output_bfd;
 
   /* The list of input BFD's involved in the link.  These are chained
-     together via the link_next field.  */
+     together via the link.next field.  */
   bfd *input_bfds;
   bfd **input_bfds_tail;
 
This page took 0.023844 seconds and 4 git commands to generate.