Cleanup discard_minimal_symbols cleanup.

This commit is contained in:
Andrew Cagney
2000-05-16 04:07:39 +00:00
parent 1ed2a1352d
commit 56e290f494
13 changed files with 34 additions and 16 deletions

View 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. */