Cleanup discard_minimal_symbols cleanup.
[deliverable/binutils-gdb.git] / gdb / coffread.c
index 7b9f5af19801b4d04eddc3639c7d06c930a6f2b7..010b36aea2ce455bf55a7d80801fbd761de783a0 100644 (file)
@@ -670,7 +670,7 @@ coff_symfile_read (objfile, mainline)
     error ("\"%s\": can't get string table", name);
 
   init_minimal_symbol_collection ();
-  make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+  make_cleanup_discard_minimal_symbols ();
 
   /* Now that the executable file is positioned at symbol table,
      process it and define symbols accordingly.  */
This page took 0.023899 seconds and 4 git commands to generate.