summaryrefslogtreecommitdiff
path: root/gdb/os9kread.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/os9kread.c
parent4feb1296e35584661d22d2db3b44239201565372 (diff)
downloadgdb-74e98f490bc9e06f6dbef4bcc0b7fdf9fa15eaec.tar.gz
Cleanup discard_minimal_symbols cleanup.
Diffstat (limited to 'gdb/os9kread.c')
-rw-r--r--gdb/os9kread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/os9kread.c b/gdb/os9kread.c
index cbc51a75e01..daa45971d0b 100644
--- a/gdb/os9kread.c
+++ b/gdb/os9kread.c
@@ -342,7 +342,7 @@ os9k_symfile_read (objfile, mainline)
free_pending_blocks ();
back_to = make_cleanup (really_free_pendings, 0);
- make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+ make_cleanup_discard_minimal_symbols ();
read_minimal_symbols (objfile);
/* Now that the symbol table data of the executable file are all in core,