* bfd-in.h (struct stab_info): Move from stabs.c.
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index 6b5947c49146fabff6f7003e2612c20671917817..589f88c08fb10a64cc3dfafeb6be5f7870dc8f2b 100644 (file)
@@ -276,7 +276,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.023162 seconds and 4 git commands to generate.