diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-16 04:07:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-16 04:07:39 +0000 |
commit | 56e290f494ab802bbc5c26c445dad0d1e6a7f37b (patch) | |
tree | 3c7c935437ec8b5f5c8e517536e64c4f031fb6ae /gdb/os9kread.c | |
parent | 1ed2a1352d4af2d840b285a741bc02d4584c24f1 (diff) | |
download | gdb-56e290f494ab802bbc5c26c445dad0d1e6a7f37b.zip gdb-56e290f494ab802bbc5c26c445dad0d1e6a7f37b.tar.gz gdb-56e290f494ab802bbc5c26c445dad0d1e6a7f37b.tar.bz2 |
Cleanup discard_minimal_symbols cleanup.
Diffstat (limited to 'gdb/os9kread.c')
-rw-r--r-- | gdb/os9kread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/os9kread.c b/gdb/os9kread.c index cbc51a7..daa4597 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, |