Only support interworking and pic for ELF or COFF targets
[deliverable/binutils-gdb.git] / gdb / coffread.c
index 29ec6651ff4818c6e2c60b708f8215862c2ba8dd..3ec0b708cfd407b8719c56ccea3084ff67fd29e4 100644 (file)
@@ -176,6 +176,8 @@ struct coff_symbol
     unsigned int c_type;
   };
 
+extern void stabsread_clear_cache PARAMS ((void));
+
 static struct type *coff_read_struct_type PARAMS ((int, int, int));
 
 static struct type *decode_base_type PARAMS ((struct coff_symbol *,
@@ -735,6 +737,9 @@ coff_symfile_finish (objfile)
     {
       mfree (objfile->md, objfile->sym_private);
     }
+
+  /* Let stabs reader clean up */
+  stabsread_clear_cache ();
 }
 \f
 
This page took 0.022758 seconds and 4 git commands to generate.