* bfd-in.h (struct stab_info): Move from stabs.c.
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index 577113283522d5d350301090709b0289ab517ffa..fd3ecd1ea291693647166aa7f7c66aa0a741f1ea 100644 (file)
@@ -280,7 +280,7 @@ struct coff_link_hash_table
 {
   struct bfd_link_hash_table root;
   /* A pointer to information used to link stabs in sections.  */
-  PTR stab_info;
+  struct stab_info stab_info;
 };
 
 /* Look up an entry in a COFF linker hash table.  */
This page took 0.038269 seconds and 4 git commands to generate.