From 74e98f490bc9e06f6dbef4bcc0b7fdf9fa15eaec Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 16 May 2000 04:07:39 +0000 Subject: Cleanup discard_minimal_symbols cleanup. --- gdb/mipsread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/mipsread.c') diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 9d8f0ff9ea0..279541812ea 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -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. */ -- cgit v1.2.1