summaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-16 04:07:39 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-16 04:07:39 +0000
commit74e98f490bc9e06f6dbef4bcc0b7fdf9fa15eaec (patch)
tree584a202e1d3c9e1c38a6409a92e61245e91beab7 /gdb/mipsread.c
parent4feb1296e35584661d22d2db3b44239201565372 (diff)
downloadgdb-74e98f490bc9e06f6dbef4bcc0b7fdf9fa15eaec.tar.gz
Cleanup discard_minimal_symbols cleanup.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r--gdb/mipsread.c2
1 files changed, 1 insertions, 1 deletions
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. */