* config/sparc/nm-linux.h: Include config/nm-linux.h.
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index 9d8f0ff9ea0d9ed610f7c9755def70ac1f5e1af0..279541812eaaba3bd32d5eda1d988a7667496698 100644 (file)
@@ -94,7 +94,7 @@ mipscoff_symfile_read (objfile, mainline)
   struct cleanup *back_to;
 
   init_minimal_symbol_collection ();
-  back_to = make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+  back_to = 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.02273 seconds and 4 git commands to generate.