aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffread.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
commit56e290f494ab802bbc5c26c445dad0d1e6a7f37b (patch)
tree3c7c935437ec8b5f5c8e517536e64c4f031fb6ae /gdb/xcoffread.c
parent1ed2a1352d4af2d840b285a741bc02d4584c24f1 (diff)
downloadfsf-binutils-gdb-56e290f494ab802bbc5c26c445dad0d1e6a7f37b.zip
fsf-binutils-gdb-56e290f494ab802bbc5c26c445dad0d1e6a7f37b.tar.gz
fsf-binutils-gdb-56e290f494ab802bbc5c26c445dad0d1e6a7f37b.tar.bz2
Cleanup discard_minimal_symbols cleanup.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 991c83a..586cdab 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -2746,7 +2746,7 @@ xcoff_initial_scan (objfile, mainline)
back_to = make_cleanup (really_free_pendings, 0);
init_minimal_symbol_collection ();
- make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+ make_cleanup_discard_minimal_symbols ();
/* Now that the symbol table data of the executable file are all in core,
process them and define symbols accordingly. */