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/somread.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/somread.c')
-rw-r--r-- | gdb/somread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somread.c b/gdb/somread.c index 8dda58d..b1370ab 100644 --- a/gdb/somread.c +++ b/gdb/somread.c @@ -366,7 +366,7 @@ som_symfile_read (objfile, mainline) do_pxdb (symfile_bfd_open (objfile->name)); init_minimal_symbol_collection (); - back_to = make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0); + back_to = make_cleanup_discard_minimal_symbols (); /* Read in the import list and the export list. Currently the export list isn't used; the import list is used in |